Update to 2.3.0.

* geoipupdate now uses TCP keep-alive when compiled with cURL 7.25 or
    greater.
  * Previously, on an invalid gzip file, geoipupdate would output binary data
    to stderr. It now displays an appropriate error message.
This commit is contained in:
Adam Weinberger 2017-01-04 22:34:57 +00:00
parent f2a672473e
commit cf7a2832a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430605
3 changed files with 16 additions and 5 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= geoipupdate
PORTVERSION= 2.2.2
PORTREVISION= 1
PORTVERSION= 2.3.0
DISTVERSIONPREFIX= v
CATEGORIES= net geography
@ -20,4 +19,12 @@ GH_ACCOUNT= maxmind
USES= libtool localbase pathfix autoreconf
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
post-patch:
${REINPLACE_CMD} -e '/^doc_DATA =/s|conf/GeoIP.conf.default||' \
${WRKSRC}/Makefile.am
${REINPLACE_CMD} -e '/DEFAULT_CONFIG_FILE =/s/GeoIP.conf$$/&.sample/' \
${WRKSRC}/conf/Makefile.am
.include <bsd.port.mk>

View file

@ -1,2 +1,3 @@
SHA256 (maxmind-geoipupdate-v2.2.2_GH0.tar.gz) = e2eb95f471b1c8f590361aefe52afd28a04560147d3e2970e17889a5ce2b5746
SIZE (maxmind-geoipupdate-v2.2.2_GH0.tar.gz) = 33596
TIMESTAMP = 1483568399
SHA256 (maxmind-geoipupdate-v2.3.0_GH0.tar.gz) = 8e36ac53076b915d89647e7b48cc0db4618357d48ee0a19584e6b9465a01f14d
SIZE (maxmind-geoipupdate-v2.3.0_GH0.tar.gz) = 34452

View file

@ -1,4 +1,7 @@
bin/geoipupdate
@sample etc/GeoIP.conf.default etc/GeoIP.conf
@sample etc/GeoIP.conf.sample
man/man1/geoipupdate.1.gz
man/man5/GeoIP.conf.5.gz
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.md
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%%%DOCSDIR%%/README.md