From owner-svn-ports-head@freebsd.org Mon Aug 13 20:43:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74871107D2B7; Mon, 13 Aug 2018 20:43:37 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0EFFE8C4A6; Mon, 13 Aug 2018 20:43:37 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E32FF11D49; Mon, 13 Aug 2018 20:43:36 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7DKhaJ5073428; Mon, 13 Aug 2018 20:43:36 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7DKhaPU073425; Mon, 13 Aug 2018 20:43:36 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201808132043.w7DKhaPU073425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 13 Aug 2018 20:43:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477114 - head/net/geoipupdate X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/net/geoipupdate X-SVN-Commit-Revision: 477114 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2018 20:43:37 -0000 Author: adamw Date: Mon Aug 13 20:43:36 2018 New Revision: 477114 URL: https://svnweb.freebsd.org/changeset/ports/477114 Log: 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. Modified: head/net/geoipupdate/Makefile head/net/geoipupdate/distinfo head/net/geoipupdate/pkg-plist Modified: head/net/geoipupdate/Makefile ============================================================================== --- head/net/geoipupdate/Makefile Mon Aug 13 20:41:57 2018 (r477113) +++ head/net/geoipupdate/Makefile Mon Aug 13 20:43:36 2018 (r477114) @@ -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}/ Modified: head/net/geoipupdate/distinfo ============================================================================== --- head/net/geoipupdate/distinfo Mon Aug 13 20:41:57 2018 (r477113) +++ head/net/geoipupdate/distinfo Mon Aug 13 20:43:36 2018 (r477114) @@ -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 Modified: head/net/geoipupdate/pkg-plist ============================================================================== --- head/net/geoipupdate/pkg-plist Mon Aug 13 20:41:57 2018 (r477113) +++ head/net/geoipupdate/pkg-plist Mon Aug 13 20:43:36 2018 (r477114) @@ -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