Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 649626 - www-servers/nginx: please consider adding the geoip2 module
Summary: www-servers/nginx: please consider adding the geoip2 module
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Deutschmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-05 10:19 UTC by Tomáš Mózes
Modified: 2018-06-21 14:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2018-03-05 10:19:25 UTC
As of 1.4.2018, the legacy geoip database won't be updated any more: https://dev.maxmind.com/geoip/legacy/geolite/

There is a free module that works with geoip2 https://github.com/leev/ngx_http_geoip2_module
Comment 1 Larry the Git Cow gentoo-dev 2018-06-21 14:04:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c020ffdab8fe3025acc11973e3e782f460b604ce

commit c020ffdab8fe3025acc11973e3e782f460b604ce
Author:     Tomas Mozes <hydrapolic@gmail.com>
AuthorDate: 2018-06-19 09:10:20 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2018-06-21 14:04:29 +0000

    www-servers/nginx: add geoip2 module
    
    Closes: https://bugs.gentoo.org/649626
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 profiles/desc/nginx_modules_http.desc    |    3 +-
 profiles/desc/nginx_modules_stream.desc  |    1 +
 www-servers/nginx/Manifest               |    1 +
 www-servers/nginx/nginx-1.15.0-r1.ebuild | 1085 ++++++++++++++++++++++++++++++
 4 files changed, 1089 insertions(+), 1 deletion(-)
Comment 2 Tomáš Mózes 2018-06-21 14:49:43 UTC
Thanks!