From 748b3c089c55af0ae8a417e7fc844228473f8cd2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Jan 2019 08:53:31 +0100 Subject: Update to 7.1.26 - http://www.php.net/releases/7_1_26.php --- php71.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php71.spec') diff --git a/php71.spec b/php71.spec index a5aa6e9..91b09c8 100644 --- a/php71.spec +++ b/php71.spec @@ -107,13 +107,13 @@ %global db_devel libdb-devel %endif -%global upver 7.1.25 +%global upver 7.1.26 #global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: 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 @@ -173,7 +173,6 @@ Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) # Security fixes (200+) -Patch200: php-imap.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1020,7 +1019,6 @@ support for JavaScript Object Notation (JSON) to PHP. # upstream patches # security patches -%patch200 -p1 -b .imap # Fixes for tests %if 0%{?fedora} >= 25 || 0%{?rhel} >= 6 @@ -2063,6 +2061,9 @@ fi %changelog +* Wed Jan 9 2019 Remi Collet - 7.1.26-1 +- Update to 7.1.26 - http://www.php.net/releases/7_1_26.php + * Sat Dec 8 2018 Remi Collet - 7.1.25-2 - Fix null pointer dereference in imap_mail CVE-2018-19935 -- cgit