Sync from SUSE:SLFO:Main php8 revision a822dea92dc6199e436c0451bf473481
This commit is contained in:
parent
e2e3741c6a
commit
afc82b553d
BIN
php-8.3.12.tar.xz
(Stored with Git LFS)
BIN
php-8.3.12.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,16 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQIzBAABCAAdFiEESx/A2d+SMhztn2FdvsVV4ioUNVMFAmbzApQACgkQvsVV4ioU
|
|
||||||
NVNN4g/9FhYQ9VybSZii3PKjahZQN9Otx95mGFKqsf+sIe/ma4w4mUjKkEs7EiLG
|
|
||||||
GSBKe5QIiC/DjJ8iSJ+zO8xt/2AeoGcrbGAG64GBigNfJ+7TmG+Gqlv3KNYUaFWJ
|
|
||||||
nf4rcrqkOWwLlruDXIiTc5B/5nFetd6MDz3Q/m1+qsv6jTsweRYn5kRiEQHnAmJJ
|
|
||||||
hz77E7Vw2I73/dzRg0U6Nq4NERLEJ0blz6v2h9PIw303rFpqHR7XyMbLTICn3lpf
|
|
||||||
RHsSbIqAwECPI3GYKFN9UzSzRIxByccaIwFWpUuQhseTtvnmS0U1qgTQAs8Wdkkh
|
|
||||||
LbVrA71MGlQN/oT3W8MwhGwlOaLR27ZT7IZKqTpb6pCIZPCqFpH28XqKGQ5vkwNR
|
|
||||||
863PEg8EKQuth+sCKRxgaH1WxNsgrwIx8DOJih6eFV7EPOs286ZLVq1y7pyAqXCA
|
|
||||||
tF2D0KUMEp6fakBa0wlALhLsczHDIuR8zkh4b4L5nE0vlvd339sgVLTc7KfGE9A+
|
|
||||||
CV+uvPJ5feqkZ6soH+784OJptvrtGk8NebG/u3EX77PSIIjw/JBqhT5AQ6h8mx6U
|
|
||||||
/B1mT5hOmNlMPyLchNWHopx032xXBTCH53gvdAPAEUWseu6Xxb8fwNTiwLLFk9hl
|
|
||||||
j0nBXyEHojWXZUXwGhegnihNIujSNGGd4FJJRqLi1bQFHK+greA=
|
|
||||||
=P49l
|
|
||||||
-----END PGP SIGNATURE-----
|
|
BIN
php-8.3.13.tar.xz
(Stored with Git LFS)
Normal file
BIN
php-8.3.13.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
7
php-8.3.13.tar.xz.asc
Normal file
7
php-8.3.13.tar.xz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYIAB0WIQTCjZN1dWA+tKu3JYYcB3ncXAqd5AUCZxfylwAKCRAcB3ncXAqd
|
||||||
|
5GjlAQCsFNinpnYAZ88GbsZEJQqWzPmItJRD9WWzaORbBm77IQEAlirlZBd2hV93
|
||||||
|
JW8Su4q4+75tS15z1BwNgTlxVOsxGwY=
|
||||||
|
=f4+r
|
||||||
|
-----END PGP SIGNATURE-----
|
82
php8.changes
82
php8.changes
@ -1,5 +1,83 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 11 08:42:42 UTC 2024 - pgajdos@suse.com
|
Thu Oct 24 18:44:22 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 8.3.13
|
||||||
|
Calendar:
|
||||||
|
Fixed GH-16240: jdtounix overflow on argument value.
|
||||||
|
Fixed GH-16241: easter_days/easter_date overflow on year argument.
|
||||||
|
Fixed GH-16263: jddayofweek overflow.
|
||||||
|
Fixed GH-16234: jewishtojd overflow.
|
||||||
|
CLI:
|
||||||
|
Fixed bug GH-16137: duplicate http headers when set several times by the client.
|
||||||
|
Core:
|
||||||
|
Fixed bug GH-16054 (Segmentation fault when resizing hash table iterator list while adding).
|
||||||
|
Fixed bug GH-15905 (Assertion failure for TRACK_VARS_SERVER).
|
||||||
|
Fixed bug GH-15907 (Failed assertion when promoting Serialize deprecation to exception).
|
||||||
|
Fixed bug GH-15851 (Segfault when printing backtrace during cleanup of nested generator frame).
|
||||||
|
Fixed bug GH-15866 (Core dumped in Zend/zend_generators.c).
|
||||||
|
Fixed bug GH-16188 (Assertion failure in Zend/zend_exceptions.c).
|
||||||
|
Fixed bug GH-16233 (Observer segfault when calling user function in internal function via trampoline).
|
||||||
|
DOM:
|
||||||
|
Fixed bug GH-16039 (Segmentation fault (access null pointer) in ext/dom/parentnode/tree.c).
|
||||||
|
Fixed bug GH-16149 (Null pointer dereference in DOMElement->getAttributeNames()).
|
||||||
|
Fixed bug GH-16151 (Assertion failure in ext/dom/parentnode/tree.c).
|
||||||
|
Fixed bug GH-16150 (Use after free in php_dom.c).
|
||||||
|
Fixed bug GH-16152 (Memory leak in DOMProcessingInstruction/DOMDocument).
|
||||||
|
JSON:
|
||||||
|
Fixed bug GH-15168 (stack overflow in json_encode()).
|
||||||
|
GD:
|
||||||
|
Fixed bug GH-16232 (bitshift overflow on wbmp file content reading / fix backport from upstream).
|
||||||
|
Fixed bug GH-12264 (overflow/underflow on imagerotate degrees value) (David Carlier)
|
||||||
|
Fixed bug GH-16274 (imagescale underflow on RBG channels / fix backport from upstream).
|
||||||
|
LDAP:
|
||||||
|
Fixed bug GH-16032 (Various NULL pointer dereferencements in ldap_modify_batch()).
|
||||||
|
Fixed bug GH-16101 (Segfault in ldap_list(), ldap_read(), and ldap_search() when LDAPs array is not a list).
|
||||||
|
Fix GH-16132 (php_ldap_do_modify() attempts to free pointer not allocated by ZMM.).
|
||||||
|
Fix GH-16136 (Memory leak in php_ldap_do_modify() when entry is not a proper dictionary).
|
||||||
|
MBString:
|
||||||
|
Fixed bug GH-16261 (Reference invariant broken in mb_convert_variables()).
|
||||||
|
OpenSSL:
|
||||||
|
Fixed stub for openssl_csr_new.
|
||||||
|
PCRE:
|
||||||
|
Fixed bug GH-16189 (underflow on offset argument).
|
||||||
|
Fixed bug GH-16184 (UBSan address overflowed in ext/pcre/php_pcre.c).
|
||||||
|
PHPDBG:
|
||||||
|
Fixed bug GH-15901 (phpdbg: Assertion failure on i funcs).
|
||||||
|
Fixed bug GH-16181 (phpdbg: exit in exception handler reports fatal error).
|
||||||
|
Reflection:
|
||||||
|
Fixed bug GH-16187 (Assertion failure in ext/reflection/php_reflection.c).
|
||||||
|
SAPI:
|
||||||
|
Fixed bug GH-15395 (php-fpm: zend_mm_heap corrupted with cgi-fcgi request).
|
||||||
|
SimpleXML:
|
||||||
|
Fixed bug GH-15837 (Segmentation fault in ext/simplexml/simplexml.c).
|
||||||
|
Sockets:
|
||||||
|
Fixed bug GH-16267 (socket_strerror overflow on errno argument).
|
||||||
|
SOAP:
|
||||||
|
Fixed bug #73182 (PHP SOAPClient does not support stream context HTTP headers in array form).
|
||||||
|
Fixed bug #62900 (Wrong namespace on xsd import error message).
|
||||||
|
Fixed bug GH-15711 (SoapClient can't convert BackedEnum to scalar value).
|
||||||
|
Fixed bug GH-16237 (Segmentation fault when cloning SoapServer).
|
||||||
|
Fix Soap leaking http_msg on error.
|
||||||
|
Fixed bug GH-16256 (Assertion failure in ext/soap/php_encoding.c:460).
|
||||||
|
Fixed bug GH-16259 (Soap segfault when classmap instantiation fails).
|
||||||
|
SPL:
|
||||||
|
Fixed bug GH-15918 (Assertion failure in ext/spl/spl_fixedarray.c).
|
||||||
|
Standard:
|
||||||
|
Fixed bug GH-16053 (Assertion failure in Zend/zend_hash.c).
|
||||||
|
Fixed bug GH-15169 (stack overflow when var serialization in ext/standard/var).
|
||||||
|
Streams:
|
||||||
|
Fixed bugs GH-15908 and GH-15026 (leak / assertion failure in streams.c).
|
||||||
|
Fixed bug GH-15980 (Signed integer overflow in main/streams/streams.c).
|
||||||
|
TSRM:
|
||||||
|
Prevent closing of unrelated handles.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 28 07:07:17 UTC 2024 - Thorsten Kukuk <kukuk@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 [bsc#1231358], [bsc#1231382], [bsc#1231360]
|
- version update to 8.3.12 [bsc#1231358], [bsc#1231382], [bsc#1231360]
|
||||||
CGI:
|
CGI:
|
||||||
@ -14,7 +92,7 @@ Fri Oct 11 08:42:42 UTC 2024 - pgajdos@suse.com
|
|||||||
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).
|
||||||
|
@ -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
|
||||||
@ -57,7 +57,7 @@
|
|||||||
%bcond_without sodium
|
%bcond_without sodium
|
||||||
|
|
||||||
Name: %{pprefix}%{php_name}%{psuffix}
|
Name: %{pprefix}%{php_name}%{psuffix}
|
||||||
Version: 8.3.12
|
Version: 8.3.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Interpreter for the PHP scripting language version 8
|
Summary: Interpreter for the PHP scripting language version 8
|
||||||
License: MIT AND PHP-3.01
|
License: MIT AND PHP-3.01
|
||||||
@ -1428,6 +1428,8 @@ 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user