summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Friedrich <jochen@scram.de>2010-06-10 16:07:05 +0000
committerJochen Friedrich <jochen@scram.de>2010-06-10 16:07:05 +0000
commit335ea4f549ddcc4bdc1a7159efdbdfa78b2b9c88 (patch)
tree138af0df63ecb733ac3bdf45a0e930a0ecc7e6c2
parent44bc8c88cbc679dcb6ab6985bf462ad1588b2d5b (diff)
downloadpkg-net-snmp-335ea4f549ddcc4bdc1a7159efdbdfa78b2b9c88.tar.gz
Don't bind to 127.0.0.1 in snmpd.default anymore. This is
now done in the default snmpd.conf file provided by upstream. git-svn-id: svn://svn.debian.org/pkg-net-snmp/trunk@333 db575a87-f10d-0410-9662-f1d5ac62e4ba
-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