Hi, I have finally released version 0.70.0 now. Available at: ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ (and via CVS - note that DS6 FTP currently contains only older versions). See here for the full change log: http://cvs.deepspace6.net/view/ipv6calc/ChangeLog 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 Note: for creating a RPM of IP2Location I provide a spec file: ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/IP2Location-2.1.3.spec Source package of IP2Location API is available here: http://www.ip2location.com/c.aspx Regards, Peter -- Dr. Peter Bieringer http://www.bieringer.de/pb/ GPG/PGP Key 0x958F422D mailto:pb@bieringer.de Deep Space 6 Co-Founder and Core Member http://www.deepspace6.net/
Hi, At 01.04.2007 22:25, Peter Bieringer wrote:
I have finally released version 0.70.0 now.
While updating ipv6calcweb.cgi on my systems I found that I forgot to adjust the code here for the new options. In addition I found some cosmetic bugs. ipv6calcweb.cgi can now deal with IPv4 and IPv6 database. showinfo was enhanced to display the related database information also. In addition to minimize changes in the ipv6calcweb.cgi for production usage I added a list of binary and database file locations into an array, the first one which is found will be taken. 20070402/PB ipv6calc/showinfo.c - skip displaying of IPV4_SOURCE if no data is given - fix month of IP2Location database - separate IP2Location information for IPv4 and IPv6 (increase output version to 4) ipv6calcweb/ipv6calcweb.cgi.in - fix database options according to changes before releasing 0.70.0 - if server address is skipped, do not retrieve information at all - use built-in list for detecting binary and database files on various locations Please test. BTW: I would be happy if one would contribute a style sheet for ipv6calcweb.cgi and related style tags. Thank you very much, Peter -- Dr. Peter Bieringer http://www.bieringer.de/pb/ GPG/PGP Key 0x958F422D mailto:pb@bieringer.de Deep Space 6 Co-Founder and Core Member http://www.deepspace6.net/ Xing/OpenBC http://www.xing.com/hp/Peter_Bieringer/
participants (1)
-
Peter Bieringer