Summary: | www-servers/nginx - update geoip2 module version to 3.2 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Nick <nick> |
Component: | Current packages | Assignee: | 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
Have you please tested this version? I use this version in production, but i not like edit ebuild in every sync. (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. 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 (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. It's not a definite solution, it's just a way to have modified ebuilds installed while syncing the main tree. I'll bump with the next regular nginx update. 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(+) Thanks Thomas. |