diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-03 00:54:07 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-03 00:54:07 +0000 |
commit | 0353fbc30d6070e7ca69f335ae278a20c48a1a1e (patch) | |
tree | 68749cc74d9f21f4292d50f4c60ab780c38afc6a /net/GeoIP | |
parent | b6a791be02dc8ec9dd64072525dee85725d8df29 (diff) | |
download | pkgsrc-0353fbc30d6070e7ca69f335ae278a20c48a1a1e.tar.gz |
Update GeoIP to 1.3.4 and take maintainership.
Changes since 1.3.1:
* Fixed bug where *.gz file(s) didn't get removed after geoipupdate
* Added support for NetSpeed lookup to geoiplookup
* inet_addr patch for 64 bit systems (Thomas Steudten)
* Added Support for automated downloads of GeoIP Region, City, ISP
and Organization databases (Frank Mather)
* INADDR_NONE Patch for Solaris 9 (John Young)
* Added support for Maxmind NetSpeed
Diffstat (limited to 'net/GeoIP')
-rw-r--r-- | net/GeoIP/Makefile | 10 | ||||
-rw-r--r-- | net/GeoIP/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index a3ab171e6fe..e15d636c179 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2004/02/17 03:34:07 minskim Exp $ +# $NetBSD: Makefile,v 1.7 2004/07/03 00:54:07 minskim Exp $ # -DISTNAME= GeoIP-1.3.1 +DISTNAME= GeoIP-1.3.4 CATEGORIES= net MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/ -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.maxmind.com/download/geoip/api/c/ COMMENT= Find the country from any IP address @@ -18,7 +18,7 @@ USE_PKGINSTALL= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -EGDIR= ${PREFIX}/share/examples/GeoIP -CONF_FILES= ${EGDIR}/GeoIP.conf.default ${PKG_SYSCONFDIR}/GeoIP.conf +EGDIR= ${PREFIX}/share/examples/GeoIP +CONF_FILES= ${EGDIR}/GeoIP.conf.default ${PKG_SYSCONFDIR}/GeoIP.conf .include "../../mk/bsd.pkg.mk" diff --git a/net/GeoIP/distinfo b/net/GeoIP/distinfo index 194e560b74e..134ec8d10e7 100644 --- a/net/GeoIP/distinfo +++ b/net/GeoIP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2003/12/28 12:31:42 jmmv Exp $ +$NetBSD: distinfo,v 1.3 2004/07/03 00:54:07 minskim Exp $ -SHA1 (GeoIP-1.3.1.tar.gz) = 5c5d0ab6852a645703c05393ac6a9c32d4181921 -Size (GeoIP-1.3.1.tar.gz) = 526429 bytes +SHA1 (GeoIP-1.3.4.tar.gz) = 7cca4ac6adb39dcf5fc7f06feef2e96b3f9c21a2 +Size (GeoIP-1.3.4.tar.gz) = 565913 bytes SHA1 (patch-aa) = 5cf4eed4243162480e05bc472537150e783e15e4 |