Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 681038

Summary: www-servers/nginx - update geoip2 module version to 3.2
Product: Gentoo Linux Reporter: Nick <nick>
Component: Current packagesAssignee: Thomas Deutschmann (RETIRED) <whissi>
Status: RESOLVED FIXED    
Severity: normal CC: dev-zero, hydrapolic
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/11439
Whiteboard:
Package list:
Runtime testing required: ---

Description Nick 2019-03-20 14:24:19 UTC
Please upgrade version of geoip2 module from 2.0 to 3.2.
Comment 1 Tomáš Mózes 2019-03-20 19:29:22 UTC
Have you please tested this version?
Comment 2 Nick 2019-03-21 08:59:57 UTC
I use this version in production, but i not like edit ebuild in every sync.
Comment 3 Tomáš Mózes 2019-03-21 09:38:20 UTC
(In reply to Nick from comment #2)
> I use this version in production, but i not like edit ebuild in every sync.

For these cases you can create your local overlay, make the modifications there and use that ebuild so you don't loose your work after emerge --sync.

Thanks for the report and testing.
Comment 4 Tomáš Mózes 2019-03-21 09:41:46 UTC
3.0
    Support relative path to database in geoip2
    Retrieve metadata about the database
    Auto reload the database if it has changed

3.1
    Ensure auto reloading of geoip database only if auto reloading is enabled.


3.2
    Fix segmentation faults when reloading the maxmind database
Comment 5 Nick 2019-03-21 13:06:20 UTC
(In reply to Tomáš Mózes from comment #3)
> (In reply to Nick from comment #2)
> > I use this version in production, but i not like edit ebuild in every sync.
> 
> For these cases you can create your local overlay, make the modifications
> there and use that ebuild so you don't loose your work after emerge --sync.
> 
> Thanks for the report and testing.

Thank you for its information, but it not help me if i need update to new version after sync.
Comment 6 Tomáš Mózes 2019-03-21 13:34:12 UTC
It's not a definite solution, it's just a way to have modified ebuilds installed while syncing the main tree.
Comment 7 Thomas Deutschmann (RETIRED) gentoo-dev 2019-03-21 15:06:36 UTC
I'll bump with the next regular nginx update.
Comment 8 Larry the Git Cow gentoo-dev 2019-03-26 14:46:20 UTC
The bug has been closed via the following commit(s):

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

commit e915ed35a03e129e96a1e5b464226391b4bf968f
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2019-03-26 14:46:00 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2019-03-26 14:46:11 +0000

    www-servers/nginx: bump to v1.15.10
    
    - nginScript module bumped to v0.3.0
    
    - GeoIP2 module bumped to v3.2
    
    Closes: https://github.com/gentoo/gentoo/pull/11439
    Closes: https://bugs.gentoo.org/681038
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 www-servers/nginx/Manifest             |    3 +
 www-servers/nginx/nginx-1.15.10.ebuild | 1085 ++++++++++++++++++++++++++++++++
 2 files changed, 1088 insertions(+)
Comment 9 Tomáš Mózes 2019-03-26 15:30:09 UTC
Thanks Thomas.