This is an automated email from the git hooks/post-receive script. roland pushed a commit to branch master in repository libnet-snmp-perl.
commit 186d917e473f21202a083f433bf0688b07fffbc0 Merge: 13a36e0 86e97a4 Author: Jochen Friedrich <joc...@scram.de> Date: Fri Aug 5 15:09:58 2005 +0200 Import Debian changes 5.1.0-1 libnet-snmp-perl (5.1.0-1) unstable; urgency=low * New upstream release o Support of the AES privacy protocol was updated to be compliant with RFC 3826 - "The Advanced Encryption Standard (AES) Cipher Algorithm in the SNMP User-based Security Model". o Corrected an issue where any non-blocking SNMPv3 message queued prior to calling snmp_dispatcher() was sent with an empty contextEngineID. o The first SNMPv3 discovery message is again being sent with a zero- length msgUserName as suggested by RFC 3414. o All sockets are now flagged as non-blocking to prevent a possible deadlock due to an interaction between recv() and select(). o The sending of messages is now bounded by the receive processing rate to avoid receive buffer overflows. o The return value of select() is now checked for both "undef" and -1. o The "usm.t" tests are now skipped if any of the non-core modules required by the Net::SNMP::Security::USM module are not present. * Bumped policy to 3.6.2 Changes | 19 ++- Makefile.PL | 6 +- README | 8 +- debian/changelog | 21 +++ debian/control | 2 +- examples/snmpget.pl | 12 +- examples/snmpgetbulk.pl | 12 +- examples/snmpgetnext.pl | 12 +- examples/snmpset.pl | 12 +- examples/snmpwalk.pl | 20 +-- lib/Net/SNMP.pm | 76 +++++------ lib/Net/SNMP/Dispatcher.pm | 256 +++++++++++++++++++++---------------- lib/Net/SNMP/Message.pm | 35 +++-- lib/Net/SNMP/MessageProcessing.pm | 15 ++- lib/Net/SNMP/PDU.pm | 101 ++++++++++----- lib/Net/SNMP/Security/Community.pm | 8 +- lib/Net/SNMP/Security/USM.pm | 183 ++++++++++++++------------ lib/Net/SNMP/Transport.pm | 14 +- lib/Net/SNMP/Transport/TCP.pm | 10 +- snmpkey.PL | 35 +++-- t/usm.t | 76 +++++------ 21 files changed, 549 insertions(+), 384 deletions(-) diff --cc debian/changelog index d7cefcc,0000000..c22742e mode 100644,000000..100644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,71 -1,0 +1,92 @@@ ++libnet-snmp-perl (5.1.0-1) unstable; urgency=low ++ ++ * New upstream release ++ o Support of the AES privacy protocol was updated to be compliant with ++ RFC 3826 - "The Advanced Encryption Standard (AES) Cipher Algorithm ++ in the SNMP User-based Security Model". ++ o Corrected an issue where any non-blocking SNMPv3 message queued prior ++ to calling snmp_dispatcher() was sent with an empty contextEngineID. ++ o The first SNMPv3 discovery message is again being sent with a zero- ++ length msgUserName as suggested by RFC 3414. ++ o All sockets are now flagged as non-blocking to prevent a possible ++ deadlock due to an interaction between recv() and select(). ++ o The sending of messages is now bounded by the receive processing rate ++ to avoid receive buffer overflows. ++ o The return value of select() is now checked for both "undef" and -1. ++ o The "usm.t" tests are now skipped if any of the non-core modules ++ required by the Net::SNMP::Security::USM module are not present. ++ * Bumped policy to 3.6.2 ++ ++ -- Jochen Friedrich <joc...@scram.de> Fri, 5 Aug 2005 15:09:58 +0200 ++ +libnet-snmp-perl (5.0.1-1) unstable; urgency=low + + * New maintainer (Closes: #279795) + * New upstream release + * Updated policy to 3.6.1 + * Added watch file + + -- Jochen Friedrich <joc...@scram.de> Sat, 13 Nov 2004 13:18:01 +0100 + +libnet-snmp-perl (4.0.3-1) unstable; urgency=low + + * New maintainer. + * New upstream release which should address memory leaks, + Closes: #165659, #178075 + * Alter path to perl in examples, + Closes: #166767 + + -- Stephen Zander <gibr...@debian.org> Mon, 24 Feb 2003 04:40:32 -0800 + +libnet-snmp-perl (4.0.2-1) unstable; urgency=low + + * New upstream release + * Added link to /usr/share/doc/perl/copyright (Closes: #157631) + + -- Javier Fernandez-Sanguino Pen~a <j...@computer.org> Mon, 2 Sep 2002 20:54:48 +0200 + +libnet-snmp-perl (3.6-7) unstable; urgency=low + + * Comply with modern Perl policy to avoid installing unnecessary .packlist + files in /etc (closes: #114596, #132176). + * Added changes suggested by Colin Watson (patch, this fix obsoletes + the changes made but not commited in 3.6-6) + + -- Javier Fernandez-Sanguino Pen~a <j...@computer.org> Sat, 9 Feb 2002 14:41:24 +0000 + +libnet-snmp-perl (3.6-6) unstable; urgency=low + + * Fixed examples /usr/local/bin + * Removed senseless /etc/auto dirs + + -- Javier Fernandez-Sanguino Pen~a <j...@computer.org> Tue, 11 Sep 2001 23:20:22 +0200 + +libnet-snmp-perl (3.6-5) unstable; urgency=low + + * Changed debian/rules which should make it install the correct files + + -- Javier Fernandez-Sanguino Pen~a <j...@computer.org> Tue, 11 Sep 2001 22:45:00 +0200 + +libnet-snmp-perl (3.6-4) unstable; urgency=high + + * Fixed wrong location of directories due to PREFIX (Closes: #111843) + + -- Javier Fernandez-Sanguino Pen~a <j...@computer.org> Mon, 10 Sep 2001 18:37:17 +0200 + +libnet-snmp-perl (3.6-3) unstable; urgency=low + + * Fixed lintian errors, added build-depends + + -- Javier Fernandez-Sanguino Pen~a <j...@computer.org> Sat, 8 Sep 2001 19:16:24 +0200 + +libnet-snmp-perl (3.6-2) unstable; urgency=low + + * Fixed standards version (Closes 79706) + + -- Javier Fernandez-Sanguino Pen~a <j...@computer.org> Mon, 11 Jun 2001 21:39:57 +0200 + +libnet-snmp-perl (3.6-1) unstable; urgency=low + + * Initial debianization + + -- Javier Fernandez-Sanguino Pen~a <j...@computer.org> Mon, 16 Oct 2000 10:13:00 +0200 diff --cc debian/control index eb20390,0000000..7007779 mode 100644,000000..100644 --- a/debian/control +++ b/debian/control @@@ -1,22 -1,0 +1,22 @@@ +Source: libnet-snmp-perl +Maintainer: Jochen Friedrich <joc...@scram.de> +Priority: optional - Section: interpreters ++Section: perl +Standards-Version: 3.6.1 +Build-Depends-Indep: debhelper (>> 4.1), perl (>> 5.6.1) + +Package: libnet-snmp-perl +Architecture: all +Depends: ${perl:Depends} +Suggests: libcrypt-des-perl, libdigest-hmac-perl, libdigest-sha1-perl, libio-socket-inet6-perl +Description: Script SNMP connections + The module Net::SNMP implements an object oriented interface to + the Simple Network Management Protocol. Perl applications can + use the module to retrieve or update information on a remote + host using the SNMP protocol. Net::SNMP is implemented completely + in Perl, requires no compiling, and uses only standard Perl + modules. SNMPv1 and SNMPv2c (Community-Based SNMPv2), as well as + SNMPv3 with USM are supported by the module. SNMP over UDP as well + as TCP with both IPv4 and IPv6 can be used. The Net::SNMP module + assumes that the user has a basic understanding of the Simple + Network Management Protocol and related network management concepts. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-snmp-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list Pkg-perl-cvs-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits