diff options
Diffstat (limited to 'php74.spec')
-rw-r--r-- | php74.spec | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -98,7 +98,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 6%{?dist} +Release: 7%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -166,6 +166,7 @@ Patch200: php-bug81740.patch Patch201: php-bug81744.patch Patch202: php-bug81746.patch Patch203: php-cve-2023-0662.patch +Patch204: php-ghsa-76gg-c692-v2mw.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1170,6 +1171,7 @@ rm ext/openssl/tests/p12_with_extra_certs.p12 %patch -P201 -p1 -b .bug81744 %patch -P202 -p1 -b .bug81746 %patch -P203 -p1 -b .cve0662 +%patch -P204 -p1 -b .ghsa-76gg-c692-v2mw # Fixes for tests related to tzdata %patch -P300 -p1 -b .datetests @@ -2197,6 +2199,11 @@ EOF %changelog +* Tue Jun 6 2023 Remi Collet <remi@remirepo.net> - 7.4.33-7 +- Fix Missing error check and insufficient random bytes in HTTP Digest + authentication for SOAP + GHSA-76gg-c692-v2mw + * Fri Apr 14 2023 Remi Collet <remi@remirepo.net> - 7.4.33-6 - use ICU 72.1 - use oracle client library version 21.10 |