--- rpms/php/sme8/php.spec 2012/08/23 02:39:15 1.10 +++ rpms/php/sme8/php.spec 2013/07/15 13:51:22 1.11 @@ -18,7 +18,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.3.3 -Release: 13%{?dist}.1 +Release: 13%{?dist}.2 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) @@ -416,6 +417,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 @@ -793,13 +795,14 @@ rm files.* macros.php %files process -f files.process %changelog -* Wed Aug 22 2012 Shad L. Lords - 5.3.3-13.sme.1 +* Mon Jul 15 2013 Shad L. Lords - 5.3.3-13.sme.2 - Add php53-* provides to provide compatibility - -* Fri Jun 29 2012 Shad L. Lords - 5.3.3-13.sme - Obsolete php-domxml and php-dom [SME: 6733] - Update Obsoletes and Conflicts [SME: 6436] +* 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