MFH: r522160

geoipupdate: Add instructions for getting account ID/key

MaxMind now requires a (free) registered account to download any
of the databases, including the free ones. Registration and
download remain free--they just require an account now.

Approved by:	portmgr (with hat)
This commit is contained in:
Adam Weinberger 2020-01-05 16:18:25 +00:00
parent c9966ec2fa
commit b067e822dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=522162
2 changed files with 30 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= geoipupdate
PORTVERSION= 4.1.5
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= net geography
@ -41,6 +42,7 @@ PLIST_FILES= bin/geoipupdate \
'@sample etc/GeoIP.conf.sample' \
'@dir share/GeoIP'
PORTDOCS= GeoIP.conf.md geoipupdate.md
SUB_FILES= pkg-message
post-extract:
${RM} ${WRKSRC}/go.mod

View File

@ -0,0 +1,28 @@
[
{ type: upgrade
maximum_version: 4.1.5
message: <<UPGRADE
The free GeoIP2 databases now require a (free)
registered account.
See: https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/
Register for an account: https://www.maxmind.com/en/geolite2/signup
Get a license key: https://www.maxmind.com/en/accounts/155743/license-key
Place the generated account key and license key
into %%DATADIR%%/GeoIP.conf
UPGRADE
}
{ type: install
message: <<INSTALL
You must register for a (free) MaxMind account
to download the free GeoIP2 databases.
Register for an account: https://www.maxmind.com/en/geolite2/signup
Get a license key: https://www.maxmind.com/en/accounts/155743/license-key
Place the generated account key and license key
into %%DATADIR%%/GeoIP.conf
INSTALL
}
]