diff options
author | bouyer <bouyer> | 2011-05-23 19:30:20 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2011-05-23 19:30:20 +0000 |
commit | 9e2c11ae33e3b6f201e0b547287dec3550db686c (patch) | |
tree | 30beb396e78905b0fb1f5b5948cbee09f0144161 /net | |
parent | a4b2298a10d79f1312aef94da13ce5dc129802ef (diff) | |
download | pkgsrc-9e2c11ae33e3b6f201e0b547287dec3550db686c.tar.gz |
Update to 2.04. Changes since 2.01:
+ Support for older HP switch models moved to new L2::HP4000 class
+ Fix VLAN changing in L2::HP and L2::HP4000 classes
* Updated model lists in HP classes
+ [2980782] Added L3::CiscoFWSM for Cisco Firewall Services Modules
(Brian De Wolf)
+ Added L3::Pf for FreeBSD PFSense Firewalls (max)
* Added specific functions for neighbor mgmt addresses to CDP class
* Implemented os_bin() method in CiscoStats
+ [2980787] Fix for C1900 bp_index not containing interfaces.
(Brian De Wolf)
+ [2599795] Added vendor_i_type() method to HP and HP4000 clases
+ [2688801] Minor modification for obscure Proxim/Orinoco device
(jrbinks)
+ [3051443] Add PoE measured power per port to Cisco, Extrme and HP
classes (jeroenvi)
* Minor tweaks to support devices without sysServices
* Added Cisco CBS3xxx blade switches to L3::C6500
* Fix for FWSMs not being detected properly. Special thanks goes to
Jukka Pirhonen for pointing it out. (Brian De Wolf)
+ Added support for IPv6 to physical address mapping
* Added ME340x to L3::C3550
* Added new ProCurve models to HP class
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-SNMP-Info/Makefile | 5 | ||||
-rw-r--r-- | net/p5-SNMP-Info/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/p5-SNMP-Info/Makefile b/net/p5-SNMP-Info/Makefile index a9ced061e33..823a351dfc5 100644 --- a/net/p5-SNMP-Info/Makefile +++ b/net/p5-SNMP-Info/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2010/08/21 16:35:31 seb Exp $ +# $NetBSD: Makefile,v 1.11 2011/05/23 19:30:20 bouyer Exp $ # -DISTNAME= SNMP-Info-2.01 +DISTNAME= SNMP-Info-2.04 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5sni CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/} diff --git a/net/p5-SNMP-Info/distinfo b/net/p5-SNMP-Info/distinfo index dd356ee4a86..240f1f008c3 100644 --- a/net/p5-SNMP-Info/distinfo +++ b/net/p5-SNMP-Info/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/09/22 20:29:13 sno Exp $ +$NetBSD: distinfo,v 1.6 2011/05/23 19:30:20 bouyer Exp $ -SHA1 (SNMP-Info-2.01.tar.gz) = b13c40a2417481f485a6e6f723ddd8c32a9fea99 -RMD160 (SNMP-Info-2.01.tar.gz) = ea382d425bf2ef5530c1f1829e9136374af7cf29 -Size (SNMP-Info-2.01.tar.gz) = 223580 bytes +SHA1 (SNMP-Info-2.04.tar.gz) = ced35783408d6d17a8dc1abd616f49c054d87536 +RMD160 (SNMP-Info-2.04.tar.gz) = 4a032f1b214727672f8b9445f61dc09aef6d1000 +Size (SNMP-Info-2.04.tar.gz) = 235790 bytes |