summaryrefslogtreecommitdiffstats
path: root/php72.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-06-07 11:34:57 +0200
committerRemi Collet <remi@php.net>2023-06-07 11:34:57 +0200
commitbe2835c09327b5a7bd412f494c96bfb4e4b242ab (patch)
tree16e6cd798fba901c0b43084438e4e5a23b215f73 /php72.spec
parent652cab66e0652f1ff20a92bfcd4df14fb7df896c (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 define __phpize and __phpconfig
Diffstat (limited to 'php72.spec')
-rw-r--r--php72.spec15
1 files changed, 12 insertions, 3 deletions
diff --git a/php72.spec b/php72.spec
index ada7ac7..8926e1f 100644
--- a/php72.spec
+++ b/php72.spec
@@ -25,7 +25,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)
@@ -110,7 +110,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: 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
@@ -194,6 +194,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
@@ -1143,6 +1144,7 @@ low-level PHP extension for the libsodium cryptographic library.
%patch214 -p1 -b .bug81744
%patch215 -p1 -b .bug81746
%patch216 -p1 -b .cve0662
+%patch217 -p1 -b .ghsa-76gg-c692-v2mw
# Fixes for tests
%if 0%{?fedora} >= 25 || 0%{?rhel} >= 6
@@ -1969,7 +1971,7 @@ sed -e "s/@PHP_APIVER@/%{apiver}%{isasuffix}/" \
%endif
< %{SOURCE3} > macros.php
%if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
-echo '%%pecl_xmldir %{_localstatedir}/lib/php/peclxml' >>macros.php
+echo '%%pecl_xmldir %%{_localstatedir}/lib/php/peclxml' >>macros.php
%endif
install -m 644 -D macros.php \
$RPM_BUILD_ROOT%{macrosdir}/macros.php
@@ -2256,6 +2258,13 @@ 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
+- define __phpize and __phpconfig
+
* 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