1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Edwin Groothuis
b0371357a4 Update to 0.72.1 2009-01-12 10:56:58 +00:00
Edwin Groothuis
75e16d25e0 Update to 0.72.0
Major new features:
- support ORCHID
- detect link-local-teredo addresses
- add octal output for IPv4
- add hex output for IPv4 & IPv6
2008-12-23 09:06:41 +00:00
Edwin Groothuis
8a35823911 Upgrade to 0.71.0 2007-06-02 22:16:10 +00:00
Edwin Groothuis
a5b0f00d2b Update to 0.70.0:
Major changes since 0.61.0

    - remove IP2Location and GeoIP files, add related configure options
    instead (thanks to Niko Tyni for contribution)

      --with-ip2location-headers=DIR
			      IP2Location include files location
      --with-ip2location-lib=DIR
			      IP2Location library location
      --with-ip2location-static
			      Explicitly link IP2Location statically
    (default=no)
      --with-geoip-headers=DIR
			      GeoIP include files location
      --with-geoip-lib=DIR    GeoIP library location
      --with-geoip-static     Explicitly link GeoIP statically (default=no)
      --with-geoip-default-file=file
			      Use a default GeoIP database file when

    - add support for use of IPv6-enabled IP2Location API
      (GeoIP still only supports IPv4)

    - add anoynmization action in ipv6calc
    $ ipv6calc -q 2001:db8:0123:4567:89ab:cdef:0123:4567 --action anonymize
    2001:db8:123::
    $ ipv6calc -q 192.0.2.1 --action anonymize
    192.0.2.0

    - add tool "ipv6loganon" for anonymizing web server log files

    - Getopts support: configure detects now the presence of system getopts
    library

    - several bugfixes
2007-04-01 22:28:14 +00:00
Edwin Groothuis
4eee414aa4 Update to 0.61.0 2006-08-29 02:01:28 +00:00
Edwin Groothuis
e8cbf72885 Update to 0.60.1
Fix plist
2006-07-10 23:27:00 +00:00
Edwin Groothuis
c8347b8a80 Upgrade to version 0.60.0 2006-06-26 12:19:55 +00:00
Edwin Groothuis
3cad625d5e upgrade to 0.51 2006-02-12 20:10:11 +00:00
Edwin Groothuis
7075019551 Add SHA256 checksums to the distinfo files. 2005-11-08 21:45:49 +00:00
Edwin Groothuis
058bc54315 [ipv6calc-announce] New version 0.50 released
20050915/PB
        various c files
         - fix snprintf size parameter (credits to
            Radek Vok?l for pointing this out)
        lib/libipv6addr.c#ipv6addr_copy
         - fix bug which causes stack overflow (credits to
            Radek Vok?l for finding the bug)
        several Makefiles
         - add compiler switch -O2, reason for segfault was found
         - remove also static on clean
        ipv6logconv:
         - add support for unique local unicast
        update databases
2005-09-15 23:00:52 +00:00
Edwin Groothuis
c192c21ea7 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!)
2005-09-14 23:03:50 +00:00
Edwin Groothuis
67876ff1fa Update to version 0.48 2004-11-21 21:19:29 +00:00
Edwin Groothuis
f2ff4dcdea Update to 0.47 2004-02-28 12:10:53 +00:00
Edwin Groothuis
2593246092 Upgrade to version 0.46
Now to the news: version 0.46 is available now.

    - IPv4 database updated (20030906)
    - add support of LACNIC registry
    - add output format "octal"
	Print octal representation of a given IPv6 address:
	(useful for djbdns/tinydns)
	    3ffe:ffff::1 ->
	    \77\376\377\377\0\0\0\0\0\0\0\0\0\0\0\1
	--printfulluncompressed 3ffe:ffff::1 ->
	    \077\376\377\377\000\000\000\000\000\000\000\000\000\000\000\001
	Available format options:
	--printfulluncompressed: Print in full uncompressed format

    - New program "ipv6logstats" for parsing web server logs to get some
    IPv4/IPv6 distribution data and build time line charts. See examples for
    more.

    - add input types:
	"ipv4hex" (hexadecimal IPv4 address)
	"ipv4revhex" (reverse hexadecimal IPv4 address)
    - add support of spaces in MAC/EUI-48 addresses
2003-10-07 07:07:25 +00:00
Edwin Groothuis
d6c5cb19cc Maintainer update to version 0.45
ChangeLog:
* fix not proper handling of option "-q|--quiet" in some cases
* enhance help options (-h|--help now also valid) on --out|action|in
* ipv6logconf: "make test" can be now also executed by root (su to nobody)
* minor cosmetics in IEEE/OUI database
2002-11-14 20:39:42 +00:00
Edwin Groothuis
afc907f44d Maintainer update to version 0.44 2002-11-09 13:26:15 +00:00
Patrick Li
a33e7e9586 Update to 0.43
PR:		ports/41185
Submitted by:	maintainer
2002-07-31 02:31:49 +00:00
Patrick Li
bf7da04428 Update to 0.42
PR:		ports/40713
Submitted by:	maintainer
2002-07-17 23:07:40 +00:00
Pete Fritchman
0c6ad098bb Update to 0.41.
PR:		38842
Submitted by:	maintainer
2002-06-03 02:31:16 +00:00
Munechika SUMIKAWA
afc9ce37ba Upgrade to 0.40.
PR:		ports/37327
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-04-22 13:12:23 +00:00
Patrick Li
518410cd69 Update to 0.38
PR:		35360
Submitted by:	maintainer
2002-02-26 23:09:58 +00:00
Patrick Li
e40072a045 Add port net/ipv6calc - a utility to convert, change and calculate with
IPv6 addresses

PR:		34441
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-01-30 21:02:46 +00:00