diff options
author | jschauma <jschauma> | 2005-01-14 15:25:25 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2005-01-14 15:25:25 +0000 |
commit | 8d0751170a2ad653a9399a19e06fc3c773e9f6f9 (patch) | |
tree | cea1df9f39eaef8fa5ca7dd4397d3e8bb9f772e0 | |
parent | a8462e9076bd9068a560ebfe5f84d8226e093556 (diff) | |
download | pkgsrc-8d0751170a2ad653a9399a19e06fc3c773e9f6f9.tar.gz |
Update p5-Net-SNMP to 5.0.1
Changes since 4.1.2:
RELEASE 5.0.1 SEP-09-2004
- The module is now again functional with Perl 5.6.x. Compensations
were made for compatibility problems with the IO::Socket::INET and
Math::BigInt modules packaged with Perl 5.6.x.
- The UDP/IPv6 and TCP/IPv6 Transport Domains are now functional when
using version 2.0x of the IO::Socket::INET6 module.
RELEASE 5.0.0 JUL-20-2004
- Added support for the UDP/IPv6 Transport Domain listed in RFC 3419.
- Support for the TCP/IPv4 and TCP/IPv6 Transport Domains was added
as described in RFC 3430 - "SNMP over TCP Transport Mapping".
- Optimizations were made to ASN.1 processing and preparation methods.
- Corrected a possible memory exhaustion error with OCTET STRINGs that
contain "printf" format characters.
- The ASN.1 types associated with the ObjectSyntax values in the
VarBindList can now be retrieved using the var_bind_types() method.
- The function snmp_type_ntop() was added for displaying ASN.1 types.
- The Net::SNMP::Dispatcher module now checks for select() errors.
- Passing the "-maxrepetitions" argument with a value of 1 or less
to the get_table() or get_entries() methods instructs them to use
get-next-request messages instead of get-bulk-request messages.
- The maximum allowed value for the maxMsgSize was reduced to 65535.
- The Perl modules for the non-default Transport Domains and Security
Model are now loaded at runtime instead of compile time.
-rw-r--r-- | net/p5-Net-SNMP/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Net-SNMP/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/p5-Net-SNMP/Makefile b/net/p5-Net-SNMP/Makefile index 27b4fb0dc6f..d0c9aeba700 100644 --- a/net/p5-Net-SNMP/Makefile +++ b/net/p5-Net-SNMP/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2004/12/20 11:31:06 grant Exp $ +# $NetBSD: Makefile,v 1.16 2005/01/14 15:25:25 jschauma Exp $ # -DISTNAME= Net-SNMP-4.1.2 +DISTNAME= Net-SNMP-5.0.1 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5nsn -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 1d199046d35..18299d102b0 100644 --- a/net/p5-Net-SNMP/distinfo +++ b/net/p5-Net-SNMP/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2003/09/18 19:09:52 wiz Exp $ +$NetBSD: distinfo,v 1.6 2005/01/14 15:25:26 jschauma Exp $ -SHA1 (Net-SNMP-4.1.2.tar.gz) = 58c6ed92ba32ba7303c6649b95662498f2db89a2 -Size (Net-SNMP-4.1.2.tar.gz) = 71965 bytes +SHA1 (Net-SNMP-5.0.1.tar.gz) = 03581de47b2cdd62173fb9dc53fc4eef0f7d51cb +Size (Net-SNMP-5.0.1.tar.gz) = 79757 bytes |