diff options
author | pettai <pettai@pkgsrc.org> | 2014-06-13 21:14:55 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2014-06-13 21:14:55 +0000 |
commit | a9ebb08409d4b3592d740bac9c9aba353fb7aa26 (patch) | |
tree | 1e5a0cdb9264afb05d978843eb9cdf6e2aafa99e /net | |
parent | 09da2051919200b20aeed26e5163896099b7190e (diff) | |
download | pkgsrc-a9ebb08409d4b3592d740bac9c9aba353fb7aa26.tar.gz |
3.1
- Change rancid script exec(); move cmd-line options to rancid.types.*
files. This allows older scripts to function without change, ie:
needing to support -t.
- clogin: missing variable initialization
- ios.pm: filter fan speed setting on 2900, etc.
- fnrancid: fix filter match for encrypted pwd
- ios.pm: filter vlan traffic counters on gsr, 6400 & switches
- srancid: fix up time filter for dell 3448
- ios.pm: some ASAs do not support show vlan
- ios.pm: bgp password filtering removing neighbor address
- rancid.types.base: dell definition missing inloop configuration
- rancid: display useful error if inloop is not configured
- dell.pm: missing variable declarations
- nxrancid: filter INTAKE temps and cycling file BufferMonitor-1HourData
Diffstat (limited to 'net')
-rw-r--r-- | net/rancid/Makefile | 5 | ||||
-rw-r--r-- | net/rancid/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/rancid/Makefile b/net/rancid/Makefile index ebf03b73cb1..354fcb22662 100644 --- a/net/rancid/Makefile +++ b/net/rancid/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:12 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/06/13 21:14:55 pettai Exp $ # -DISTNAME= rancid-3.0 -PKGREVISION= 1 +DISTNAME= rancid-3.1 CATEGORIES= net MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ diff --git a/net/rancid/distinfo b/net/rancid/distinfo index 810745c5bc9..84e0c2e3d2f 100644 --- a/net/rancid/distinfo +++ b/net/rancid/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2014/04/02 09:11:11 pettai Exp $ +$NetBSD: distinfo,v 1.6 2014/06/13 21:14:55 pettai Exp $ -SHA1 (rancid-3.0.tar.gz) = 246aa70bab85692a9545380e3515ac618e256e59 -RMD160 (rancid-3.0.tar.gz) = f06de4bf8b5063c54ca198e1fbfa421ceec974c7 -Size (rancid-3.0.tar.gz) = 452750 bytes +SHA1 (rancid-3.1.tar.gz) = 5e5bdf84634c958ad4cd413c3e31c348340ebd05 +RMD160 (rancid-3.1.tar.gz) = e0f74b5886f876abe48b6d14cf3c8d4b10a6576e +Size (rancid-3.1.tar.gz) = 435045 bytes |