Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2018 02:51:40 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459312 - head/net/GeoIP
Message-ID:  <201801180251.w0I2pe4i027068@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801180251.w0I2pe4i027068>