svn commit: r459312 - head/net/GeoIP

Adam Weinberger adamw at FreeBSD.org
Thu Jan 18 02:51:41 UTC 2018


Author: adamw
Date: Thu Jan 18 02:51:39 2018
New Revision: 459312
URL: https://svnweb.freebsd.org/changeset/ports/459312

Log:
  Update GeoIP to 1.6.12.
  
  * Populate metro and area code when performing lookups in IPv6 City databases.
    Previously this was only done when using IPv4 City databases.

Modified:
  head/net/GeoIP/Makefile
  head/net/GeoIP/distinfo

Modified: head/net/GeoIP/Makefile
==============================================================================
--- head/net/GeoIP/Makefile	Thu Jan 18 01:58:19 2018	(r459311)
+++ head/net/GeoIP/Makefile	Thu Jan 18 02:51:39 2018	(r459312)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	GeoIP
-PORTVERSION=	1.6.11
+PORTVERSION=	1.6.12
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net geography
 
@@ -20,6 +20,7 @@ USES=		autoreconf libtool pathfix
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 
 SUB_FILES=	geoipupdate.sh pkg-message
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}"

Modified: head/net/GeoIP/distinfo
==============================================================================
--- head/net/GeoIP/distinfo	Thu Jan 18 01:58:19 2018	(r459311)
+++ head/net/GeoIP/distinfo	Thu Jan 18 02:51:39 2018	(r459312)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1494888785
-SHA256 (maxmind-geoip-api-c-v1.6.11_GH0.tar.gz) = 8859cb7c9cb63e77f4aedb40a4622024359b956b251aba46b255acbe190c34e0
-SIZE (maxmind-geoip-api-c-v1.6.11_GH0.tar.gz) = 161934
+TIMESTAMP = 1516243686
+SHA256 (maxmind-geoip-api-c-v1.6.12_GH0.tar.gz) = 99b119f8e21e94f1dfd6d49fbeed29a70df1544896e76cd456f25e397b07d476
+SIZE (maxmind-geoip-api-c-v1.6.12_GH0.tar.gz) = 160826


More information about the svn-ports-all mailing list