[libsnmp-session-perl] 08/24: Import Debian changes 1.13-1

Roland Rosenfeld roland at moszumanska.debian.org
Tue Aug 22 22:34:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

roland pushed a commit to branch master
in repository libsnmp-session-perl.

commit 0d09cace776d65ef9257815aadb0e95bfe5c62e6
Merge: 05c9fbb 36a6691
Author: Jochen Friedrich <jochen at scram.de>
Date:   Wed Oct 14 13:44:47 2009 +0200

    Import Debian changes 1.13-1
    
    libsnmp-session-perl (1.13-1) unstable; urgency=low
    
      * New upstream release
       o SNMP_util.pm:
        - Parse OIDs in NOTIFICATION-TYPE names.  Change by Mike
          Mitchell/jaccobs.
       o SNMP_Session.pm:
        - Fixed the optional socket-reuse code to handle IPv4 and IPv6 sockets
          separately.
      * Bumped Standards version to 3.8.3 (no changes).
      * Changed watch file to point to google code.

 META.yml             | 22 ++++++++++++----------
 README               |  4 ++--
 debian/changelog     | 14 ++++++++++++++
 debian/control       |  4 ++--
 debian/watch         |  8 ++------
 index.html           |  6 +++---
 lib/BER.pm           |  2 +-
 lib/SNMP_Session.pm  | 23 ++++++++++++++---------
 lib/SNMP_util.pm     |  7 ++++---
 test/SNMPAgent.pm    |  2 +-
 test/ber-test.pl     |  2 +-
 test/cisco-cpus      |  2 +-
 test/if-to-routes.pl |  2 +-
 test/iftop           |  2 +-
 test/test.pl         |  2 +-
 15 files changed, 60 insertions(+), 42 deletions(-)

diff --cc debian/changelog
index de8fa60,0000000..4c1a124
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,191 -1,0 +1,205 @@@
++libsnmp-session-perl (1.13-1) unstable; urgency=low
++
++  * New upstream release
++   o SNMP_util.pm:
++    - Parse OIDs in NOTIFICATION-TYPE names.  Change by Mike
++      Mitchell/jaccobs.
++   o SNMP_Session.pm:
++    - Fixed the optional socket-reuse code to handle IPv4 and IPv6 sockets
++      separately.
++  * Bumped Standards version to 3.8.3 (no changes).
++  * Changed watch file to point to google code.
++
++ -- Jochen Friedrich <jochen at scram.de>  Wed, 14 Oct 2009 13:44:47 +0200
++
 +libsnmp-session-perl (1.12-1) unstable; urgency=low
 +
 +  * New upstream release
 +   o SNMP_util.pm:
 +    - Rewritten MIB parsing code from Mike Mitchell.
 +   o SNMP_Session.pm:
 +    - Upgraded to Artistic License 2.0 upon a suggestion from Tom Callaway.
 +  * Bumped standards version to 3.7.3.
 +  * Added homepage tag to control.
 +
 + -- Jochen Friedrich <jochen at scram.de>  Tue, 01 Apr 2008 16:35:35 +0200
 +
 +libsnmp-session-perl (1.11-1) unstable; urgency=low
 +
 +  * New upstream release
 +   o SNMP_util.pm:
 +    - Improvement to loop detection in snmpwalk. Should cope with more 
 +      broken agents. Change by Mike Mitchell. 
 +
 + -- Jochen Friedrich <jochen at scram.de>  Mon, 12 Nov 2007 17:28:38 +0100
 +
 +libsnmp-session-perl (1.10-1) unstable; urgency=low
 +
 +  * New upstream release
 +   o SNMP_Session.pm:
 +    - Mike Fischer reported that on some systems, notably Linux, recv() may
 +      block even though a preceding select() for readability has returned
 +      successfully. Once condition where this can happen is when a UDP checksum
 +      on an incoming datagram doesn't verify. To avoid our library from
 +      blocking in this case, we have to pass MSG_DONTWAIT to recv(). This
 +      behaviour is selected by a new optional argument to receive_response_3,
 +      and used by request_response_5.
 +   o SNMP_util.pm:
 +    - Fix from Mike Mitchell for parsing qualified symbolic OIDs. 
 +  * Update Standards-Version to 3.7.2
 +  * Fix lintian warning: debian-rules-ignores-make-clean-error
 +  * Fix lintian error: clean-should-be-satisfied-by-build-depends
 +
 + -- Jochen Friedrich <jochen at scram.de>  Wed, 01 Aug 2007 19:16:11 +0200
 +
 +libsnmp-session-perl (1.08-1) unstable; urgency=low
 +
 +  * New upstream release
 +   o SNMP_Session.pm:
 +    - Fixed a bug in the SNMPv2c version of map_table_start_end that would
 +      cause errors when the $end argument is actually being used. Thanks to Jan
 +      van Keulen for submitting the patch.
 +
 + -- Jochen Friedrich <jochen at scram.de>  Mon, 19 Dec 2005 16:32:36 +0100
 +
 +libsnmp-session-perl (1.07-1) unstable; urgency=low
 +
 +  * New upstream release
 +   o  SNMP_Session.pm: 
 +    - Fixed strict subs error with newer versions of Perl. 
 +      Thanks to Gerry Dalton for spotting this.
 +  * Really updated watch file.
 +
 + -- Jochen Friedrich <jochen at scram.de>  Sat, 30 Oct 2004 13:49:35 +0200
 +
 +libsnmp-session-perl (1.06-1) unstable; urgency=low
 +
 +  * New upstream release
 +   o  SNMP_Session.pm:
 +    - Decode_trap_request now understands SNMPv2 inform requests in addition to 
 +      SNMPv1 traps and SNMPv2 traps. Contributed by Andrew Cornford-Matheson.
 +  * Updated watch file.
 +
 + -- Jochen Friedrich <jochen at scram.de>  Thu,  9 Sep 2004 23:57:54 +0200
 +
 +libsnmp-session-perl (1.05-1) unstable; urgency=low
 +
 +  * New upstream release
 +   o SNMP_util.pm:
 +    - The subroutines snmpget, snmpgetnext and snmpset will now detect when 
 +      they are called in scalar context, and return only the first (and 
 +      typically the only) of the retrieved values in this case.
 +   o  BER.pm:
 +    - Internal restructuring: The new (BER.pm 1.02) pretty-printer 
 +      registration method is now used for most standard SNMP types, too.
 +
 + -- Jochen Friedrich <jochen at scram.de>  Sat, 31 Jul 2004 09:27:08 +0200
 +
 +libsnmp-session-perl (1.03-1) unstable; urgency=low
 +
 +  * New upstream release
 +   o SNMP_util.pm:
 +    - Added a missing part of Mike Mitchell pretty-printer
 +      registration patch.
 +    - snmpwalkhash now takes an additional optional argument that should be a
 +      reference to a hash. If used, snmpwalkhash will insert the retrieved
 +      values into that hash.
 +   o BER.pm:
 +    - Additional decoders (``pretty printers'') can now be registered
 +      and unregistered for type codes using the register_pretty_printer and
 +      unregister_pretty_printer subroutines. Implemented by Mike Mitchell.
 +    - Corrected encoding of large integer-like values.
 +    - Properly parse the variant length format in integers. Thanks to Milen
 +      Pavlov for pointing out this bug. Also, decoding should be slightly
 +      more efficient in general, because one substr() operation per (sub-)
 +      object has been eliminated.
 +
 + -- Jochen Friedrich <jochen at scram.de>  Sat,  3 Jul 2004 17:59:44 +0200
 +
 +libsnmp-session-perl (1.00-1) unstable; urgency=low
 +
 +  * New upstream release
 +   o Added Luc Pauwels' implementation of the use_16bit_request_ids option.i
 +     Some SMC devices seem to require this.
 +   o Improved request ID generation so that avoid_negative_request_ids
 +     is always obeyed.
 +   o Added Gauge32 support to snmpset. Thanks to Christopher J. Tengi for
 +     the idea. Mike Mitchell provided new code that supports all known types.
 +   o Portability fix in IPv6 support.
 +   o Support encoding of OIDs containing multiple quoted strings.
 +  * Added debian/watch file
 +
 + -- Jochen Friedrich <jochen at scram.de>  Wed, 25 Feb 2004 23:40:18 +0100
 +
 +libsnmp-session-perl (0.97-2) unstable; urgency=low
 +
 +  * Removed unnecessary extra files.
 +  * Removed debian/dirs.
 +  * Fixed section according to perl policy.
 +
 + -- Jochen Friedrich <jochen at scram.de>  Wed, 10 Sep 2003 17:26:15 +0200
 +
 +libsnmp-session-perl (0.97-1) unstable; urgency=low
 +
 +  * New upstream release
 +    - Added support for TimeTicks values in snmpset.
 +    - Exported $SNMP_Session::default_avoid_negative_request_ids.
 +    - IPv6 support.
 +  * New maintainer (Closes: #201362)
 +  * Bumped policy up to 3.6.1
 +  * Set debhelper compat level to 4. Set Build-Depends to >=4.
 +  * Included changes of Non Maintainer Upload. Thanks to
 +    Paul Slootman <paul at debian.org>.
 +
 + -- Jochen Friedrich <jochen at scram.de>  Sun,  7 Sep 2003 09:57:38 +0200
 +
 +libsnmp-session-perl (0.95-0.1) unstable; urgency=low
 +
 +  * NMU
 +  * New upstream release, needed for latest mrtg.
 +  * Install into /usr/share/perl5 instead of /usr/lib/perl5.
 +  * Updated copyright file.
 +  * Removed explicit depends on perl 5.00xx
 +  * Changed Build-Depends into Build-Depends-Indep.
 +
 + -- Paul Slootman <paul at debian.org>  Fri, 16 May 2003 11:14:02 +0200
 +
 +libsnmp-session-perl (0.90-1) unstable; urgency=low
 +
 +  * New upstream release (Closes: #127414).
 +
 + -- Michael-John Turner <mj at debian.org>  Sat,  5 Jan 2002 17:18:59 +0200
 +
 +libsnmp-session-perl (0.86-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Michael-John Turner <mj at debian.org>  Sat,  9 Jun 2001 20:51:07 +0200
 +
 +libsnmp-session-perl (0.83-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Michael-John Turner <mj at debian.org>  Sun, 14 Jan 2001 15:27:02 +0200
 +
 +libsnmp-session-perl (0.80-1) unstable; urgency=low
 +
 +  * New upstream release (Closes: #76531).
 +
 + -- Michael-John Turner <mj at debian.org>  Thu,  9 Nov 2000 20:56:07 +0200
 +
 +libsnmp-session-perl (0.79-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Michael-John Turner <mj at debian.org>  Fri, 20 Oct 2000 23:21:39 +0200
 +
 +libsnmp-session-perl (0.75-1) unstable; urgency=low
 +
 +  * Initial Release.
 +
 + -- Michael-John Turner <mj at debian.org>  Wed, 15 Sep 1999 14:27:09 +0200
 +
 +Local variables:
 +mode: debian-changelog
 +End:
diff --cc debian/control
index 8513ff4,0000000..8f7231c
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,19 -1,0 +1,19 @@@
 +Source: libsnmp-session-perl
 +Section: perl
 +Priority: extra
 +Maintainer: Jochen Friedrich <jochen at scram.de>
- Standards-Version: 3.7.3
++Standards-Version: 3.8.3
 +Build-Depends: debhelper (>= 5)
 +Homepage: http://www.switch.ch/misc/leinen/snmp/perl/
 +
 +Package: libsnmp-session-perl
 +Architecture: all
- Depends: ${perl:Depends}
++Depends: ${perl:Depends}, ${misc:Depends}
 +Conflicts: mrtg (<= 2.8.7)
 +Recommends: libsocket6-perl, libio-socket-inet6-perl
 +Description: Perl support for accessing SNMP-aware devices
 + SNMP_Session contains support for accessing SNMP-aware devices (routers,
 + network interfaces of machines running an SNMP daemon, Squid, etc) from 
 + within Perl applications.
 + .
 + For more information, see http://www.switch.ch/misc/leinen/snmp/perl/.
diff --cc debian/watch
index 4787586,0000000..2a31b4e
mode 100644,000000..100644
--- a/debian/watch
+++ b/debian/watch
@@@ -1,6 -1,0 +1,2 @@@
- # Example watch control file for uscan
- # Rename this file to "watch" and then you can run the "uscan" command
- # to check for upstream updates and more.
- # Site Version Action
- version=2
- http://www.switch.ch/misc/leinen/snmp/perl/dist/ SNMP_Session-(.*)\.tar\.gz debian uupdate
++version=3
++http://code.google.com/p/snmp-session/downloads/list (?:.*/)?SNMP_Session-(.+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsnmp-session-perl.git



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