diff options
Diffstat (limited to 'php74.spec')
-rw-r--r-- | php74.spec | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -109,7 +109,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 11%{?dist} +Release: 13%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -189,6 +189,8 @@ Patch206: php-cve-2023-3824.patch Patch300: php-7.0.10-datetests.patch # Make test slower Patch301: php-7.4.33-tests.patch +# For zlib-ng +Patch302: php-7.4.33-zlib-tests.patch # WIP @@ -1200,6 +1202,7 @@ rm ext/openssl/tests/p12_with_extra_certs.p12 # Fixes for tests related to tzdata %patch -P300 -p1 -b .datetests %patch -P301 -p1 -b .tests +%patch -P302 -p1 -b .zlibng # WIP patch @@ -2214,6 +2217,12 @@ EOF %changelog +* Wed Mar 6 2024 Remi Collet <remi@remirepo.net> - 7.4.33-13 +- patch test suite for zlib-ng + +* Mon Feb 19 2024 Remi Collet <remi@remirepo.net> - 7.4.33-12 +- more build patch for GCC 14 + * Wed Feb 14 2024 Remi Collet <remi@remirepo.net> - 7.4.33-11 - add build patch for GCC 14 - use oracle client library version 21.13 on x86_64 |