diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-09-14 23:03:50 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-09-14 23:03:50 +0000 |
commit | c192c21ea7e781a602f6fdaa18f3f98d402598b4 (patch) | |
tree | d5a690abe745b114b3bcbf6928b090f86fb2a89b /net-mgmt | |
parent | 4cd41dba48be931c351955286600f678eb42de55 (diff) | |
download | ports-c192c21ea7e781a602f6fdaa18f3f98d402598b4.tar.gz ports-c192c21ea7e781a602f6fdaa18f3f98d402598b4.zip |
Upgrade to 0.49
20050914/PB
Update databases
20050725/PB
lib/libipv6addr
ipv6calc/showinfo
- add support for Unique Local IPv6 Unicast Addresses
20050719/PB
md5/md5.c
- fix for proper support of big endian machines
lib/libipv6addr
- replace hardcoded IPv6 assignement by dynamic one
20050714/PB
lib/libipv6addr
- IPv6 TLA update
20050628/PB
ipv6calc:
- replace hardcoded $(root)/bin with $(root)@bindir@ (suggested by
Andrew Walrond)
20050212/PB
ipv6logconv:
- implement a lookup cache for speed-up (around 20%)
lib/libipv4addr
databases/ipv4-assignment/dbipv4addr_assignment.h
- add a hint table for speed-up IPv4 registry lookups (around 10
times!)
Notes
Notes:
svn path=/head/; revision=142762
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ipv6calc/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/ipv6calc/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index b0b70e389e34..6960a2a5698a 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipv6calc -PORTVERSION= 0.48 +PORTVERSION= 0.49 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 3a650a90eef3..ce9915a61bab 100644 --- a/net-mgmt/ipv6calc/distinfo +++ b/net-mgmt/ipv6calc/distinfo @@ -1,2 +1,2 @@ -MD5 (ipv6calc-0.48.tar.gz) = 3eb67a834a375c65a5e9fe6d716f6b12 -SIZE (ipv6calc-0.48.tar.gz) = 456796 +MD5 (ipv6calc-0.49.tar.gz) = 180b64aaedad4db310cc2f50d1676215 +SIZE (ipv6calc-0.49.tar.gz) = 1378479 |