summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Friedrich <jochen@scram.de>2006-08-24 16:10:03 +0000
committerJochen Friedrich <jochen@scram.de>2006-08-24 16:10:03 +0000
commit3d789d5aab85f0d48f67ae05b91884ecbe1be0f0 (patch)
tree4106abd297708ef3b8e10fc94ea9b4f8b8021cee
parentbd468863026807d873f7141f42a7b4556620050c (diff)
downloadpkg-net-snmp-3d789d5aab85f0d48f67ae05b91884ecbe1be0f0.tar.gz
Release 5.2.3-1v5.2.3-1
git-svn-id: svn://svn.debian.org/pkg-net-snmp/branches/net-snmp52@76 db575a87-f10d-0410-9662-f1d5ac62e4ba
-rw-r--r--debian/NEWS2
-rw-r--r--debian/README.Debian2
-rw-r--r--debian/changelog51
-rw-r--r--debian/patches/27_gettable.patch4
4 files changed, 54 insertions, 5 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 5da8b20..08c16da 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -4,7 +4,7 @@ net-snmp (5.2.2-1) unstable; urgency=low
and binds the SNMP port to 127.0.0.1.
Please configure /etc/snmp/snmpd.conf, /etc/hosts.allow and /etc/hosts.deny
- first to set up who can access the SNMP deamon, then edit
+ first to set up who can access the SNMP daemon, then edit
/etc/default/snmpd and remove 127.0.0.1 from SNMPDOPTS.
To enable SMUX again, remove "-I -smux" from SNMPDOPTS and eventually
diff --git a/debian/README.Debian b/debian/README.Debian
index 0a963c7..58af37d 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -3,7 +3,7 @@ Debian.
The default configuration disables SMUX support and binds the SNMP port
to 127.0.0.1. Please configure /etc/snmp/snmpd.conf, /etc/hosts.allow
-and /etc/hosts.deny first to set up who can access the SNMP deamon, then
+and /etc/hosts.deny first to set up who can access the SNMP daemon, then
edit /etc/default/snmpd and remove 127.0.0.1 from SNMPDOPTS.
To enable SMUX again, remove "-I -smux" from SNMPDOPTS and eventually
diff --git a/debian/changelog b/debian/changelog
index f38c744..a4a87fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,57 @@
net-snmp (5.2.3-1) unstable; urgency=low
* New upstream version in 5.2.X branch (bugfix release)
+ o snmpd:
+ - Build fixes, e.g. for latest gcc
+ - Return no access instead of not writable on VACM denials
+ - Prevent endless loop in table_iterator
+ - extend: recognize failed/duplicate registrations
+ - Various robustness fixes for some mib implementations
+ - A few memory leak fixes
+ - Other misc bug fixes.
+ o snmptrapd:
+ - Fixed support for snmptrapd embedded perl on x86_64
+ - Other misc bug fixes.
+ o library:
+ - Make SNMPv3 traps work again (user creation; official patch 1374087)
+ - Fixes typing issues problem with MIB definitions that use
+ intermediate sub-identifiers
+ - Fix snmptranslate -Td output for UNITS
+ - Fix IP address encoding issues on 64Bit architectures
+ o snmpusm:
+ - Usage of localized keys instead of passphrases with -Ck
+ - New option -CE to specify usmUserEngineID (necessary to manage
+ snmptrapd's usmUserTable)
+ o snmpnetstat:
+ - Skip missing entries
+ - Don't choke on SNMPv2 PDU exceptions
+ o snmpstatus:
+ - Don't choke on SNMPv2 PDU exceptions
+ o mib2c:
+ - Misc bug fixes in some of the output styles
+ o Perl:
+ - Check the perl module version number against the net-snmp version
+ - Fixes for 64bit issues
+ - Misc other fixes
+ o MIBs:
+ - Updated DISMAN-NSLOOKUP-MIB.txt, DISMAN-PING-MIB.txt,
+ DISMAN-TRACEROUTE-MIB.txt, and the IANAifType-MIB
+ o Linux specific:
+ - Fix compilation with ethtool
+ - Fix Linux CPU counters on SMP machines
+ o Misc:
+ - Comprehensive review of in-line documentation
+ - Make install: DESTDIR support
+ - Many other miscellaneous bug fixes
(Closes: #384367)
- * Delete patches applied upstream. (15, 16, 17, 22)
+ * Delete patches applied upstream.
+ o 5_rh9-522
+ o 16_man_pages_section
+ o 17_man_pages_typo
+ o 22_net-snmp-5.2.x-sysObjectID
+ * Add patches
+ o 27_gettable
+ * Add customisation notice to README.Debian (Closes: #381451)
-- Jochen Friedrich <jochen@scram.de> Thu, 24 Aug 2006 12:23:29 +0200
diff --git a/debian/patches/27_gettable.patch b/debian/patches/27_gettable.patch
index 365daee..6377812 100644
--- a/debian/patches/27_gettable.patch
+++ b/debian/patches/27_gettable.patch
@@ -4,8 +4,8 @@ RCS file: /cvsroot/net-snmp/net-snmp/perl/SNMP/SNMP.pm,v
retrieving revision 5.58.2.24
retrieving revision 5.58.2.25
diff -u -p -r5.58.2.24 -r5.58.2.25
---- SNMP.pm 30 Jun 2006 22:30:20 -0000 5.58.2.24
-+++ SNMP.pm 31 Jul 2006 21:47:52 -0000 5.58.2.25
+--- net-snmp/perl/SNMP/SNMP.pm 30 Jun 2006 22:30:20 -0000 5.58.2.24
++++ net-snmp/perl/SNMP/SNMP.pm 31 Jul 2006 21:47:52 -0000 5.58.2.25
@@ -645,7 +645,8 @@ sub gettable {
# i.e. we have reached the end of this table.
#