1e8fb86e10
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.
23 lines
725 B
Makefile
23 lines
725 B
Makefile
# $NetBSD: Makefile,v 1.16 2005/01/14 15:25:25 jschauma Exp $
|
|
#
|
|
|
|
DISTNAME= Net-SNMP-5.0.1
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5nsn
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/author/DTOWN/Net-SNMP-4.1.2/
|
|
COMMENT= Perl5 module for SNMP queries
|
|
|
|
DEPENDS+= p5-Crypt-DES>=2.03:../../security/p5-Crypt-DES
|
|
DEPENDS+= p5-Digest-MD5>=2.11:../../security/p5-Digest-MD5
|
|
DEPENDS+= p5-Digest-SHA1>=1.02:../../security/p5-Digest-SHA1
|
|
DEPENDS+= p5-Digest-HMAC>=1.00:../../security/p5-Digest-HMAC
|
|
|
|
USE_BUILDLINK3= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/SNMP/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|