summaryrefslogtreecommitdiffstats
path: root/php56.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-04-28 14:08:35 +0200
committerRemi Collet <remi@remirepo.net>2021-04-28 14:08:35 +0200
commit8affa602331741e85b147193dbcf96205657eb8a (patch)
tree26a67dc59426d7759a1fa59d69cbcbaf53a307cd /php56.spec
parentfc50eb84ec94750a0e0860ca1c696055b5509596 (diff)
Fix #80710 imap_mail_compose() header injection
use oracle client library version 21.1
Diffstat (limited to 'php56.spec')
-rw-r--r--php56.spec26
1 files changed, 9 insertions, 17 deletions
diff --git a/php56.spec b/php56.spec
index 9e2ed9d..9303f68 100644
--- a/php56.spec
+++ b/php56.spec
@@ -28,22 +28,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
@@ -157,7 +143,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.6.40
-Release: 25%{?dist}
+Release: 26%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -260,6 +246,7 @@ Patch244: php-bug79877.patch
Patch246: php-bug79699.patch
Patch247: php-bug77423.patch
Patch248: php-bug80672.patch
+Patch249: php-bug80710.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
@@ -1070,6 +1057,7 @@ echo CIBLE = %{name}-%{version}-%{release} oci8=%{with_oci8} libzip=%{with_libzi
%patch246 -p1 -b .bug79699
%patch247 -p1 -b .bug77423
%patch248 -p1 -b .bug80672
+%patch249 -p1 -b .bug80710
# Fixes for tests
%patch300 -p1 -b .datetests
@@ -2126,6 +2114,10 @@ EOF
%changelog
+* Wed Apr 28 2021 Remi Collet <remi@remirepo.net> - 5.6.40-26
+- Fix #80710 imap_mail_compose() header injection
+- use oracle client library version 21.1
+
* Wed Feb 3 2021 Remi Collet <remi@remirepo.net> - 5.6.40-25
- Fix #80672 Null Dereference in SoapClient
CVE-2021-21702