Subject: CVS commit: pkgsrc/net/GeoIP
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: pkgsrc-changes
Date: 10/22/2005 19:58:42
Module Name:	pkgsrc
Committed By:	heinz
Date:		Sat Oct 22 19:58:42 UTC 2005

Modified Files:
	pkgsrc/net/GeoIP: Makefile PLIST distinfo
	pkgsrc/net/GeoIP/patches: patch-aa

Log Message:
Updated to version 1.3.14 (approved by Min Sik Kim).

Pkgsrc changes:
  - Added TEST_TARGET.

[Relevant] changes since version 1.3.8:
=======================================
1.3.14  2005-9-7
        * Check if byte, ushort, ulong, u16, u32 are defined in configure
          script.  Fixes compilation issue on FreeBSD systems.
        * Check for Big Endian byte order (needed for MD5 code in geoipupdate
          to work properly on Mac OS X and other Big Endian processors
        * Fixed GEOIP_CHECK_CACHE mode when used with GEOIP_STANDARD to
          only refresh upon file change
        * Fixed memory leak when refreshing file in GEOIP_CHECK_CACHE mode
        * Updated ltmain.sh to support Debian GNU/k*BSD bug #315425 (Marek Habersack)
        * Added lookup functions using IP numeric representation as input (Frank Mather)
        * Removed geoipexport
        * Replaced Yugoslavia with Serbia and Montenegro
        * Updated geoiplookup to only perform country lookup once instead of twice by using GeoIP_id_by_name
1.3.13  2005-8-1
        * Fixed autoconf weirdness that resulted in libraries being
                installed without .so suffix
1.3.12  2005-7-19
        * Removed -lGeoIP from libGeoIPUpdate_la_LIBADD - fixes compilation error
                if GeoIP isn't already installed (Thomas Steudten)
1.3.11  2005-7-7
        * Fixed gcc warnings and bug.  Use int
                instead of char for checking the return value of getopt in geoipupdate.c.
                Moved the internal functions to GeoIP_internal.h to get rid
                of those 'implicit declaration' warnings. (Ludwig Nussel/SUSE)
        * Cleaned up name space by prefixing internal functions with
                _GeoIP* (Ludwig Nussel/SUSE)
        * Memory Leak fix for GeoIP City if fread error
        * Added more verbose error messages for geoipupdate (Frank Mather)
        * Added check for zlib.h to configure.in
1.3.10  2005-4-17
        * Added types.h to Makefile.am - fixes compilation error
1.3.9   2005-4-14
        * fixed bug with GEOIP_INDEX_CACHE (Frank Mather)
        * fixed segfault issue if GeoIP.dat not found (Frank Mather)
        * Updated MD5 checksum code to use GnuPG code which works
                on 64bit machines (Frank Mather)
        * Fixed memory leak in test-geoip-isp.c and test-geoip-org.c
        * Added support for GeoIP Domain Names in geoipupdate


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/net/GeoIP/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/net/GeoIP/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/net/GeoIP/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/GeoIP/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.