summaryrefslogtreecommitdiffstats
path: root/php54.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-07-12 19:30:56 +0200
committerRemi Collet <fedora@famillecollet.com>2013-07-12 19:30:56 +0200
commitdb7176af8bdecea4366bde23c9faf31f7b3d84bc (patch)
tree41b6c5a304dd526d996a8da497ab3985a456b813 /php54.spec
parent0f864223f06845a63f9aade0de3d9e3b3f36ba9f (diff)
php 5.4.17 with fix for CVE-2013-4113
Diffstat (limited to 'php54.spec')
-rw-r--r--php54.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/php54.spec b/php54.spec
index b4cf31d..a5232c7 100644
--- a/php54.spec
+++ b/php54.spec
@@ -79,7 +79,7 @@ Version: 5.4.17
%if 0%{?snapdate:1}%{?rcver:1}
Release: 0.5.%{?snapdate}%{?rcver}%{?dist}
%else
-Release: 1%{?dist}
+Release: 2%{?dist}
%endif
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
@@ -132,6 +132,9 @@ Patch46: php-5.4.9-fixheader.patch
# drop "Configure command" from phpinfo output
Patch47: php-5.4.9-phpinfo.patch
+# Security fixes
+Patch60: php-5.4.17-CVE-2013-4013.patch
+
# Fixes for tests
# RC Patch
@@ -785,6 +788,8 @@ rm -f ext/json/utf8_to_utf16.*
%patch46 -p1 -b .fixheader
%patch47 -p1 -b .phpinfo
+%patch60 -p1 -b .cve4113
+
%patch91 -p1 -b .remi-oci8
@@ -1629,6 +1634,10 @@ fi
%changelog
+* Fri Jul 12 2013 Remi Collet <rcollet@redhat.com> - 5.4.17-2
+- add security fix for CVE-2013-4113
+- add missing ASL 1.0 license
+
* Wed Jul 3 2013 Remi Collet <rcollet@redhat.com> 5.4.17-1
- update to 5.4.17