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
This commit is contained in:
parent
cd8f8900b3
commit
97123bdc36
3 changed files with 10 additions and 9 deletions
|
@ -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]
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue