www-servers/nginx: "frontport" pre-nginx.eclass httpoxy mitigation patch

When porting NGINX to nginx.eclass, I forgot to add the httpoxy
mitigation patch, that was applied for previous NGINX versions. See the
patch for more information.

This commit adds the patch back.

Closes: https://bugs.gentoo.org/966715
Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44805
Closes: https://github.com/gentoo/gentoo/pull/44805
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Zurab Kvachadze 2025-11-28 16:05:50 +01:00 committed by Sam James
parent 57623a0448
commit 792a1ab86b
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
3 changed files with 12 additions and 0 deletions

View File

@ -28,3 +28,7 @@ NGINX_MISC_FILES=(
inherit nginx
KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
PATCHES=(
"${FILESDIR}/${PN}-httpoxy-mitigation-r1.patch"
)

View File

@ -28,3 +28,7 @@ NGINX_MISC_FILES=(
inherit nginx
KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
PATCHES=(
"${FILESDIR}/${PN}-httpoxy-mitigation-r1.patch"
)

View File

@ -26,3 +26,7 @@ NGINX_MISC_FILES=(
)
inherit nginx
PATCHES=(
"${FILESDIR}/${PN}-httpoxy-mitigation-r1.patch"
)