Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9F77C7A2BE for ; Fri, 23 Dec 2016 19:31:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4D81D8568F; Fri, 23 Dec 2016 19:31:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D0156855EF for ; Fri, 23 Dec 2016 19:31:27 +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 UISSU1OiQ-d1 for ; Fri, 23 Dec 2016 19:31:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0FC4B84CE9 for ; Fri, 23 Dec 2016 19:31:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 06E48FBA6; Fri, 23 Dec 2016 19:31:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1482521487184810" MIME-Version: 1.0 Date: Fri, 23 Dec 2016 19:31:27 +0000 From: "Fredrik Pettai" Subject: CVS commit: pkgsrc/net/rancid To: pkgsrc-changes@NetBSD.org Reply-To: pettai@netbsd.org X-Mailer: log_accum Message-Id: <20161223193127.06E48FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1482521487184810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pettai Date: Fri Dec 23 19:31:26 UTC 2016 Modified Files: pkgsrc/net/rancid: Makefile PLIST distinfo Log Message: 3.6.1 ios.pm: filter license registration timestamp fnrancid: filter oscillating md5-keys par.c: fix misplaced pointer deref 3.6 rancid.pm: ipaddrval() if IPv6 prefix length is missing, simply set 128. *login: in_proc must be global in expect_after. had trouble reproducing the original error, but this should be the correct fix. xlogin: escape the * in lastprompt - Mattieu Beretti *login: change handling of ssh key-related prompts to one line at a time to eliminate timing-related problem. alogin: login() eat one line at a time a10login: remove the aflex-specific stuff. This is the wrong way to do this and it doesn't work properly anyway. control_rancid: create /configs if it does not exist hrancid: use rancid.pm (removes code duplication) rancid.pm: check for existence of functions for given device type after loading the modules for the type. return failure if any are missing. par: add -FH options rancid.types.conf, iosshtech.pm: Add device type ciscoshtech for example purposes acos.pm: filter trailing WS & recognize incomplete/invalid command error in basicFilter() acos.pm: filter trailing WS in ShowAflex() acos.pm: 'show vlan' is 'show vlans' in ACOS 4.x. acos.pm: Add cmd 'show partition-config all' for ACOS 4.x, where 'show running-config all-partitions' does not work. acos.pm: recognize invalid cmd error in ShowRunningConfig() and filter the config size comment fnlogin: missing "end" to exit global mode for -[csx] - Richard Goode plogin: add -m & -M rancid.pm: missing variable initialization nxos.pm: fix bug in recognizing the end of an access-list hlogin: set tty init options when there is no controlling tty and set set the term width to 132 when there is no controlling tty and for -[sc] so that the hp device does not wrap lines. ios.pm: also filter IPv6 PDP addresses - Reuben Farrelly ios.pm: evaluation license periods are displayed differently lg: Add show interface optics iosxr.pm: More useless FPD messages junos.pm: handle a transient cmd protocol failure seen in show version control_rancid: use git ls-files instead of git status for .gitignore and /rancid.conf fnrancid: fix formatting around removal of private-keys bigip.pm: filter snmpv3 oscillating auth-password-encrypted iosxr.pm: filter useless FPD upgrade message To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/rancid/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/rancid/PLIST cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/rancid/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1482521487184810 Content-Disposition: inline Content-Length: 2215 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/rancid/Makefile diff -u pkgsrc/net/rancid/Makefile:1.20 pkgsrc/net/rancid/Makefile:1.21 --- pkgsrc/net/rancid/Makefile:1.20 Tue Sep 6 19:20:31 2016 +++ pkgsrc/net/rancid/Makefile Fri Dec 23 19:31:26 2016 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2016/09/06 19:20:31 pettai Exp $ +# $NetBSD: Makefile,v 1.21 2016/12/23 19:31:26 pettai Exp $ # -DISTNAME= rancid-3.5.1 +DISTNAME= rancid-3.6.1 CATEGORIES= net MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ Index: pkgsrc/net/rancid/PLIST diff -u pkgsrc/net/rancid/PLIST:1.10 pkgsrc/net/rancid/PLIST:1.11 --- pkgsrc/net/rancid/PLIST:1.10 Mon Aug 29 07:56:39 2016 +++ pkgsrc/net/rancid/PLIST Fri Dec 23 19:31:26 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2016/08/29 07:56:39 pettai Exp $ +@comment $NetBSD: PLIST,v 1.11 2016/12/23 19:31:26 pettai Exp $ bin/a10login bin/agmrancid bin/alogin @@ -72,6 +72,7 @@ lib/rancid/eos.pm lib/rancid/exos.pm lib/rancid/foundry.pm lib/rancid/ios.pm +lib/rancid/iosshtech.pm lib/rancid/iosxr.pm lib/rancid/junos.pm lib/rancid/mrv.pm Index: pkgsrc/net/rancid/distinfo diff -u pkgsrc/net/rancid/distinfo:1.14 pkgsrc/net/rancid/distinfo:1.15 --- pkgsrc/net/rancid/distinfo:1.14 Tue Sep 6 19:20:31 2016 +++ pkgsrc/net/rancid/distinfo Fri Dec 23 19:31:26 2016 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2016/09/06 19:20:31 pettai Exp $ +$NetBSD: distinfo,v 1.15 2016/12/23 19:31:26 pettai Exp $ -SHA1 (rancid-3.5.1.tar.gz) = d8a84db82de5bdffcab0310297c8650ec005184a -RMD160 (rancid-3.5.1.tar.gz) = 0b646e02ebe7ec631b56f591c77c7bd1f6254ff0 -SHA512 (rancid-3.5.1.tar.gz) = ae246797b181730939a2b54ee2be2e5e101f9dafa4ac56d4dee84cb4fa47798943811f2d0ca4976fdf7f07ac7c38e3439c6efb4d426bf7cd5b31927724f73cb3 -Size (rancid-3.5.1.tar.gz) = 501561 bytes +SHA1 (rancid-3.6.1.tar.gz) = 627745fba456a74d968854fc0419ccb4dac528a7 +RMD160 (rancid-3.6.1.tar.gz) = 4b370a82003324eeeeec3f57c32159f666daf983 +SHA512 (rancid-3.6.1.tar.gz) = a0cd97cc8193232507186e87e0c86a22d04a31d1f69ff936e70fad7e5b3f58a2f8ef4d2d50e578d8f976e2a370c8d714ace4920bbceea70058db96abc238cee1 +Size (rancid-3.6.1.tar.gz) = 494527 bytes SHA1 (patch-etc_Makefile.in) = 5400aa7c2a55ecb09577984e86e9f4dbc117f00d --_----------=_1482521487184810--