Fri Dec 23 19:31:26 2016 UTC ()
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 <group>/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 <group>/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


(pettai)
diff -r1.20 -r1.21 pkgsrc/net/rancid/Makefile
diff -r1.10 -r1.11 pkgsrc/net/rancid/PLIST
diff -r1.14 -r1.15 pkgsrc/net/rancid/distinfo

cvs diff -r1.20 -r1.21 pkgsrc/net/rancid/Makefile (expand / switch to unified diff)

--- pkgsrc/net/rancid/Makefile 2016/09/06 19:20:31 1.20
+++ pkgsrc/net/rancid/Makefile 2016/12/23 19:31:26 1.21
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.20 2016/09/06 19:20:31 pettai Exp $ 1# $NetBSD: Makefile,v 1.21 2016/12/23 19:31:26 pettai Exp $
2# 2#
3 3
4DISTNAME= rancid-3.5.1 4DISTNAME= rancid-3.6.1
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ 6MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/
7 7
8MAINTAINER= pettai@NetBSD.org 8MAINTAINER= pettai@NetBSD.org
9HOMEPAGE= http://www.shrubbery.net/rancid/ 9HOMEPAGE= http://www.shrubbery.net/rancid/
10COMMENT= Really Awesome New Cisco confIg Differ 10COMMENT= Really Awesome New Cisco confIg Differ
11LICENSE= original-bsd 11LICENSE= original-bsd
12 12
13DEPENDS+= tcl-expect>=5.4:../../lang/tcl-expect 13DEPENDS+= tcl-expect>=5.4:../../lang/tcl-expect
14 14
15BUILD_DEFS+= VARBASE 15BUILD_DEFS+= VARBASE
16 16
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes

cvs diff -r1.10 -r1.11 pkgsrc/net/rancid/PLIST (expand / switch to unified diff)

--- pkgsrc/net/rancid/PLIST 2016/08/29 07:56:39 1.10
+++ pkgsrc/net/rancid/PLIST 2016/12/23 19:31:26 1.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.10 2016/08/29 07:56:39 pettai Exp $ 1@comment $NetBSD: PLIST,v 1.11 2016/12/23 19:31:26 pettai Exp $
2bin/a10login 2bin/a10login
3bin/agmrancid 3bin/agmrancid
4bin/alogin 4bin/alogin
5bin/anlogin 5bin/anlogin
6bin/arancid 6bin/arancid
7bin/avologin 7bin/avologin
8bin/avorancid 8bin/avorancid
9bin/blogin 9bin/blogin
10bin/brancid 10bin/brancid
11bin/brlogin 11bin/brlogin
12bin/cat5rancid 12bin/cat5rancid
13bin/clogin 13bin/clogin
14bin/complogin 14bin/complogin
@@ -62,26 +62,27 @@ bin/xlogin @@ -62,26 +62,27 @@ bin/xlogin
62bin/zrancid 62bin/zrancid
63lib/rancid/acos.pm 63lib/rancid/acos.pm
64lib/rancid/aeos.pm 64lib/rancid/aeos.pm
65lib/rancid/arbor.pm 65lib/rancid/arbor.pm
66lib/rancid/bigip.pm 66lib/rancid/bigip.pm
67lib/rancid/ciscowlc.pm 67lib/rancid/ciscowlc.pm
68lib/rancid/dell.pm 68lib/rancid/dell.pm
69lib/rancid/edgemax.pm 69lib/rancid/edgemax.pm
70lib/rancid/edgerouter.pm 70lib/rancid/edgerouter.pm
71lib/rancid/eos.pm 71lib/rancid/eos.pm
72lib/rancid/exos.pm 72lib/rancid/exos.pm
73lib/rancid/foundry.pm 73lib/rancid/foundry.pm
74lib/rancid/ios.pm 74lib/rancid/ios.pm
 75lib/rancid/iosshtech.pm
75lib/rancid/iosxr.pm 76lib/rancid/iosxr.pm
76lib/rancid/junos.pm 77lib/rancid/junos.pm
77lib/rancid/mrv.pm 78lib/rancid/mrv.pm
78lib/rancid/nxos.pm 79lib/rancid/nxos.pm
79lib/rancid/panos.pm 80lib/rancid/panos.pm
80lib/rancid/rancid.pm 81lib/rancid/rancid.pm
81lib/rancid/rbt.pm 82lib/rancid/rbt.pm
82lib/rancid/wavesvros.pm 83lib/rancid/wavesvros.pm
83man/man1/agmrancid.1 84man/man1/agmrancid.1
84man/man1/alogin.1 85man/man1/alogin.1
85man/man1/anlogin.1 86man/man1/anlogin.1
86man/man1/anrancid.1 87man/man1/anrancid.1
87man/man1/arancid.1 88man/man1/arancid.1

cvs diff -r1.14 -r1.15 pkgsrc/net/rancid/distinfo (expand / switch to unified diff)

--- pkgsrc/net/rancid/distinfo 2016/09/06 19:20:31 1.14
+++ pkgsrc/net/rancid/distinfo 2016/12/23 19:31:26 1.15
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.14 2016/09/06 19:20:31 pettai Exp $ 1$NetBSD: distinfo,v 1.15 2016/12/23 19:31:26 pettai Exp $
2 2
3SHA1 (rancid-3.5.1.tar.gz) = d8a84db82de5bdffcab0310297c8650ec005184a 3SHA1 (rancid-3.6.1.tar.gz) = 627745fba456a74d968854fc0419ccb4dac528a7
4RMD160 (rancid-3.5.1.tar.gz) = 0b646e02ebe7ec631b56f591c77c7bd1f6254ff0 4RMD160 (rancid-3.6.1.tar.gz) = 4b370a82003324eeeeec3f57c32159f666daf983
5SHA512 (rancid-3.5.1.tar.gz) = ae246797b181730939a2b54ee2be2e5e101f9dafa4ac56d4dee84cb4fa47798943811f2d0ca4976fdf7f07ac7c38e3439c6efb4d426bf7cd5b31927724f73cb3 5SHA512 (rancid-3.6.1.tar.gz) = a0cd97cc8193232507186e87e0c86a22d04a31d1f69ff936e70fad7e5b3f58a2f8ef4d2d50e578d8f976e2a370c8d714ace4920bbceea70058db96abc238cee1
6Size (rancid-3.5.1.tar.gz) = 501561 bytes 6Size (rancid-3.6.1.tar.gz) = 494527 bytes
7SHA1 (patch-etc_Makefile.in) = 5400aa7c2a55ecb09577984e86e9f4dbc117f00d 7SHA1 (patch-etc_Makefile.in) = 5400aa7c2a55ecb09577984e86e9f4dbc117f00d