Sync from SUSE:SLFO:Main php8 revision 115de3e044f00d2577677136b0df8525

This commit is contained in:
Adrian Schröter 2024-10-23 11:56:43 +02:00
parent b0a91740a5
commit e2e3741c6a
2 changed files with 4 additions and 11 deletions

View File

@ -1,12 +1,7 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 28 07:07:17 UTC 2024 - Thorsten Kukuk <kukuk@suse.com> Fri Oct 11 08:42:42 UTC 2024 - pgajdos@suse.com
- Add /srv/www directories to filelist [bsc#1231027] - version update to 8.3.12 [bsc#1231358], [bsc#1231382], [bsc#1231360]
-------------------------------------------------------------------
Thu Sep 26 19:44:41 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>
- version update to 8.3.12
CGI: CGI:
Fixed bug GHSA-p99j-rfp4-xqvq (Bypass of CVE-2024-4577, Parameter Injection Vulnerability). (CVE-2024-8926) Fixed bug GHSA-p99j-rfp4-xqvq (Bypass of CVE-2024-4577, Parameter Injection Vulnerability). (CVE-2024-8926)
Fixed bug GHSA-94p6-54jq-9mwp (cgi.force_redirect configuration is bypassable due to the environment variable collision). (CVE-2024-8927) Fixed bug GHSA-94p6-54jq-9mwp (cgi.force_redirect configuration is bypassable due to the environment variable collision). (CVE-2024-8927)
@ -19,7 +14,7 @@ Thu Sep 26 19:44:41 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>
Fixed bug GH-15330 (Do not scan generator frames more than once). Fixed bug GH-15330 (Do not scan generator frames more than once).
Fixed uninitialized lineno in constant AST of internal enums. Fixed uninitialized lineno in constant AST of internal enums.
Curl: Curl:
Fixed bug GH-15547 (curl_multi_select overflow on timeout argument). FIxed bug GH-15547 (curl_multi_select overflow on timeout argument).
DOM: DOM:
Fixed bug GH-15551 (Segmentation fault (access null pointer) in ext/dom/xml_common.h). Fixed bug GH-15551 (Segmentation fault (access null pointer) in ext/dom/xml_common.h).
Fixed bug GH-15654 (Signed integer overflow in ext/dom/nodelist.c). Fixed bug GH-15654 (Signed integer overflow in ext/dom/nodelist.c).

View File

@ -45,7 +45,7 @@
%define extension_dir %{_libdir}/%{php_name}/extensions %define extension_dir %{_libdir}/%{php_name}/extensions
%define php_sysconf %{_sysconfdir}/%{php_name} %define php_sysconf %{_sysconfdir}/%{php_name}
%bcond_without apparmor %bcond_without apparmor
%if 0%{?suse_version} >= 1500 %if 0%{?suse_version} >= 1500
%bcond_without argon2 %bcond_without argon2
%else %else
@ -1428,8 +1428,6 @@ fi
%dir %{php_sysconf}/fastcgi %dir %{php_sysconf}/fastcgi
%{_bindir}/php-cgi %{_bindir}/php-cgi
%{_mandir}/man1/php-cgi.1%{?ext_man} %{_mandir}/man1/php-cgi.1%{?ext_man}
%dir %{apache_serverroot}
%dir %{apache_serverroot}/cgi-bin
%{apache_serverroot}/cgi-bin/php %{apache_serverroot}/cgi-bin/php
%endif %endif