svn commit: r453214 - head/net/geoipupdate
Adam Weinberger
adamw at FreeBSD.org
Tue Oct 31 01:24:30 UTC 2017
Author: adamw
Date: Tue Oct 31 01:24:28 2017
New Revision: 453214
URL: https://svnweb.freebsd.org/changeset/ports/453214
Log:
Update to 2.5.0
Also, create PREFIX/share/GeoIP, as it's needed with the default
configuration.
Note that conf option names have changed with this release, but the
old names will continue to work.
* Replace use of strnlen() due to lack of universal availability. First
reported by Bill Cole. GitHub issue #71.
* Document the LockFile option in the GeoIP.conf man page. GitHub
issue #64.
* Remove unused base64 library. PR by Mikhail Teterin. GitHub PR #68.
* Add the new configuration option PreserveFileTimes. If set,
the downloaded files will get the same modification times as
their original on the server. Default is 0 (unset).
PR by Rainer Jung. GitHub PR #63.
* Use the correct types when calling curl_easy_setopt(). This fixes
warnings generated by libcurl's typecheck-gcc.h. PR by Michael
Kaufmann. GitHub PR #61.
* In GeoIP.conf, the UserId option was renamed to AccountID and the
ProductIds option was renamed to EditionIDs. The old options will
continue to work, but upgrading to the new names is recommended for
forward compatibility.
Modified:
head/net/geoipupdate/Makefile
head/net/geoipupdate/distinfo
head/net/geoipupdate/pkg-plist
Modified: head/net/geoipupdate/Makefile
==============================================================================
--- head/net/geoipupdate/Makefile Mon Oct 30 22:58:18 2017 (r453213)
+++ head/net/geoipupdate/Makefile Tue Oct 31 01:24:28 2017 (r453214)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= geoipupdate
-PORTVERSION= 2.4.0
+PORTVERSION= 2.5.0
DISTVERSIONPREFIX= v
CATEGORIES= net geography
@@ -27,6 +27,7 @@ post-patch:
${WRKSRC}/Makefile.am
post-install:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/GeoIP
${MV} ${STAGEDIR}${DOCSDIR}/GeoIP.conf.default \
${STAGEDIR}${PREFIX}/etc/GeoIP.conf.sample
Modified: head/net/geoipupdate/distinfo
==============================================================================
--- head/net/geoipupdate/distinfo Mon Oct 30 22:58:18 2017 (r453213)
+++ head/net/geoipupdate/distinfo Tue Oct 31 01:24:28 2017 (r453214)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495818112
-SHA256 (maxmind-geoipupdate-v2.4.0_GH0.tar.gz) = 7054b21774de8c2bd17ccd8114a2257550c042cb86b715c916c8511db5c74d10
-SIZE (maxmind-geoipupdate-v2.4.0_GH0.tar.gz) = 40445
+TIMESTAMP = 1509412759
+SHA256 (maxmind-geoipupdate-v2.5.0_GH0.tar.gz) = ef0dc397055d14df93ab5d67ce4c3c1d91dabe1875e808cc60951ff523b2fcab
+SIZE (maxmind-geoipupdate-v2.5.0_GH0.tar.gz) = 35407
Modified: head/net/geoipupdate/pkg-plist
==============================================================================
--- head/net/geoipupdate/pkg-plist Mon Oct 30 22:58:18 2017 (r453213)
+++ head/net/geoipupdate/pkg-plist Tue Oct 31 01:24:28 2017 (r453214)
@@ -2,6 +2,7 @@ bin/geoipupdate
@sample etc/GeoIP.conf.sample
man/man1/geoipupdate.1.gz
man/man5/GeoIP.conf.5.gz
+ at dir share/GeoIP
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.md
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%%%DOCSDIR%%/README.md
More information about the svn-ports-head
mailing list