From 3f6a0b0aa9d7ca69869cad7a5d3df3b798463bfd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Jun 2023 18:33:39 +0200 Subject: Fix Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP GHSA-76gg-c692-v2mw --- php.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 883969b..f925080 100644 --- a/php.spec +++ b/php.spec @@ -110,7 +110,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -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 @@ -179,6 +179,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 @@ -963,6 +964,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 %patch -P300 -p1 -b .datetests @@ -1852,6 +1854,11 @@ EOF %changelog +* Tue Jun 6 2023 Remi Collet - 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 - 7.4.33-6 - use ICU 72.1 - use oracle client library version 21.10 -- cgit