summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-06-06 18:33:39 +0200
committerRemi Collet <remi@php.net>2023-06-06 18:33:39 +0200
commit3f6a0b0aa9d7ca69869cad7a5d3df3b798463bfd (patch)
tree06e509c03670bc10779c7dc8b74e0e03ca6e99c7 /php.spec
parent0aa1f14d659d7387991ca536eaf5d0656e4a8661 (diff)
Fix Missing error check and insufficient random bytes in HTTP Digest
authentication for SOAP GHSA-76gg-c692-v2mw
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec9
1 files changed, 8 insertions, 1 deletions
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 <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