summaryrefslogtreecommitdiffstats
path: root/php72.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php72.spec')
-rw-r--r--php72.spec26
1 files changed, 9 insertions, 17 deletions
diff --git a/php72.spec b/php72.spec
index 0def4b0..4640b31 100644
--- a/php72.spec
+++ b/php72.spec
@@ -25,22 +25,8 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
-%if 0%{?rhel} == 6
-%ifarch x86_64
-%global oraclever 18.5
-%else
-%global oraclever 18.3
-%endif
-%global oraclelib 18.1
-
-%else
-%ifarch x86_64
-%global oraclever 19.9
-%else
-%global oraclever 19.6
-%endif
-%global oraclelib 19.1
-%endif
+%global oraclever 21.1
+%global oraclelib 21.1
# Build for LiteSpeed Web Server (LSAPI)
%global with_lsws 1
@@ -124,7 +110,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 3%{?dist}
+Release: 4%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -192,6 +178,7 @@ Patch91: php-7.2.0-oci8conf.patch
# Security fixes (200+)
Patch200: php-bug77423.patch
Patch201: php-bug80672.patch
+Patch202: php-bug80710.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -1129,6 +1116,7 @@ low-level PHP extension for the libsodium cryptographic library.
# security patches
%patch200 -p1 -b .bug77423
%patch201 -p1 -b .bug80672
+%patch202 -p1 -b .bug80710
# Fixes for tests
%if 0%{?fedora} >= 25 || 0%{?rhel} >= 6
@@ -2242,6 +2230,10 @@ EOF
%changelog
+* Wed Apr 28 2021 Remi Collet <remi@remirepo.net> - 7.2.34-4
+- Fix #80710 imap_mail_compose() header injection
+- use oracle client library version 21.1
+
* Wed Feb 3 2021 Remi Collet <remi@remirepo.net> - 7.2.34-3
- Fix #80672 Null Dereference in SoapClient
CVE-2021-21702