From 1a729020dd8fabeb63645ecf712214828f54344c Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 5 Jun 2006 16:38:40 +0000 Subject: Update to 1.3.17, and take over MAINTAINER per old maintainer's request. From ChangeLog: 1.3.17 2006-5-14 * Fixed headers for Windows/Netware compliation (Guenter Knauf) * Fixed Received Error -21 (Sanity check database_info string failed) when running geoipupdate with GeoIP Country when UserId and productIds were not specified. Bug was introduced in 1.3.15. 1.3.16 2006-4-17 * Fixed compliation error in GeoIPUpdate.c 1.3.15 2006-4-14 * Updated README documentation * Updated geoipupdate so that it writes file as it is uncompressed instead of storing entire GeoIP.dat file in memory (Frank Mather) * Updated geoiplookup so that it returns GeoIP Domain Name if available (Frank Mather) * Updated geoipupdate so that it reports whether databases are updated in non-verbose mode (Frank Mather) --- net/GeoIP/Makefile | 7 +++---- net/GeoIP/distinfo | 10 +++++----- net/GeoIP/patches/patch-aa | 12 ++++++------ 3 files changed, 14 insertions(+), 15 deletions(-) (limited to 'net/GeoIP') diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 059fb1d104d..c190229379c 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2005/12/29 06:21:56 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/06/05 16:38:40 tv Exp $ # -DISTNAME= GeoIP-1.3.14 -PKGREVISION= 1 +DISTNAME= GeoIP-1.3.17 CATEGORIES= net MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/ -MAINTAINER= minskim@NetBSD.org +MAINTAINER= tv@NetBSD.org HOMEPAGE= http://www.maxmind.com/download/geoip/api/c/ COMMENT= Find the country from any IP address diff --git a/net/GeoIP/distinfo b/net/GeoIP/distinfo index e015ffefe2e..605d3b27e1d 100644 --- a/net/GeoIP/distinfo +++ b/net/GeoIP/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2005/10/22 21:50:58 heinz Exp $ +$NetBSD: distinfo,v 1.8 2006/06/05 16:38:40 tv Exp $ -SHA1 (GeoIP-1.3.14.tar.gz) = dfba645d525c681c92df1bea715e70cac6045b2e -RMD160 (GeoIP-1.3.14.tar.gz) = 9ada38e4b825dc4262a97a8c308eec3d077c1071 -Size (GeoIP-1.3.14.tar.gz) = 677526 bytes -SHA1 (patch-aa) = a23fd601cfd69a39c13fb5e0605084d84ea3c64a +SHA1 (GeoIP-1.3.17.tar.gz) = a6406e6204e9ac1d09a69c1a1bae540d9d2d0533 +RMD160 (GeoIP-1.3.17.tar.gz) = fe6cb2408b02fbe82f83cfcaf5b2362772b4a079 +Size (GeoIP-1.3.17.tar.gz) = 778217 bytes +SHA1 (patch-aa) = 5a1c82ce58945a645354fffbe598e4d1c853e519 SHA1 (patch-ab) = b25dec12477c7b198b3a57764abdc8ac1deb52fb diff --git a/net/GeoIP/patches/patch-aa b/net/GeoIP/patches/patch-aa index 4bf74ba5305..68dc0689f67 100644 --- a/net/GeoIP/patches/patch-aa +++ b/net/GeoIP/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2005/10/22 19:58:42 heinz Exp $ +$NetBSD: patch-aa,v 1.3 2006/06/05 16:38:40 tv Exp $ ---- conf/Makefile.in.orig Wed Sep 7 23:07:43 2005 +--- conf/Makefile.in.orig 2006-05-14 15:04:19.000000000 -0400 +++ conf/Makefile.in -@@ -25,7 +25,7 @@ bindir = @bindir@ +@@ -23,7 +23,7 @@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ @@ -11,11 +11,11 @@ $NetBSD: patch-aa,v 1.2 2005/10/22 19:58:42 heinz Exp $ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ -@@ -211,7 +211,6 @@ info-am: +@@ -163,7 +163,6 @@ install-exec: install-exec-am install-data-am: @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-data-hook + install-data: install-data-am - install-exec-am: install-sysconfDATA - + install-am: all-am -- cgit v1.2.3