diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-18 08:28:42 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-18 08:28:42 +0000 |
commit | a2934adc1495669431c89d85f762ef3097e2f6a6 (patch) | |
tree | 892ea0766ecda07005ebddbd6e595a41bf87db93 /net | |
parent | dbb5eb868d48fb579527e38ce4aa4afe70f6decc (diff) | |
download | pkgsrc-a2934adc1495669431c89d85f762ef3097e2f6a6.tar.gz |
Update p5-SNMP-Info to 2.06.
Changes from previous:
version 2.06 (2011-09-28)
[NEW FEATURES]
* Support for PacketFront devices in new class L3::PacketFront
* Support for Mikrotik devices in new class L3::Mikrotik
* Support for HP VirtualConnect switches in new class L2::HPVC
* Support for ADSL-LINE-MIB in new class AdslLine
[ENHANCEMENTS]
* POD clarification on i_speed() munging by Info.pm
* Added i_stack_status method that can be used for finding the parent
interface for e.g. ADSL interface speed determination
[BUG FIXES]
* [3344843] Fix returning serial() and os_ver() for web-managable HP
switches, introduced by HP/HP4000 class split, reported by J R Binks
* [2809033] Put L2-only Cisco blade switches in L3::C6500
* [3408506] Fix uninitialized value in IPv6 when neighbor state is
incomplete (Michael Borgelt)
version 2.05 (2011-06-23)
+ Fix broken function call in L2::Aironet
+ Promote L2::Aruba to L3::Aruba, as Aruba devices can be L3 entities and
provide L3 information.
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 a247dc968c3..cb54f25cd57 100644 --- a/net/p5-SNMP-Info/Makefile +++ b/net/p5-SNMP-Info/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2011/08/14 14:14:49 obache Exp $ +# $NetBSD: Makefile,v 1.13 2011/11/18 08:28:42 hiramatsu Exp $ # -DISTNAME= SNMP-Info-2.04 +DISTNAME= SNMP-Info-2.06 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 240f1f008c3..59d81318128 100644 --- a/net/p5-SNMP-Info/distinfo +++ b/net/p5-SNMP-Info/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2011/05/23 19:30:20 bouyer Exp $ +$NetBSD: distinfo,v 1.7 2011/11/18 08:28:42 hiramatsu Exp $ -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 +SHA1 (SNMP-Info-2.06.tar.gz) = 7eaa1a1c93872d71d4d507dd6b5f1db7999194a4 +RMD160 (SNMP-Info-2.06.tar.gz) = 16411830c18759f8ff8bef2f05371c8d03ae62c9 +Size (SNMP-Info-2.06.tar.gz) = 238643 bytes |