summaryrefslogtreecommitdiff
path: root/net/GeoIP/patches
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2005-10-22 19:58:42 +0000
committerheinz <heinz@pkgsrc.org>2005-10-22 19:58:42 +0000
commitbeba7b1833504d520c2885d8025e08e8f96b3490 (patch)
tree12b73f1c0a44911f49e8fb7afa2f2d7eebb470b9 /net/GeoIP/patches
parent92bd8139474f78c098caa8e65f377ae115807e54 (diff)
downloadpkgsrc-beba7b1833504d520c2885d8025e08e8f96b3490.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/patches')
-rw-r--r--net/GeoIP/patches/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/GeoIP/patches/patch-aa b/net/GeoIP/patches/patch-aa
index af7292246b6..4bf74ba5305 100644
--- a/net/GeoIP/patches/patch-aa
+++ b/net/GeoIP/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/06/01 10:24:42 jmmv Exp $
+$NetBSD: patch-aa,v 1.2 2005/10/22 19:58:42 heinz Exp $
---- conf/Makefile.in.orig 2003-03-11 02:25:32.000000000 +0100
+--- conf/Makefile.in.orig Wed Sep 7 23:07:43 2005
+++ conf/Makefile.in
-@@ -23,7 +23,7 @@ bindir = @bindir@
+@@ -25,7 +25,7 @@ bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
@@ -11,11 +11,11 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/06/01 10:24:42 jmmv Exp $
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
-@@ -152,7 +152,6 @@ install-exec: install-exec-am
+@@ -211,7 +211,6 @@ info-am:
install-data-am:
@$(NORMAL_INSTALL)
- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
- install-data: install-data-am
- install-am: all-am
+ install-exec-am: install-sysconfDATA
+