pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net-SNMP Updated p5-Net-SNMP to 5.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7250cf9a5a52
branches:  trunk
changeset: 502605:7250cf9a5a52
user:      martti <martti%pkgsrc.org@localhost>
date:      Mon Nov 07 13:31:06 2005 +0000

description:
Updated p5-Net-SNMP to 5.2.0

- Removed the dependency on the IO::Socket::INET and IO::Socket::INET6
  modules.  The IO::Socket module is now used for all socket objects.
- The port information can now be included as part of the transport
  address specified with the session() Transport Domain arguments.
- Added support for specifying the scope zone index for IPv6 addresses
  as described in RFC 4007 - "IPv6 Scoped Address Architecture".
- 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.
- 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".
- Corrected an issue where any non-blocking SNMPv3 message queued prior
  to calling snmp_dispatcher() was sent with an empty contextEngineID.
- The first SNMPv3 discovery message is again being sent with a zero-
  length msgUserName as suggested by RFC 3414.
- All sockets are now flagged as non-blocking to prevent a possible
  deadlock due to an interaction between recv() and select().
- The sending of messages is now bounded by the receive processing rate
  to avoid receive buffer overflows.
- The return value of select() is now checked for both "undef" and -1.
- 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.

diffstat:

 net/p5-Net-SNMP/Makefile |  6 +++---
 net/p5-Net-SNMP/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r b0e7f02b5178 -r 7250cf9a5a52 net/p5-Net-SNMP/Makefile
--- a/net/p5-Net-SNMP/Makefile  Mon Nov 07 13:23:36 2005 +0000
+++ b/net/p5-Net-SNMP/Makefile  Mon Nov 07 13:31:06 2005 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2005/08/06 06:19:28 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2005/11/07 13:31:06 martti Exp $
 #
 
-DISTNAME=      Net-SNMP-5.0.1
+DISTNAME=      Net-SNMP-5.2.0
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5nsn
-PKGREVISION=   1
+#PKGREVISION=  1
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
 
diff -r b0e7f02b5178 -r 7250cf9a5a52 net/p5-Net-SNMP/distinfo
--- a/net/p5-Net-SNMP/distinfo  Mon Nov 07 13:23:36 2005 +0000
+++ b/net/p5-Net-SNMP/distinfo  Mon Nov 07 13:31:06 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2005/02/24 12:13:59 agc Exp $
+$NetBSD: distinfo,v 1.8 2005/11/07 13:31:06 martti Exp $
 
-SHA1 (Net-SNMP-5.0.1.tar.gz) = 03581de47b2cdd62173fb9dc53fc4eef0f7d51cb
-RMD160 (Net-SNMP-5.0.1.tar.gz) = c44f0fa9cfc992869794307fa19dcbd48d64cae4
-Size (Net-SNMP-5.0.1.tar.gz) = 79757 bytes
+SHA1 (Net-SNMP-5.2.0.tar.gz) = 32b43dade6a9fed07377613a296111968e0a68e7
+RMD160 (Net-SNMP-5.2.0.tar.gz) = 43e179be3ede313f4b2550d698ad4454ea4a9d7b
+Size (Net-SNMP-5.2.0.tar.gz) = 83175 bytes



Home | Main Index | Thread Index | Old Index