summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-04-28 09:55:55 +0200
committerRemi Collet <remi@remirepo.net>2021-04-28 09:55:55 +0200
commitcb703d766dde468048e8a328577fd9f914946b7e (patch)
tree57096716f1ca8fa0adf7e61e2af1163454e19326 /php.spec
parent7864405f34f301024090bacb9f187a981e993b50 (diff)
Fix #80710 imap_mail_compose() header injection
use oracle client library version 21.1
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec26
1 files changed, 9 insertions, 17 deletions
diff --git a/php.spec b/php.spec
index aba249e..ec869a5 100644
--- a/php.spec
+++ b/php.spec
@@ -55,22 +55,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
@@ -140,7 +126,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 12%{?dist}
+Release: 13%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -224,6 +210,7 @@ Patch220: php-bug79601.patch
Patch221: php-bug79699.patch
Patch222: php-bug77423.patch
Patch223: php-bug80672.patch
+Patch224: php-bug80710.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -980,6 +967,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch221 -p1 -b .bug79699
%patch222 -p1 -b .bug77423
%patch223 -p1 -b .bug80672
+%patch224 -p1 -b .bug80710
# Fixes for tests
%patch300 -p1 -b .datetests
@@ -1944,6 +1932,10 @@ EOF
%changelog
+* Wed Apr 28 2021 Remi Collet <remi@remirepo.net> - 7.1.33-13
+- Fix #80710 imap_mail_compose() header injection
+- use oracle client library version 21.1
+
* Wed Feb 3 2021 Remi Collet <remi@remirepo.net> - 7.1.33-12
- Fix #80672 Null Dereference in SoapClient
CVE-2021-21702