Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 837933 Details for
Bug 883401
www-servers/nginx-1.23.2 crashes with USE=auth_ldap due to nginx changes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Update the ebuild to use the module's patch
nginx-1.23.2-r2-ebuild.patch (text/plain), 746 bytes, created by
Dennis Lichtenthäler
on 2022-11-28 10:09:29 UTC
(
hide
)
Description:
Update the ebuild to use the module's patch
Filename:
MIME Type:
Creator:
Dennis Lichtenthäler
Created:
2022-11-28 10:09:29 UTC
Size:
746 bytes
patch
obsolete
>--- /usr/portage/www-servers/nginx/nginx-1.23.2-r2.ebuild 2022-10-31 14:40:28.000000000 +0100 >+++ /usr/local/portage/www-servers/nginx/nginx-1.23.2-r3.ebuild 2022-11-28 11:05:57.451523676 +0100 >@@ -377,6 +377,13 @@ > eapply "${FILESDIR}/${PN}-1.4.1-fix-perl-install-path.patch" > eapply "${FILESDIR}/${PN}-httpoxy-mitigation-r1.patch" > >+ if use nginx_modules_http_auth_ldap; then >+ cd "${HTTP_LDAP_MODULE_WD}" || die >+ eapply "${FILESDIR}/nginx-1.23.2-mod_auth_ldap-fix.patch" >+ cd "${S}" || die >+ fi >+ >+ > if use nginx_modules_http_sticky; then > cd "${HTTP_STICKY_MODULE_WD}" || die > eapply "${FILESDIR}"/http_sticky-nginx-1.23.0.patch
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 883401
:
837931
| 837933