summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-03-06 08:34:54 +0100
committerRemi Collet <remi@remirepo.net>2019-03-06 08:34:54 +0100
commitdbe18c2a9ae26829557412f4529577b9527bca5d (patch)
tree1af694504a4b52de2ecc5087ba268e200fbd653b /php.spec
parent9bed2bb4736eec26b858d651407cf24f65e70a05 (diff)
Update to 7.1.27 - http://www.php.net/releases/7_1_27.php
add upstream patch for OpenSSL 1.1.1b
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/php.spec b/php.spec
index 04114a2..f83600e 100644
--- a/php.spec
+++ b/php.spec
@@ -125,13 +125,12 @@
%global db_devel libdb-devel
%endif
-%global upver 7.1.26
-#global rcver RC1
+%global upver 7.1.27
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -190,6 +189,7 @@ Patch49: php-7.1.24-getallheaders.patch
Patch91: php-5.6.3-oci8conf.patch
# Upstream fixes (100+)
+Patch100: php-openssl111.patch
# Security fixes (200+)
@@ -912,6 +912,7 @@ support for JavaScript Object Notation (JSON) to PHP.
%patch91 -p1 -b .remi-oci8
# upstream patches
+%patch100 -p1 -b .up
# security patches
@@ -1854,6 +1855,10 @@ fi
%changelog
+* Wed Mar 6 2019 Remi Collet <remi@remirepo.net> - 7.1.27-1
+- Update to 7.1.27 - http://www.php.net/releases/7_1_27.php
+- add upstream patch for OpenSSL 1.1.1b
+
* Fri Jan 18 2019 Remi Collet <remi@remirepo.net> - 7.1.26-2
- cleanup for EL-8