Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2017 15:31:49 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r441006 - branches/2017Q2/net/GeoIP
Message-ID:  <201705161531.v4GFVnsP090007@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Tue May 16 15:31:49 2017
New Revision: 441006
URL: https://svnweb.freebsd.org/changeset/ports/441006

Log:
  MFH: r440984
  
  Update to 1.6.11.
  
  THe main change is:
    Fix use of a NULL pointer when opening a corrupt database
    with GeoIP_open
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2017Q2/net/GeoIP/Makefile
  branches/2017Q2/net/GeoIP/distinfo
Directory Properties:
  branches/2017Q2/   (props changed)

Modified: branches/2017Q2/net/GeoIP/Makefile
==============================================================================
--- branches/2017Q2/net/GeoIP/Makefile	Tue May 16 15:30:00 2017	(r441005)
+++ branches/2017Q2/net/GeoIP/Makefile	Tue May 16 15:31:49 2017	(r441006)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	GeoIP
-PORTVERSION=	1.6.10
+PORTVERSION=	1.6.11
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net geography
 

Modified: branches/2017Q2/net/GeoIP/distinfo
==============================================================================
--- branches/2017Q2/net/GeoIP/distinfo	Tue May 16 15:30:00 2017	(r441005)
+++ branches/2017Q2/net/GeoIP/distinfo	Tue May 16 15:31:49 2017	(r441006)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490974553
-SHA256 (maxmind-geoip-api-c-v1.6.10_GH0.tar.gz) = de0d6d037d5e0ad9f7110e7f3b82eb20a24616712d29be0019e28ba7364cdc3e
-SIZE (maxmind-geoip-api-c-v1.6.10_GH0.tar.gz) = 161506
+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



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