From 7eeeb6e96a8354ae5c553662e96a1bfcf3bb9b65 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Aug 2016 08:42:31 +0200 Subject: php 5.4+5.5: add upstream patch for exif regression --- php.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 4e858fd..d047521 100644 --- a/php.spec +++ b/php.spec @@ -140,7 +140,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: 5.5.38 -Release: 1%{?dist} +Release: 1%{?dist}.1 # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -192,6 +192,7 @@ Patch47: php-5.4.9-phpinfo.patch Patch91: php-5.3.7-oci8conf.patch # Upstream fixes (100+) +Patch100: bug72735.patch # Security fixes (200+) @@ -882,6 +883,7 @@ support for using the enchant library to PHP. # upstream patches # security patches +%patch100 -p1 -b .bug72735 # Fixes for tests %patch300 -p1 -b .datetests @@ -1776,6 +1778,9 @@ fi %changelog +* Fri Aug 5 2016 Remi Collet 5.5.38-1.1 +- fix #72735 regression in exif maker note parser + * Wed Jul 20 2016 Remi Collet 5.5.38-1 - Update to 5.5.38 - http://www.php.net/releases/5_5_38.php -- cgit