summaryrefslogtreecommitdiffstats
path: root/php55.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-07-12 18:19:23 +0200
committerRemi Collet <fedora@famillecollet.com>2013-07-12 18:19:23 +0200
commiteb6361698e878ab5473a395d5056cf682e14e704 (patch)
tree1e6a04010b5b3b6f540ab3f6afcfb37110159b78 /php55.spec
parent374a8cf2a99288ca31de7cdb74ab2ee83aa601e0 (diff)
php 5.5.0 with fix for CVE-2013-4113
Diffstat (limited to 'php55.spec')
-rw-r--r--php55.spec22
1 files changed, 16 insertions, 6 deletions
diff --git a/php55.spec b/php55.spec
index f4107e1..baa63fb 100644
--- a/php55.spec
+++ b/php55.spec
@@ -61,7 +61,7 @@
%else
%global with_dtrace 0
%endif
-%if 0%{?fedora} < 20 && 0%{?rhel} < 5
+%if 0%{?fedora} < 17 && 0%{?rhel} < 5
%global with_libgd 0
%else
%global with_libgd 1
@@ -80,16 +80,16 @@
%global db_devel libdb-devel
%endif
-%global snapdate 201306240630
+#global snapdate 201306240630
#global rcver RC3
Summary: PHP scripting language for creating dynamic web sites
Name: php
-Version: 5.5.1
+Version: 5.5.0
%if 0%{?snapdate:1}%{?rcver:1}
Release: 0.1.%{?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
@@ -146,6 +146,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.5.0-CVE-2013-4013.patch
+
# Fixes for tests
# RC Patch
@@ -847,6 +850,8 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1
%patch46 -p1 -b .fixheader
%patch47 -p1 -b .phpinfo
+%patch60 -p1 -b .cve4113
+
%patch91 -p1 -b .remi-oci8
# wip patches
@@ -1301,7 +1306,7 @@ popd
%if %runselftest
cd build-apache
-# Double stack size (required by bug54268.phpt)
+# Increase stack size (required by bug54268.phpt)
ulimit -s 32712
# Run tests, using the CLI SAPI
@@ -1802,7 +1807,12 @@ fi
%changelog
-* Mon Jun 24 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.1.201306240630
+* Fri Jul 12 2013 Remi Collet <rcollet@redhat.com> - 5.5.0-2
+- add security fix for CVE-2013-4113
+- add missing ASL 1.0 license
+- 32k stack size seems ok for tests on both 32/64bits build
+
+* Mon Jun 24 2013 Remi Collet <rcollet@redhat.com> 5.5.1-0.1.201306240630
- test build (bundled libgd)
* Thu Jun 20 2013 Remi Collet <rcollet@redhat.com> 5.5.0-1