notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: net/geoipupdate/pkg-plist
SVNWeb

Number of commits found: 7

Tue, 15 Jan 2019
[ 18:59 adamw search for other commits by this committer ] Original commit   Revision:490399
Update geoipupdate to 4.0.0

It is now written in go, for reasons I guess.
Mon, 13 Aug 2018
[ 20:43 adamw search for other commits by this committer ] Original commit   Revision:477114
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`
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 31 Oct 2017
[ 01:24 adamw search for other commits by this committer ] Original commit   Revision:453214
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.
Wed, 4 Jan 2017
[ 22:34 adamw search for other commits by this committer ] Original commit   Revision:430605
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.
Fri, 29 Jan 2016
[ 03:47 adamw search for other commits by this committer ] Original commit   Revision:407449
Fix order of @sample args.

Caught by:	danfe
Wed, 27 Jan 2016
[ 01:16 adamw search for other commits by this committer ] Original commit   Revision:407331
Update to 2.2.2.

Also, use localbase.mk instead of setting CPPFLAGS/LDFLAGS manually, and
use the new two-argument @sample instead of renaming and sed-ing.
Wed, 27 Aug 2014
[ 15:53 adamw search for other commits by this committer ] Original commit   Revision:366333
- Update GeoIP to 1.6.2 and switch to its new github location.

- Add net/geoipupdate, the formal tool to fetch updates. It is for paid
  subscribers. People using the free version should continue using the
  geoipupdate.sh script in net/GeoIP.

This program is used to fetch the GeoIP2 and GeoIP databases. It requires
an active GeoIP subscription.

Please see https://www.maxmind.com/en/geolocation_landing for details about
obtaining a subscription.

If you wish to install the free versions of the GeoIP databases, please
use the geoipudate.sh script provided in net/GeoIP.

WWW: https://github.com/maxmind/geoipupdate

Number of commits found: 7