~ubuntu-branches/ubuntu/wily/net-snmp/wily-proposed

« back to all changes in this revision

Viewing changes to debian/NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-28 14:59:36 UTC
  • mfrom: (1.2.3 upstream) (1.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100628145936-cbiallic69pn044g
Tags: 5.4.3~dfsg-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Set Ubuntu maintainer address.
  - net-snmp-config: Use bash. (LP: #104738)
  - Removed multiuser option when calling update-rc.d. (LP: #254261)
  - debian/snmpd.init: LSBify the init script.
  - debian/patches/52_fix_snmpcmd_1_typo.patch: Adjust a typo in snmpcmd.1
    (LP: #250459)
  - debian/snmpd.postinst: source debconf before doing work, LP: #589056
  - debian/snmp.preinst, debian/snmp.prerm: kill any/all processes owned by
    snmp user before install/uninstall, LP: #573391
  - Add apport hook (LP: #533603):
  - debian/{snmp,snmpd}.apport: Added.
  - debian/control: Build-depends on dh-apport.
  - debian/rules: 
    + Add --with apport.
    + override_dh_apport to install hook on snmpd package only.
 * Dropped patches:
   - debian/patches/99-fix-ubuntu-div0.patch: Fix dvision by zero.. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
net-snmp (5.4.3~dfsg-1) unstable; urgency=low
 
2
 
 
3
  As of version 5.4.3, upstream ships a new default configuration in
 
4
  /etc/snmp/snmpd.conf, which only uses SNMPv3 rather than SNMPv1 and
 
5
  SNMPv2c. This new default configuration also binds to udp:172.0.0.1:161
 
6
  by default which conflicts with the former specification of 127.0.0.1
 
7
  in /etc/default/snmpd, so now snmpd must be reconfigured here in order
 
8
  to be exposed to the network. Be sure to check both files after an
 
9
  upgrade.
 
10
 
 
11
 -- Jochen Friedrich <jochen@scram.de>  Mon, 07 Jun 2010 17:32:09 +0200
 
12
 
 
13
net-snmp (5.4.2.1~dfsg-4) unstable; urgency=low
 
14
 
 
15
  As of version 5.4.2.1~dfsg-4, this package no longer downloads the MIBs
 
16
  from IETF or IANA, but suggests the package snmp-mibs-downloader in
 
17
  contrib to do this job. Please consider installing this package if you
 
18
  need the SNMP MIBs.
 
19
 
 
20
 -- Jochen Friedrich <jochen@scram.de>  Tue, 01 Dec 2009 14:29:14 +0100
 
21
 
 
22
net-snmp (5.4.2.1~dfsg-1) unstable; urgency=low
 
23
 
 
24
  As of version 5.4.2.1, the MIBs from IETF (the ones distributed as
 
25
  RFC) and from IANA are no longer distributed with this package due to
 
26
  license reasons.
 
27
 
 
28
  By default, snmpd is now started without any MIBs loaded, so you can't
 
29
  use symbolic names in the configuration anymore. Neither are the snmp
 
30
  clients able to resolved numeric OIDs to symbolic names. This default
 
31
  can be changed by editing the /etc/defaults/snmpd file and comment out
 
32
  the MIB environment variable.
 
33
 
 
34
  In order to download the MIBs, you can either do this during package
 
35
  installation or later using the commands
 
36
 
 
37
  cd /usr/share/mibs
 
38
  make -f Makefile.mib
 
39
 
 
40
  Note you need to be able to connect to
 
41
  ftp://ftp.ietf.org for downloading the RFCs and
 
42
  http://www.iana.org for downloading the IANA definitions.
 
43
 
 
44
 -- Jochen Friedrich <jochen@scram.de>  Mon, 09 Nov 2009 17:42:36 +0100
 
45
 
1
46
net-snmp (5.2.2-1) unstable; urgency=low
2
47
 
3
48
  As of version 5.2.2, the default configuration disables SMUX support