aboutsummaryrefslogtreecommitdiff
path: root/net/geoipupdate
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2018-08-13 20:43:36 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2018-08-13 20:43:36 +0000
commitcee90b66c05b4e017b2c1a8aacea15fa0d6089f1 (patch)
tree40e352a85f1bfa275f188e6058a3932bee8dbc1d /net/geoipupdate
parenta3092927908303bc5c81eb332785be6062cb3caa (diff)
downloadports-cee90b66c05b4e017b2c1a8aacea15fa0d6089f1.tar.gz
ports-cee90b66c05b4e017b2c1a8aacea15fa0d6089f1.zip
Update geoipupdate to 3.0.0
Also, sort plist. * BREAKING CHANGE: When downloading the free databases without a MaxMind account, you must either not have `AccountID`, `UserId`, or `LicenseKey` set in your configuration file or they must be set to the zero values previously recommended in our documentation. Any other value will cause an authorization error. * BREAKING CHANGE: The configuration options `Protocol`, `SkipPeerVerification`, and `SkipHostnameVerification` are no longer supported. If they are present in the configuration file, they will be ignored. HTTPS with peer and hostname verification will be used on all requests. * BREAKING CHANGE: The configuration file must have the `AccountID` or the deprecated `UserId` when downloading a paid database. Previously, when downloading the GeoIP Legacy Country database, you were able to only provide the `LicenseKey`. * IMPORTANT: `geoipupdate-pureperl.pl` has been removed and will no longer be distributed with `geoipupdate`. This Perl script had known issues and did not have feature parity with the C implementation. If you were using the Perl version, we recommend that you switch to the C version. If you are not able to do this, you may continue using the Perl version distributed with 2.5.0. * This program no longer uses the following endpoints: `/app/update_getipaddr`, `/app/update`, and `/app/update_secure`. `/geoip/databases/{edition_id}/update` is now used instead. * Fixed issue in `gu_strnlen()` dereferencing a pointer before checking that it was in array bounds. Issue found by fcntl. * We now update the default GeoIP.conf during installation so that directory paths match build parameters. Previously this config always said the data directory was under /usr/local/share which was not always accurate. * Improve the error checking and display the underlying reason for the error when possible. Reported by Jonathan Kosgei. GitHub #82. * Document that the `LockFile` is not removed from the filesystem after a successful exit from the program. GitHub issue #79. * Make default configuration directory agree with default installation directory.
Notes
Notes: svn path=/head/; revision=477114
Diffstat (limited to 'net/geoipupdate')
-rw-r--r--net/geoipupdate/Makefile2
-rw-r--r--net/geoipupdate/distinfo6
-rw-r--r--net/geoipupdate/pkg-plist2
3 files changed, 5 insertions, 5 deletions
diff --git a/net/geoipupdate/Makefile b/net/geoipupdate/Makefile
index 7e3f19930be0..4df0121a883a 100644
--- a/net/geoipupdate/Makefile
+++ b/net/geoipupdate/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= geoipupdate
-PORTVERSION= 2.5.0
+PORTVERSION= 3.0.0
CATEGORIES= net geography
MASTER_SITES= https://github.com/maxmind/geoipupdate/releases/download/v${PORTVERSION}/
diff --git a/net/geoipupdate/distinfo b/net/geoipupdate/distinfo
index 41a2bbacb11e..9ca86b3f1d2d 100644
--- a/net/geoipupdate/distinfo
+++ b/net/geoipupdate/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1526668327
-SHA256 (geoipupdate-2.5.0.tar.gz) = 5119fd0e338cd083e886228b26679c64bcbaade8a815be092aecf865a610ab26
-SIZE (geoipupdate-2.5.0.tar.gz) = 371882
+TIMESTAMP = 1534192631
+SHA256 (geoipupdate-3.0.0.tar.gz) = 0caa618b5b541fe6ef12a29362f0a19138ce6ab89b7581aaa9b21a2605534dac
+SIZE (geoipupdate-3.0.0.tar.gz) = 369974
diff --git a/net/geoipupdate/pkg-plist b/net/geoipupdate/pkg-plist
index 5f8a6ed1d52b..bf33fccf7e23 100644
--- a/net/geoipupdate/pkg-plist
+++ b/net/geoipupdate/pkg-plist
@@ -2,7 +2,7 @@ bin/geoipupdate
@sample etc/GeoIP.conf.sample
man/man1/geoipupdate.1.gz
man/man5/GeoIP.conf.5.gz
-@dir share/GeoIP
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.md
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%%%DOCSDIR%%/README.md
+@dir share/GeoIP