--- rpms/php/sme8/php.spec 2012/06/29 14:45:08 1.5.2.3 +++ rpms/php/sme8/php.spec 2013/07/15 13:46:52 1.5.2.4 @@ -18,7 +18,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.3.3 -Release: 13%{?dist} +Release: 13%{?dist}.1 License: PHP and LGPLv2 and LGPLv2+ Group: Development/Languages URL: http://www.php.net/ @@ -80,6 +80,7 @@ Patch234: php-5.3.3-CVE-2012-2386.patch Patch235: php-5.3.3-CVE-2012-0057.patch Patch236: php-5.3.3-CVE-2012-0789.patch Patch237: php-5.3.3-CVE-2010-2950.patch +Patch238: php-5.3.3-CVE-2013-4113.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -412,6 +413,7 @@ support for using the ICU library to PHP %patch235 -p1 -b .cve0057 %patch236 -p1 -b .cve0789 %patch237 -p1 -b .cve2950 +%patch238 -p1 -b .cve4113 # Prevent %%doc confusion over LICENSE files cp -p Zend/LICENSE Zend/ZEND_LICENSE @@ -789,6 +791,9 @@ rm files.* macros.php %files process -f files.process %changelog +* Fri Jul 12 2013 Remi Collet - 5.3.3-13.1 +- add security fix for CVE-2013-4113 + * Mon Jun 25 2012 Joe Orton - 5.3.3-13 - add security fix for CVE-2010-2950