From 2c977134b90a3f62a9a37a62071ffa51a72f0e17 Mon Sep 17 00:00:00 2001 From: martti Date: Mon, 7 Nov 2005 13:31:06 +0000 Subject: 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. --- net/p5-Net-SNMP/Makefile | 6 +++--- net/p5-Net-SNMP/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'net/p5-Net-SNMP') diff --git a/net/p5-Net-SNMP/Makefile b/net/p5-Net-SNMP/Makefile index 678f78d2d0b..b77b2e1e4bf 100644 --- a/net/p5-Net-SNMP/Makefile +++ b/net/p5-Net-SNMP/Makefile @@ -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 --git a/net/p5-Net-SNMP/distinfo b/net/p5-Net-SNMP/distinfo index ee603140aa5..c1f848763f9 100644 --- a/net/p5-Net-SNMP/distinfo +++ b/net/p5-Net-SNMP/distinfo @@ -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 -- cgit v1.2.3