update to GeoIP 1.3.16

This commit is contained in:
steven 2006-04-18 12:15:51 +00:00
parent 7826c072a6
commit 8d34e299a6
5 changed files with 31 additions and 31 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2006/01/08 10:23:02 steven Exp $
# $OpenBSD: Makefile,v 1.10 2006/04/18 12:15:51 steven Exp $
COMMENT= "find the country where IP address/hostname originates from"
DISTNAME= GeoIP-1.3.14
SHARED_LIBS= GeoIP 4.14 \
DISTNAME= GeoIP-1.3.16
SHARED_LIBS= GeoIP 4.16 \
GeoIPUpdate 0.0
CATEGORIES= net

View File

@ -1,4 +1,4 @@
MD5 (GeoIP-1.3.14.tar.gz) = a1f6fb744d85e96a457808f9c32fd334
RMD160 (GeoIP-1.3.14.tar.gz) = 9ada38e4b825dc4262a97a8c308eec3d077c1071
SHA1 (GeoIP-1.3.14.tar.gz) = dfba645d525c681c92df1bea715e70cac6045b2e
SIZE (GeoIP-1.3.14.tar.gz) = 677526
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

View File

@ -1,17 +1,17 @@
$OpenBSD: patch-conf_Makefile_in,v 1.1 2005/12/09 19:33:45 steven Exp $
--- conf/Makefile.in.orig Wed Sep 7 23:07:43 2005
+++ conf/Makefile.in Wed Dec 7 17:22:26 2005
@@ -213,7 +213,7 @@ install-data-am:
@$(NORMAL_INSTALL)
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
$OpenBSD: patch-conf_Makefile_in,v 1.2 2006/04/18 12:15:51 steven Exp $
--- conf/Makefile.in.orig Fri Apr 14 22:51:03 2006
+++ conf/Makefile.in Mon Apr 17 09:24:26 2006
@@ -158,7 +158,7 @@ check-am: all-am
check: check-am
installcheck-am:
installcheck: installcheck-am
-install-exec-am: install-sysconfDATA
+install-exec-am:
install-exec: install-exec-am
install-info: install-info-am
@@ -242,7 +242,7 @@ uninstall-am: uninstall-info-am uninstal
uninstall-sysconfDATA
install-data-am:
@@ -215,7 +215,7 @@ mostlyclean-generic distclean-generic cl
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
-install-data-hook: install-sysconfDATA

View File

@ -1,17 +1,17 @@
$OpenBSD: patch-data_Makefile_in,v 1.1 2005/12/09 19:33:45 steven Exp $
--- data/Makefile.in.orig Wed Sep 7 23:07:45 2005
+++ data/Makefile.in Wed Dec 7 17:25:01 2005
@@ -209,7 +209,7 @@ info: info-am
info-am:
$OpenBSD: patch-data_Makefile_in,v 1.2 2006/04/18 12:15:51 steven Exp $
--- data/Makefile.in.orig Fri Apr 14 22:51:04 2006
+++ data/Makefile.in Mon Apr 17 09:23:38 2006
@@ -161,7 +161,7 @@ installcheck: installcheck-am
install-exec-am:
install-exec: install-exec-am
-install-data-am: install-pkgdataDATA
+install-data-am:
@$(NORMAL_INSTALL)
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
@@ -242,7 +242,7 @@ uninstall-am: uninstall-info-am uninstal
uninstall-pkgdataDATA
install-data: install-data-am
@@ -215,7 +215,7 @@ mostlyclean-generic distclean-generic cl
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
-install-data-hook: install-pkgdataDATA

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-libGeoIP_GeoIP_c,v 1.1 2005/12/09 19:33:45 steven Exp $
--- libGeoIP/GeoIP.c.orig Wed Dec 7 19:29:07 2005
+++ libGeoIP/GeoIP.c Wed Dec 7 21:51:05 2005
@@ -500,7 +500,7 @@ unsigned long _GeoIP_lookupaddress (cons
$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
free(buf);
return 0;
}