From e6be4eca0deef6757ae9fc14fb487787e665683c Mon Sep 17 00:00:00 2001 From: heinz <heinz> Date: Sat, 22 Oct 2005 19:58:42 +0000 Subject: 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 --- net/GeoIP/PLIST | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'net/GeoIP/PLIST') diff --git a/net/GeoIP/PLIST b/net/GeoIP/PLIST index 5cdef4ca256..8e5fd10c7d6 100644 --- a/net/GeoIP/PLIST +++ b/net/GeoIP/PLIST @@ -1,14 +1,10 @@ -@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:46 jlam Exp $ -bin/geoipexport -bin/geoipexportlocations +@comment $NetBSD: PLIST,v 1.5 2005/10/22 19:58:42 heinz Exp $ bin/geoiplookup bin/geoipupdate include/GeoIP.h -include/GeoIPBitReader.h include/GeoIPCity.h include/GeoIPUpdate.h lib/libGeoIP.la -lib/libGeoIPBitReader.la lib/libGeoIPUpdate.la man/man1/geoiplookup.1 man/man1/geoipupdate.1 -- cgit v1.2.3