diff --git a/.gitignore b/.gitignore index 43a9393..c40f438 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ php-5.3*.bz2 /php-5.4.11.tar.bz2 /php-5.4.12RC1.tar.bz2 /php-5.4.12RC2.tar.bz2 +/php-5.4.12.tar.bz2 diff --git a/php.spec b/php.spec index 5685bf0..1641f85 100644 --- a/php.spec +++ b/php.spec @@ -53,12 +53,12 @@ %global db_devel libdb-devel %endif -%global rcver RC2 +#global rcver RC2 Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.4.12 -Release: 0.6.RC2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1417,6 +1417,10 @@ fi %changelog +* 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 + * Wed Feb 13 2013 Remi Collet 5.4.12-0.6.RC2 - enable tokyocabinet and gdbm dba handlers diff --git a/sources b/sources index 2ff7cae..25e27e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3514ae4a9459bc435987c0c29c660aca php-5.4.12RC2.tar.bz2 +5c7b614242ae12e9cacca21c8ab84818 php-5.4.12.tar.bz2