1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216
|
libnet-snmp-perl (6.0.1-6) unstable; urgency=medium
[ Roland Rosenfeld ]
* d/gitlab-ci.yml stripped down using pipline-jobs.yml
* Set debhelper-compat version in Build-Depends.
* Add upstream metadata.
* Update standards version to 4.5.1, no changes needed.
* Rename gitlab-ci.yml to salsa-ci.yml.
* Update debhelper to v13.
* Optimize DEP-3 headers of patches.
[ gregor herrmann ]
* debian/watch: use uscan version 4.
-- Roland Rosenfeld <roland@debian.org> Tue, 01 Dec 2020 19:12:35 +0100
libnet-snmp-perl (6.0.1-5) unstable; urgency=medium
[ gregor herrmann ]
* debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.
[ Roland Rosenfeld ]
* Upgrade to Standards-Version 4.3.0 (Declare Rules-Requires-Root: no).
* Upgrade to debhelper v12.
* Add salsa CI pipeline in debian/gitlab-ci.yml.
* Move debhelper from Build-Depends-Indep to Build-Depends.
* Add buildlog to gitlab-ci test pipeline.
-- Roland Rosenfeld <roland@debian.org> Sun, 27 Jan 2019 11:49:16 +0100
libnet-snmp-perl (6.0.1-4) unstable; urgency=medium
[ Roland Rosenfeld ]
* Switch Homepage and watch file to meta::cpan.
* Change copyright URL to https.
* Remove unused 02_example-interpreter.patch.
* Update debhelper to v11.
* Upgrade to Standards-Version 4.1.4 (no changes).
[ Damyan Ivanov ]
* declare conformance with Policy 4.1.3 (no changes needed)
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
-- Roland Rosenfeld <roland@debian.org> Mon, 30 Apr 2018 19:09:26 +0200
libnet-snmp-perl (6.0.1-3) unstable; urgency=medium
* debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser
field (source stanza).
* Adopted by Debian Perl Group. And added Roland Rosenfeld to Uploaders.
* Run wrap-and-sort.
* Remove template header from debian/watch.
* Refreshed and reformatted replace_digest_sha1.patch.
* Upgrade debhelper to v10.
* Declare Testsuite: autopkgtest-pkg-perl.
* 03_spelling: Fix spelling error in man page.
* Add Homepage.
* Use /usr/bin/perl instead of /bin/env perl in examples.
* Update debian/copyright to DEP5 format.
* Change charset of changelog to UTF-8.
* Fix VCS URLs.
* 04_oid_whitespace: Strip trailing whitespace from OIDs (Closes: #321787).
* New Standards-Version 4.1.0 (no changes).
* Build-Depend on libmodule-build-perl.
* Build-Depend on libcrypt-des-perl and libdigest-hmac-perl to run full
test suite.
* Add lintian-overrides for snmpkey binary.
-- Roland Rosenfeld <roland@debian.org> Tue, 22 Aug 2017 21:13:38 +0200
libnet-snmp-perl (6.0.1-2) unstable; urgency=low
* Replace Digest:SHA1 by Digest:SHA (Closes: #636857)
-- Jochen Friedrich <jochen@scram.de> Wed, 24 Aug 2011 17:33:35 +0200
libnet-snmp-perl (6.0.1-1) unstable; urgency=low
* New upstream release (Closes: #617916, #626906)
* Bump Standards version to 3.9.2
* Remove 01_ipv6_export.patch. This is implemented differently now.
-- Jochen Friedrich <jochen@scram.de> Tue, 31 May 2011 16:52:27 +0200
libnet-snmp-perl (5.2.0-4) unstable; urgency=low
* Switch to dpkg-source 3.0 (quilt) format
* Bump Standards version to 3.8.4
-- Jochen Friedrich <jochen@scram.de> Tue, 18 May 2010 18:03:10 +0200
libnet-snmp-perl (5.2.0-3) unstable; urgency=low
* Depend on perl > 5.10.0 and add patch for IPv6 sockets.
(Closes: #489014). Thanks to Bernhard Schmidt <berni@birkenwald.de>.
* Add examples back which have been lost in 5.2.0-2.
* Build depend on netbase (Closes: #552939).
-- Jochen Friedrich <jochen@scram.de> Fri, 30 Oct 2009 16:16:33 +0100
libnet-snmp-perl (5.2.0-2) unstable; urgency=low
* Update debhelper to version 7 and simplify rules.
* Bump standards version to 3.8.3.
-- Jochen Friedrich <jochen@scram.de> Fri, 16 Oct 2009 17:00:54 +0200
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@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@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@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@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 Peña <jfs@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 Peña <jfs@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 Peña <jfs@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 Peña <jfs@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 Peña <jfs@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 Peña <jfs@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 Peña <jfs@computer.org> Mon, 11 Jun 2001 21:39:57 +0200
libnet-snmp-perl (3.6-1) unstable; urgency=low
* Initial debianization
-- Javier Fernandez-Sanguino Peña <jfs@computer.org> Mon, 16 Oct 2000 10:13:00 +0200
|