Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 4915463CD4E for ; Fri, 18 Nov 2011 08:28:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2637514A1F8; Fri, 18 Nov 2011 08:28:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AB4BE14A1F3 for ; Fri, 18 Nov 2011 08:28:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ZFxUv-9iVkkl for ; Fri, 18 Nov 2011 08:28:43 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id DA57414A1F0 for ; Fri, 18 Nov 2011 08:28:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CBDE8175DD; Fri, 18 Nov 2011 08:28:42 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 18 Nov 2011 08:28:42 +0000 From: "Hiramatsu Yoshifumi" Subject: CVS commit: pkgsrc/net/p5-SNMP-Info To: pkgsrc-changes@NetBSD.org Reply-To: hiramatsu@netbsd.org X-Mailer: log_accum Message-Id: <20111118082842.CBDE8175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: hiramatsu Date: Fri Nov 18 08:28:42 UTC 2011 Modified Files: pkgsrc/net/p5-SNMP-Info: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/p5-SNMP-Info/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/p5-SNMP-Info/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.