update to 1.3.17

This commit is contained in:
steven 2006-05-25 09:14:27 +00:00
parent 897aa598f7
commit 68edff47c9
3 changed files with 11 additions and 11 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2006/04/18 12:15:51 steven Exp $
# $OpenBSD: Makefile,v 1.11 2006/05/25 09:14:27 steven Exp $
COMMENT= "find the country where IP address/hostname originates from"
DISTNAME= GeoIP-1.3.16
SHARED_LIBS= GeoIP 4.16 \
DISTNAME= GeoIP-1.3.17
SHARED_LIBS= GeoIP 4.17 \
GeoIPUpdate 0.0
CATEGORIES= net

View File

@ -1,4 +1,4 @@
MD5 (GeoIP-1.3.16.tar.gz) = f3e2afcb08b5fb4162a00ac87207f989
RMD160 (GeoIP-1.3.16.tar.gz) = 23b1f1eed9c9a6717103c6f083a869a67b11329d
SHA1 (GeoIP-1.3.16.tar.gz) = 42985f8d940b649f53604ef21780993461f68437
SIZE (GeoIP-1.3.16.tar.gz) = 777024
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

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-libGeoIP_GeoIP_c,v 1.2 2006/04/18 12:15:51 steven Exp $
--- libGeoIP/GeoIP.c.orig Thu Nov 10 21:36:53 2005
+++ libGeoIP/GeoIP.c Mon Apr 17 09:23:38 2006
@@ -501,7 +501,7 @@ unsigned long _GeoIP_lookupaddress (cons
$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
free(buf);
return 0;
}