summaryrefslogtreecommitdiffstats
path: root/php54.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-08-05 08:42:31 +0200
committerRemi Collet <fedora@famillecollet.com>2016-08-05 08:42:31 +0200
commitda28b235f7d4ff11106c2cf0e9cca49ce91a97bd (patch)
tree003098fd3304c5ae6c54841e3e8fcbaab5bccb28 /php54.spec
parentf688deb41eec3890e4c43af78ae749fabd7fa91d (diff)
php 5.4+5.5: add upstream patch for exif regression
Diffstat (limited to 'php54.spec')
-rw-r--r--php54.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php54.spec b/php54.spec
index 2fc25c2..582c8fb 100644
--- a/php54.spec
+++ b/php54.spec
@@ -98,7 +98,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.4.45
-Release: 11%{?dist}
+Release: 11%{?dist}.1
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -213,6 +213,7 @@ Patch252: bug72606.patch
Patch253: bug72613.patch
Patch254: bug72618.patch
Patch255: bug72519.patch
+Patch256: bug72735.patch
# Fixes for tests
# no_NO issue
@@ -976,6 +977,7 @@ rm -f ext/json/utf8_to_utf16.*
%patch253 -p1 -b .bug72613
%patch254 -p1 -b .bug72618
%patch255 -p1 -b .bug72519
+%patch256 -p1 -b .bug72735
# Fixes for tests
%patch301 -p1 -b .datetests2
@@ -1865,6 +1867,9 @@ fi
%changelog
+* Fri Aug 5 2016 Remi Collet <remi@fedoraproject.org> 5.4.45-11.1
+- fix #72735 regression in exif maker note parser
+
* Fri Jul 22 2016 Remi Collet <remi@fedoraproject.org> 5.4.45-11
- Fix #70480: php_url_parse_ex() buffer overflow read
CVE-2016-6288