[libnet-snmp-perl] 04/23: Import Debian changes 5.2.0-1

Roland Rosenfeld roland at moszumanska.debian.org
Mon Aug 21 20:43:59 UTC 2017


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 24cf4e6d294f28b2a38091f40696ebbec8d9f282
Merge: 186d917 e71524d
Author: Jochen Friedrich <jochen at scram.de>
Date:   Mon Oct 31 17:04:44 2005 +0100

    Import Debian changes 5.2.0-1
    
    libnet-snmp-perl (5.2.0-1) unstable; urgency=low
    
      * New upstream release
        o Removed the dependency on the IO::Socket::INET and IO::Socket::INET6
          modules.  The IO::Socket module is now used for all socket objects.
        o The port information can now be included as part of the transport
          address specified with the session() Transport Domain arguments.
        o Added support for specifying the scope zone index for IPv6 addresses
          as described in RFC 4007 - "IPv6 Scoped Address Architecture".
        o The default value for the agent-addr in SNMPv1 Trap-PDUs is now the
          IP address associated with the interface on which the trap will be
          transmitted.

 Changes                            |  14 +-
 Makefile.PL                        |   6 +-
 README                             |   6 +-
 debian/changelog                   |  15 ++
 debian/control                     |   2 +-
 examples/example1.pl               |   2 +-
 examples/example2.pl               |   2 +-
 examples/example3.pl               |   2 +-
 examples/example4.pl               |   2 +-
 examples/snmpget.pl                |   2 +-
 examples/snmpgetbulk.pl            |   2 +-
 examples/snmpgetnext.pl            |   2 +-
 examples/snmpset.pl                |   2 +-
 examples/snmpwalk.pl               |   2 +-
 examples/table.pl                  |   2 +-
 examples/trap.pl                   |   2 +-
 lib/Net/SNMP.pm                    | 121 +++++----
 lib/Net/SNMP/Dispatcher.pm         |   6 +-
 lib/Net/SNMP/Message.pm            |  83 +++---
 lib/Net/SNMP/MessageProcessing.pm  |   2 +-
 lib/Net/SNMP/PDU.pm                |  60 ++++-
 lib/Net/SNMP/Security.pm           |   2 +-
 lib/Net/SNMP/Security/Community.pm |   2 +-
 lib/Net/SNMP/Security/USM.pm       |   8 +-
 lib/Net/SNMP/Transport.pm          | 536 +++++++++++++++++++++++--------------
 lib/Net/SNMP/Transport/TCP.pm      | 260 ++++++++++++------
 lib/Net/SNMP/Transport/TCP6.pm     | 182 +++++++++----
 lib/Net/SNMP/Transport/UDP.pm      | 136 +++++++---
 lib/Net/SNMP/Transport/UDP6.pm     | 180 +++++++++----
 snmpkey.PL                         |   4 +-
 t/ber.t                            |   2 +-
 t/mp.t                             |   2 +-
 t/usm.t                            |   2 +-
 33 files changed, 1102 insertions(+), 551 deletions(-)

diff --cc debian/changelog
index c22742e,0000000..3eaa143
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,92 -1,0 +1,107 @@@
++libnet-snmp-perl (5.2.0-1) unstable; urgency=low
++
++  * New upstream release
++    o Removed the dependency on the IO::Socket::INET and IO::Socket::INET6
++      modules.  The IO::Socket module is now used for all socket objects.
++    o The port information can now be included as part of the transport
++      address specified with the session() Transport Domain arguments.
++    o Added support for specifying the scope zone index for IPv6 addresses
++      as described in RFC 4007 - "IPv6 Scoped Address Architecture".
++    o The default value for the agent-addr in SNMPv1 Trap-PDUs is now the
++      IP address associated with the interface on which the trap will be
++      transmitted.
++
++ -- Jochen Friedrich <jochen at scram.de>  Mon, 31 Oct 2005 17:04:44 +0100
++
 +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 <jochen at 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 <jochen at 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 <gibreel at 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 <jfs at 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 <jfs at 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 <jfs at 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 <jfs at 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 <jfs at 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 <jfs at 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 <jfs at 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 <jfs at computer.org>  Mon, 16 Oct 2000 10:13:00 +0200
diff --cc debian/control
index 7007779,0000000..3f57669
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,22 -1,0 +1,22 @@@
 +Source: libnet-snmp-perl
 +Maintainer: Jochen Friedrich <jochen at scram.de>
 +Priority: optional
 +Section: perl
- Standards-Version: 3.6.1
++Standards-Version: 3.6.2
 +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



More information about the Pkg-perl-cvs-commits mailing list