mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
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:
parent
57623a0448
commit
792a1ab86b
@ -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"
|
||||
)
|
||||
@ -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"
|
||||
)
|
||||
@ -26,3 +26,7 @@ NGINX_MISC_FILES=(
|
||||
)
|
||||
|
||||
inherit nginx
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-httpoxy-mitigation-r1.patch"
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user