Sync from SUSE:SLFO:Main php8 revision 115de3e044f00d2577677136b0df8525
This commit is contained in:
parent
b0a91740a5
commit
e2e3741c6a
11
php8.changes
11
php8.changes
@ -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]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 19:44:41 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>
|
||||
|
||||
- version update to 8.3.12
|
||||
- version update to 8.3.12 [bsc#1231358], [bsc#1231382], [bsc#1231360]
|
||||
CGI:
|
||||
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)
|
||||
@ -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 uninitialized lineno in constant AST of internal enums.
|
||||
Curl:
|
||||
Fixed bug GH-15547 (curl_multi_select overflow on timeout argument).
|
||||
FIxed bug GH-15547 (curl_multi_select overflow on timeout argument).
|
||||
DOM:
|
||||
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).
|
||||
|
@ -45,7 +45,7 @@
|
||||
%define extension_dir %{_libdir}/%{php_name}/extensions
|
||||
%define php_sysconf %{_sysconfdir}/%{php_name}
|
||||
|
||||
%bcond_without apparmor
|
||||
%bcond_without apparmor
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%bcond_without argon2
|
||||
%else
|
||||
@ -1428,8 +1428,6 @@ fi
|
||||
%dir %{php_sysconf}/fastcgi
|
||||
%{_bindir}/php-cgi
|
||||
%{_mandir}/man1/php-cgi.1%{?ext_man}
|
||||
%dir %{apache_serverroot}
|
||||
%dir %{apache_serverroot}/cgi-bin
|
||||
%{apache_serverroot}/cgi-bin/php
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user