From 3803ae9f3cb6a6e70aec5e31df3b448ae79fbd20 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 14 Mar 2013 08:35:40 +0100 Subject: [PATCH] update to 5.4.13 (security) --- .gitignore | 1 + php.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7428581..2f3c9a6 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ php-5.3*.bz2 /php-5.4.12RC2.tar.bz2 /php-5.4.12.tar.bz2 /php-5.4.13RC1.tar.bz2 +/php-5.4.13.tar.bz2 diff --git a/php.spec b/php.spec index df9232c..4fbd126 100644 --- a/php.spec +++ b/php.spec @@ -59,12 +59,12 @@ %global db_devel libdb-devel %endif -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.4.13 -Release: 0.2.RC1%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1480,6 +1480,10 @@ fi %changelog +* Thu Mar 14 2013 Remi Collet 5.4.13-1 +- update to 5.4.13 +- security fixes for CVE-2013-1635 and CVE-2013-1643 + * Mon Mar 11 2013 Ralf Corsépius - 5.4.13-0.2.RC1 - Remove %%config from %%{_sysconfdir}/rpm/macros.* (https://fedorahosted.org/fpc/ticket/259). @@ -1499,7 +1503,6 @@ fi * Wed Feb 20 2013 Remi Collet 5.4.12-1 - update to 5.4.12 -- security fixes for CVE-2013-1635 and CVE-2013-1643 - drop gdbm because of license incompatibility * Wed Feb 13 2013 Remi Collet 5.4.12-0.6.RC2 diff --git a/sources b/sources index 6ab363e..df4340a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4fb3af010feb556aeb3fad3aab8fd222 php-5.4.13RC1.tar.bz2 +cacd308e978b7cf9ba4993196612ccf7 php-5.4.13.tar.bz2