From 13f5bfce61ab5fbc1f00236ce3bfb6948054f8db 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 --- php55.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php55.spec') diff --git a/php55.spec b/php55.spec index fb8155c..cedf22b 100644 --- a/php55.spec +++ b/php55.spec @@ -141,7 +141,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: 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 @@ -202,6 +202,7 @@ Patch47: php-5.4.9-phpinfo.patch Patch91: php-5.3.7-oci8conf.patch # Upstream fixes (100+) +Patch100: bug72735.patch # Security fixes (200+) @@ -967,6 +968,7 @@ rm -rf ext/json # upstream patches # security patches +%patch100 -p1 -b .bug72735 # Fixes for tests %patch300 -p1 -b .datetests @@ -1979,6 +1981,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