- Updated to 1.27.4 * https://nginx.org/en/CHANGES * Fixed insufficient check in virtual servers handling with TLSv1.3 SNI allowed to reuse SSL sessions in a different virtual server, to bypass client SSL certificates verification (CVE-2025-23419). * Added the "ssl_object_cache_inheritable", "ssl_certificate_cache", "proxy_ssl_certificate_cache", "grpc_ssl_certificate_cache", and "uwsgi_ssl_certificate_cache", "keepalive_min_timeout" directives. * Fixed nginx could not build libatomic library using the library sources if the --with-libatomic=DIR option was used. OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=278
13 lines
535 B
Diff
13 lines
535 B
Diff
diff -Pdpru nginx-1.27.1.orig/auto/install nginx-1.27.1/auto/install
|
|
--- nginx-1.27.1.orig/auto/install 2024-08-12 17:21:01.000000000 +0300
|
|
+++ nginx-1.27.1/auto/install 2024-08-16 01:34:07.040688796 +0300
|
|
@@ -8,7 +8,7 @@ if [ $USE_PERL != NO ]; then
|
|
cat << END >> $NGX_MAKEFILE
|
|
|
|
install_perl_modules:
|
|
- cd $NGX_OBJS/src/http/modules/perl && \$(MAKE) install
|
|
+ cd $NGX_OBJS/src/http/modules/perl && \$(MAKE) install_vendor
|
|
END
|
|
|
|
NGX_INSTALL_PERL_MODULES=install_perl_modules
|