Created attachment 499950 [details, diff] ebuild patch to apply cache_purge patch According to this pull request cache_purge has been broken since 1.11.6: https://github.com/FRiCKLE/ngx_cache_purge/pull/51 When enabling cache_purge and doing a purge request the nginx worker just segfaults. Here's a patch for the 1.13.6 ebuild and the patch from the pull request.
Created attachment 499952 [details, diff] http_cache_purge_1.11.6_compat.patch
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808d03f69901c05159d8baf470d9a6ec3d65d8cc commit 808d03f69901c05159d8baf470d9a6ec3d65d8cc Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2017-10-24 18:52:35 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2017-10-24 18:53:14 +0000 www-servers/nginx: Rev bump to fix http_cache_purge module Closes: https://bugs.gentoo.org/635330 Package-Manager: Portage-2.3.11, Repoman-2.3.3 .../nginx/files/http_cache_purge-1.11.6+.patch | 22 + www-servers/nginx/nginx-1.12.2-r1.ebuild | 1005 +++++++++++++++++++ www-servers/nginx/nginx-1.13.6-r1.ebuild | 1006 ++++++++++++++++++++ 3 files changed, 2033 insertions(+)