summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/NEWS12
-rw-r--r--debian/snmpd.default2
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/NEWS b/debian/NEWS
index ff92f08..62e8b8d 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,15 @@
+net-snmp (5.4.3~dfsg-1) unstable; urgency=low
+
+ As of version 5.4.3, upstream ships a new default configuration in
+ /etc/snmp/snmpd.conf, which only uses SNMPv3 rather than SNMPv1 and
+ SNMPv2c. This new default configuration also binds to udp:172.0.0.1:161
+ by default which conflicts with the former specification of 127.0.0.1
+ in /etc/default/snmpd, so now snmpd must be reconfigured here in order
+ to be exposed to the network. Be sure to check both files after an
+ upgrade.
+
+ -- Jochen Friedrich <jochen@scram.de> Mon, 07 Jun 2010 17:32:09 +0200
+
net-snmp (5.4.2.1~dfsg-4) unstable; urgency=low
As of version 5.4.2.1~dfsg-4, this package no longer downloads the MIBs
diff --git a/debian/snmpd.default b/debian/snmpd.default
index 4ad43a6..14f2b86 100644
--- a/debian/snmpd.default
+++ b/debian/snmpd.default
@@ -8,7 +8,7 @@ export MIBS=
SNMPDRUN=yes
# snmpd options (use syslog, close stdin/out/err).
-SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -g snmp -I -smux -p /var/run/snmpd.pid 127.0.0.1'
+SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -g snmp -I -smux -p /var/run/snmpd.pid'
# snmptrapd control (yes means start daemon). As of net-snmp version
# 5.0, master agentx support must be enabled in snmpd before snmptrapd