From 5f6380fa7a47df0d09348fd68eb22bec3cffc240 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Jun 2023 18:41:47 +0200 Subject: Fix Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP GHSA-76gg-c692-v2mw --- php74.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php74.spec') diff --git a/php74.spec b/php74.spec index 75561b4..8171a1e 100644 --- a/php74.spec +++ b/php74.spec @@ -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 - 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