Received: by mail.netbsd.org (Postfix, from userid 605) id DE5A284D48; Mon, 7 Sep 2020 13:38:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 64CA784D47 for ; Mon, 7 Sep 2020 13:38:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id wLYxorjx2CFt for ; Mon, 7 Sep 2020 13:38:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BBB1B84D3A for ; Mon, 7 Sep 2020 13:38:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B4FE8FB28; Mon, 7 Sep 2020 13:38:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159948593463510" MIME-Version: 1.0 Date: Mon, 7 Sep 2020 13:38:54 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/p5-SNMP-Info To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200907133854.B4FE8FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159948593463510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 7 13:38:54 UTC 2020 Modified Files: pkgsrc/net/p5-SNMP-Info: Makefile distinfo Log Message: p5-SNMP-Info: update to 3.70. Version 3.70 (2019-10-15) [NEW FEATURES] * #361 Siemens Scalance switch support * #365 Ciena Layer3 support * #368 DOCSIS cable modem support [ENHANCEMENTS] * #350 ubiquiti version string cleanup (LBegnaud) * #352 duplex support for ciscosb * #353 report all vendor names in lowercase * #353 sprinkle "use warnings" and "use strict" around * #358 prefer checkpoint mib over net-snmp mib (earendilfr) * #359 detect newer ios-xe using codenames (Christoph Neuhaus) * #367 test using latest MIBs version dynamically * #370 smarter Q-BRIDGE handling * poe power usage & mac address for ciscosb [BUG FIXES] * #353 doc fixes: report all required mibs for each module as based on code * #353 include fixes: don't include modules already imported from parent classes * #355 fix #252, don't think 6char devices names are mac addresses * #363 clean return calls in code * #364 strip newline from neoteris os_ver, fixes netdisco #647 Version 3.68 (2019-04-28) [NEW FEATURES] * initial support for redlion cellular routers (inphobia) [ENHANCEMENTS] * use pulsesecure mib in layer7::neoteris instead of juniper-ive Version 3.67 (2019-04-20) [NEW FEATURES] * #323 initial Lenovo / cnos support (inphobia) * #317 #326 DOCSIS Head End support (Pyro3d) [ENHANCEMENTS] * add v3 Context update() tests for net-snmp 5.8+ * support INFO_TRACE and SNMP_TRACE environment variables for Debug * #324 clean up exinda and add regression test [BUG FIXES] * #294 snmp::info should show full class used * #297 perl 5.28 removal of "use vars" * #306 fix incorrect interfaces for d-link * #319 make fortinet return a useful interface name (inphobia) * #320 improve duplicate interfaces() fixup * #321 clean interface descriptions of null and trailing space * #322 #327 full fix for aerohive tests * #325 lazy load legacy RFC1213-MIB only if needed * #496 fix for aerohive wireless clients support (inphobia) Version 3.66 (2019-03-24) [NEW FEATURES] * #316 add support for IS-IS routing protocol (pyro3d) [ENHANCEMENTS] * switch to Alien::SNMP for travis builds (ollyg) [BUG FIXES] * clarify MRO usage Version 3.65 (2019-02-24) [ENHANCEMENTS] * #296 expand CiscoAgg to also include LACP (inphobia) * #308 update VyOS enterprise OID * #310 bring layer3::oneaccess up to date for oneos6. (inphobia) * Add two more HP 2930F models (JeroenvIS) [BUG FIXES] * #295 make CiscoAgg return ifindex instead of bp_index (inphobia) * more documentation fixes + whitespace cleanup in all files To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/net/p5-SNMP-Info/Makefile cvs rdiff -u -r1.26 -r1.27 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. --_----------=_159948593463510 Content-Disposition: inline Content-Length: 1666 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/p5-SNMP-Info/Makefile diff -u pkgsrc/net/p5-SNMP-Info/Makefile:1.43 pkgsrc/net/p5-SNMP-Info/Makefile:1.44 --- pkgsrc/net/p5-SNMP-Info/Makefile:1.43 Mon Aug 31 18:10:50 2020 +++ pkgsrc/net/p5-SNMP-Info/Makefile Mon Sep 7 13:38:54 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2020/08/31 18:10:50 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2020/09/07 13:38:54 wiz Exp $ -DISTNAME= SNMP-Info-3.64 +DISTNAME= SNMP-Info-3.70 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/} Index: pkgsrc/net/p5-SNMP-Info/distinfo diff -u pkgsrc/net/p5-SNMP-Info/distinfo:1.26 pkgsrc/net/p5-SNMP-Info/distinfo:1.27 --- pkgsrc/net/p5-SNMP-Info/distinfo:1.26 Sun Jan 13 03:28:41 2019 +++ pkgsrc/net/p5-SNMP-Info/distinfo Mon Sep 7 13:38:54 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2019/01/13 03:28:41 wen Exp $ +$NetBSD: distinfo,v 1.27 2020/09/07 13:38:54 wiz Exp $ -SHA1 (SNMP-Info-3.64.tar.gz) = c3463a16ed9ac24795dd2b2f3361df35ec2676e2 -RMD160 (SNMP-Info-3.64.tar.gz) = c8f09dee827170bf38eebcd2120d5b1cec103ee8 -SHA512 (SNMP-Info-3.64.tar.gz) = 5e62ff47ef8b3b442e126e7fa3d70dd71640605ea676bf623999d6ef0d8fb2c1898a39246c6517b8afa203b2c15c98f8286694964ceb681caf9d41aca9a65537 -Size (SNMP-Info-3.64.tar.gz) = 555685 bytes +SHA1 (SNMP-Info-3.70.tar.gz) = 2c5c9cfcea53c4728e08a8c47a3380729eebebec +RMD160 (SNMP-Info-3.70.tar.gz) = 18e0c65e9f2e5bb22b28e4095a809fb55f3a700e +SHA512 (SNMP-Info-3.70.tar.gz) = 9f306340e5af3ad8493c717af294caf515bee0a6dd94255ce7026c38fadf3da25538bae692380be7d84c3ab1ab52dc1ae7aafa36a8c56a42fc11c7307a2e45c8 +Size (SNMP-Info-3.70.tar.gz) = 570941 bytes --_----------=_159948593463510--