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