diff options
author | edwin <edwin@FreeBSD.org> | 2013-04-26 20:07:36 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2013-04-26 20:07:36 +0800 |
commit | 26b81b7242f9f3fe3bbc15aae661c6eb449ce093 (patch) | |
tree | 25c36e5d91f03c9609ffd2beb9fdf4a210911567 /net-mgmt | |
parent | be0532aa1927751208f2697351ec6365d64f46e3 (diff) | |
download | freebsd-ports-gnome-26b81b7242f9f3fe3bbc15aae661c6eb449ce093.tar.gz freebsd-ports-gnome-26b81b7242f9f3fe3bbc15aae661c6eb449ce093.tar.zst freebsd-ports-gnome-26b81b7242f9f3fe3bbc15aae661c6eb449ce093.zip |
Update to version 0.94.0
Major extensions:
ipv6calc/ipv6loganon/ipv6logstats
- IID privacy detection
- implement filter mode (-A filter) [very helpful if used in pipe mode]
- reliable IPv6 address anonymization (means all IPv6 address type
information is kept while anonymize the rest [SLA, unique values in IID]
- support MAC address input in Cisco format xxxx.xxxx.xxxx
- support OUI-36
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ipv6calc/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/ipv6calc/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index f61f51b710d0..8c8fec37a4f8 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ipv6calc -PORTVERSION= 0.73.0 -PORTREVISION= 1 +PORTVERSION= 0.94.0 CATEGORIES= net-mgmt ipv6 MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ diff --git a/net-mgmt/ipv6calc/distinfo b/net-mgmt/ipv6calc/distinfo index 4a2f44a3dfcf..cd39c78ed376 100644 --- a/net-mgmt/ipv6calc/distinfo +++ b/net-mgmt/ipv6calc/distinfo @@ -1,2 +1,2 @@ -SHA256 (ipv6calc-0.73.0.tar.gz) = e513b6725d9bf829ddb0e081d0fadd9a8c90678118441dd4028f76b66124e855 -SIZE (ipv6calc-0.73.0.tar.gz) = 567943 +SHA256 (ipv6calc-0.94.0.tar.gz) = be0580885b1c5c3f62cdf8582b7040590acd807e8315030c3417cfbe7fe31270 +SIZE (ipv6calc-0.94.0.tar.gz) = 749534 |