update to GeoIP 1.4.0

This commit is contained in:
steven 2006-10-20 16:56:45 +00:00
parent a45fef96ec
commit 88db4dbac6
3 changed files with 13 additions and 13 deletions

View File

@ -1,16 +1,16 @@
# $OpenBSD: Makefile,v 1.11 2006/05/25 09:14:27 steven Exp $
# $OpenBSD: Makefile,v 1.12 2006/10/20 16:56:45 steven Exp $
COMMENT= "find the country where IP address/hostname originates from"
DISTNAME= GeoIP-1.3.17
SHARED_LIBS= GeoIP 4.17 \
GeoIPUpdate 0.0
DISTNAME= GeoIP-1.4.0
SHARED_LIBS= GeoIP 5.0 \
GeoIPUpdate 1.0
CATEGORIES= net
HOMEPAGE= http://www.maxmind.com/geoip/
MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/
# GPL
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes

View File

@ -1,4 +1,4 @@
MD5 (GeoIP-1.3.17.tar.gz) = 36ee129b4dce5990cea1cfda122dae93
RMD160 (GeoIP-1.3.17.tar.gz) = fe6cb2408b02fbe82f83cfcaf5b2362772b4a079
SHA1 (GeoIP-1.3.17.tar.gz) = a6406e6204e9ac1d09a69c1a1bae540d9d2d0533
SIZE (GeoIP-1.3.17.tar.gz) = 778217
MD5 (GeoIP-1.4.0.tar.gz) = da09a3d9a1a91e3d16c0a29e6b056c15
RMD160 (GeoIP-1.4.0.tar.gz) = 54779bae497d6032a35c1c1de8c97461db9b7075
SHA1 (GeoIP-1.4.0.tar.gz) = a108e33661db98a43a9c7334816c1dce6d759c46
SIZE (GeoIP-1.4.0.tar.gz) = 808314

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-libGeoIP_GeoIP_c,v 1.3 2006/05/25 09:14:27 steven Exp $
--- libGeoIP/GeoIP.c.orig Sun May 14 19:45:02 2006
+++ libGeoIP/GeoIP.c Thu May 25 12:55:45 2006
@@ -502,7 +502,7 @@ unsigned long _GeoIP_lookupaddress (cons
$OpenBSD: patch-libGeoIP_GeoIP_c,v 1.4 2006/10/20 16:56:45 steven Exp $
--- libGeoIP/GeoIP.c.orig Tue Aug 1 01:04:58 2006
+++ libGeoIP/GeoIP.c Fri Oct 20 18:58:32 2006
@@ -516,7 +516,7 @@ unsigned long _GeoIP_lookupaddress (cons
free(buf);
return 0;
}