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 | 97123bdc36b7e234793acd16640b7197e243f781 (patch) | |
tree | 68749cc74d9f21f4292d50f4c60ab780c38afc6a | |
parent | cd8f8900b3af551503603f73446551a68778234a (diff) | |
download | pkgsrc-97123bdc36b7e234793acd16640b7197e243f781.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
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | net/GeoIP/Makefile | 10 | ||||
-rw-r--r-- | net/GeoIP/distinfo | 6 |
3 files changed, 10 insertions, 9 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 480b85b1ab1..e032f6d36d8 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6425 2004/07/02 21:42:14 jmmv Exp $ +$NetBSD: CHANGES,v 1.6426 2004/07/03 00:54:07 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -3216,3 +3216,4 @@ Changes to the packages collection and infrastructure in 2004: Updated drivel to 1.0.2 [jmmv 2004-07-02] Updated GConf2 to 2.6.3 [jmmv 2004-07-02] Updated GConf2-ui to 2.6.3 [jmmv 2004-07-02] + Updated GeoIP to 1.3.4 [minskim 2004-07-03] 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 |