summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index a4ed08e..5cfb08a 100644
--- a/php.spec
+++ b/php.spec
@@ -119,7 +119,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: 5.4.45
-Release: 7%{?dist}
+Release: 8%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -200,6 +200,7 @@ Patch217: bug71906.patch
Patch218: bug71798.patch
Patch219: bug71704.patch
Patch220: bug71527.patch
+Patch221: bug64938.patch
# Fixes for tests (300+)
# Backported from 5.5
@@ -858,6 +859,7 @@ support for using the enchant library to PHP.
%patch218 -p1 -b .bug71798
%patch219 -p1 -b .bug71704
%patch220 -p1 -b .bug71527
+%patch221 -p1 -b .bug64938
# Fixes for tests
%patch300 -p1 -b .datetests1
@@ -1681,6 +1683,10 @@ EOF
%changelog
+* Tue Apr 26 2016 Remi Collet <remi@fedoraproject.org> 5.4.45-8
+- Fix #64938: libxml_disable_entity_loader setting is shared
+ between threads CVE-2015-8866
+
* Tue Mar 29 2016 Remi Collet <remi@fedoraproject.org> 5.4.45-7
- Fix #71860: Require valid paths for phar filenames
CVE-2016-4072