summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-06-07 11:27:27 +0200
committerRemi Collet <remi@php.net>2023-06-07 11:27:27 +0200
commit1d4e4a976fe9f56b63ce0243fe6ac1df21f60884 (patch)
tree765a17a6c42ecefa78b1f81d97ca4f4f02060a97 /php.spec
parent0afe7affd1c4b8948654e006e64ec07f77098e03 (diff)
Fix Missing error check and insufficient random bytes in HTTP Digest
authentication for SOAP GHSA-76gg-c692-v2mw use oracle client library version 21.10
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/php.spec b/php.spec
index 900e02f..659e4b6 100644
--- a/php.spec
+++ b/php.spec
@@ -55,7 +55,7 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
-%global oraclever 21.8
+%global oraclever 21.10
%global oraclelib 21.1
# Build for LiteSpeed Web Server (LSAPI)
@@ -126,7 +126,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 16%{?dist}
+Release: 17%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -209,6 +209,7 @@ Patch213: php-bug81740.patch
Patch214: php-bug81744.patch
Patch215: php-bug81746.patch
Patch216: php-cve-2023-0662.patch
+Patch217: php-ghsa-76gg-c692-v2mw.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -985,6 +986,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch214 -p1 -b .bug81744
%patch215 -p1 -b .bug81746
%patch216 -p1 -b .cve0662
+%patch217 -p1 -b .ghsa-76gg-c692-v2mw
# Fixes for tests
%patch300 -p1 -b .datetests
@@ -1955,6 +1957,12 @@ EOF
%changelog
+* Wed Jun 7 2023 Remi Collet <remi@remirepo.net> - 7.2.34-17
+- Fix Missing error check and insufficient random bytes in HTTP Digest
+ authentication for SOAP
+ GHSA-76gg-c692-v2mw
+- use oracle client library version 21.10
+
* Tue Feb 14 2023 Remi Collet <remi@remirepo.net> - 7.2.34-16
- fix #81744: Password_verify() always return true with some hash
CVE-2023-0567