diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2020-03-18 19:19:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2020-03-18 19:19:50 +0000 |
commit | a8cb7e05ae57251903bdea56cdb2c26e7c4d047b (patch) | |
tree | dc93842ddd65d9240a95d28f22238d63e762a40b /net-mgmt/rancid3 | |
parent | d69fb1c62ac7c68b12df1e38201e66ceca2b757c (diff) |
Update to 3.12.
This release is mainly a minor bug-fix release:
sros.pm: summarize flash free space
junos.pm: ShowSystemLicense(): missing variable initialization
exos.pm: ShowVersion(): improve parsing of h/w - James Andrewartha
ios.pm: do not use perl /n regex modifier; it didnt appear until 5.22 and is causing
heartburn
Notes
Notes:
svn path=/head/; revision=528665
Diffstat (limited to 'net-mgmt/rancid3')
-rw-r--r-- | net-mgmt/rancid3/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/rancid3/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/rancid3/Makefile b/net-mgmt/rancid3/Makefile index cbe0db3d19b8..65152f821159 100644 --- a/net-mgmt/rancid3/Makefile +++ b/net-mgmt/rancid3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rancid -PORTVERSION= 3.11 +PORTVERSION= 3.12 PORTREVISION= 0 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ diff --git a/net-mgmt/rancid3/distinfo b/net-mgmt/rancid3/distinfo index ed4a0a769d34..64d7c1470658 100644 --- a/net-mgmt/rancid3/distinfo +++ b/net-mgmt/rancid3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1581007295 -SHA256 (rancid-3.11.tar.gz) = 0678a1bad101d48d30308a8df7140eef02698b3a72b5368ff3318bd10394d21a -SIZE (rancid-3.11.tar.gz) = 529473 +TIMESTAMP = 1584551783 +SHA256 (rancid-3.12.tar.gz) = b1c1415d16ac291e29ff356a3c4f688160f07f1a091869290a95cd1793d4d3fb +SIZE (rancid-3.12.tar.gz) = 522382 |