diff options
author | heinz <heinz@pkgsrc.org> | 2005-10-22 19:58:42 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2005-10-22 19:58:42 +0000 |
commit | 7c9c8f9558e2c13086abbdafcce2352d6f0a9480 (patch) | |
tree | 12b73f1c0a44911f49e8fb7afa2f2d7eebb470b9 /net/GeoIP/PLIST | |
parent | 461b9ad055d84ac79e653e38b6826c41185a1a61 (diff) | |
download | pkgsrc-7c9c8f9558e2c13086abbdafcce2352d6f0a9480.tar.gz |
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
Diffstat (limited to 'net/GeoIP/PLIST')
-rw-r--r-- | net/GeoIP/PLIST | 6 |
1 files changed, 1 insertions, 5 deletions
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 |