update to 1.3.8; from Holger Mauermann <holger@mauermann.org>

This commit is contained in:
naddy 2004-11-11 19:32:56 +00:00
parent dd74639b67
commit 3f89749f80
7 changed files with 10 additions and 32 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.4 2004/06/16 10:40:44 xsa Exp $
# $OpenBSD: Makefile,v 1.5 2004/11/11 19:32:56 naddy Exp $
COMMENT= "find the country where IP address/hostname originates from"
DISTNAME= GeoIP-1.2.0
DISTNAME= GeoIP-1.3.8
CATEGORIES= net
HOMEPAGE= http://www.maxmind.com/geoip/

View File

@ -1,3 +1,3 @@
MD5 (GeoIP-1.2.0.tar.gz) = 0cd8fab82963f9c0e293a0faf6c7c9cd
RMD160 (GeoIP-1.2.0.tar.gz) = cef55177816c72db341e30a4bea45fe92f9c5c3c
SHA1 (GeoIP-1.2.0.tar.gz) = 81618ab3709d6e57c8c69899eaf6a95a68951c31
MD5 (GeoIP-1.3.8.tar.gz) = 7bbd491dfbe4314c817ba0bbc7fa0932
RMD160 (GeoIP-1.3.8.tar.gz) = 5b315b3933558acfb39cd297e54c9edceeca46d7
SHA1 (GeoIP-1.3.8.tar.gz) = 5cb2b0568e9029c91056cd0809a155754987987b

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-libGeoIP_GeoIPUpdate_c,v 1.1.1.1 2003/06/27 14:55:35 naddy Exp $
--- libGeoIP/GeoIPUpdate.c.orig Sun Mar 23 19:28:59 2003
+++ libGeoIP/GeoIPUpdate.c Thu Jun 26 00:24:19 2003
@@ -31,6 +31,7 @@
#include "time.h"
#include <netdb.h>
#include <stdio.h>
+#include <unistd.h>
const char *GeoIPUpdateHost = "updates.maxmind.com";
const char *GeoIPHTTPRequest = "GET /app/update?license_key=%s&md5=%s HTTP/1.0\nHost: updates.maxmind.com\n\n";

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-man_Makefile_in,v 1.1 2003/08/26 13:06:29 naddy Exp $
--- man/Makefile.in.orig 2003-08-26 14:51:24.000000000 +0200
+++ man/Makefile.in 2003-08-26 14:51:35.000000000 +0200
@@ -227,7 +227,7 @@ maintainer-clean-generic clean mostlycle
install-data-hook: install-man
- cat geoipupdate.1 | sed s,CONF_DIR,$(sysconfdir), > $(DEFAULT_MAN)
+ cat geoipupdate.1 | sed s,CONF_DIR,$(sysconfdir), > $(DESTDIR)$(DEFAULT_MAN)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.

View File

@ -1,6 +1,6 @@
GeoIP is a C library that enables the user to find the country that any IP
address or hostname originates from. It uses a file based database that is
accurate as of March 2003. This database simply contains IP blocks as keys,
accurate as of October 2004. This database simply contains IP blocks as keys,
and countries as values. This database should be more complete and accurate
than using reverse DNS lookups. Commercial databases and automatic update
services are available from http://www.maxmind.com/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PFRAG.shared,v 1.2 2004/09/15 18:17:38 espie Exp $
@lib lib/libGeoIP.so.3.0
@comment $OpenBSD: PFRAG.shared,v 1.3 2004/11/11 19:32:57 naddy Exp $
@lib lib/libGeoIP.so.4.8
@lib lib/libGeoIPBitReader.so.0.0
@lib lib/libGeoIPUpdate.so.0.0

View File

@ -1,5 +1,6 @@
@comment $OpenBSD: PLIST,v 1.4 2004/09/15 18:17:38 espie Exp $
@comment $OpenBSD: PLIST,v 1.5 2004/11/11 19:32:57 naddy Exp $
bin/geoipexport
bin/geoipexportlocations
bin/geoiplookup
bin/geoipupdate
include/GeoIP.h