summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2014-02-14 10:49:17 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2014-02-14 10:49:17 +0000
commit6b10b52f2a2c60cc5d6a4b8bd127cb5638dbee0b (patch)
tree24f2c3f9137c6536ffd661b9555f1892e3b7d918
parent96e49eb31ed6b19ac780b91178c1fe32d7613d8e (diff)
downloadfreebsd-ports-6b10b52f2a2c60cc5d6a4b8bd127cb5638dbee0b.zip
Upgrade to version 0.96.0
use of md5 bundled code will be only used if not available on the system (external md5 is currently only supported via openssl library). Old behavior can be triggered using: --enable-bundled-md5 (and for getopt: --enable-bundled-getopt) ipv6calcweb.cgi was extended for supporting the new outputformat "textkeyvalue", which can be parsed easier in scripts, example: http://ip.bieringer.de/cgi-bin/ipv6calcweb.cgi?format=textkeyvalue ipv6calc binaries can be build using shared libraries internally to save space on disk with configure option: --enable-shared ipv6calc (approx. 170 kB) ipv6loganon (approx. 50 kB) ipv6logstats (approx. 60 kB) ipv6logconv (approx. 50 kB) libipv6calc.so.0.96.0 (approx. 450 kB) libipv6calc_db_wrapper.so.0.96.0 (approx. 1.8 MB) (containing the BuiltIn databases) instead of ipv6calc (non-shared, 1.9 MB) ipv6loganon (approx. 1.9 MB) ipv6logstats (approx. 1.9 MB) ipv6logconv (approx. 1.9 MB)
-rw-r--r--net-mgmt/ipv6calc/Makefile2
-rw-r--r--net-mgmt/ipv6calc/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile
index 2ddbd9d489b1..2367b7bd73ae 100644
--- a/net-mgmt/ipv6calc/Makefile
+++ b/net-mgmt/ipv6calc/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ipv6calc
-PORTVERSION= 0.94.0
+PORTVERSION= 0.96.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 cd39c78ed376..733398ecb391 100644
--- a/net-mgmt/ipv6calc/distinfo
+++ b/net-mgmt/ipv6calc/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ipv6calc-0.94.0.tar.gz) = be0580885b1c5c3f62cdf8582b7040590acd807e8315030c3417cfbe7fe31270
-SIZE (ipv6calc-0.94.0.tar.gz) = 749534
+SHA256 (ipv6calc-0.96.0.tar.gz) = 9fc17061cb2876d13af6b765ed0e1b21943cfb8d19bc65431a87b3f69ad7a572
+SIZE (ipv6calc-0.96.0.tar.gz) = 946885