diff --git a/.gitignore b/.gitignore index 3c299f3..4662624 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ php.spec~ /php-5.4.0.tar.bz2 /php-5.?.? /php-5.4.1.tar.bz2 +/php-5.4.2.tar.bz2 diff --git a/php.spec b/php.spec index 3a0a460..a2fe91a 100644 --- a/php.spec +++ b/php.spec @@ -55,7 +55,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.4.1 +Version: 5.4.2 Release: 1%{?dist} License: PHP Group: Development/Languages @@ -1278,6 +1278,9 @@ fi %changelog +* Thu May 03 2012 Remi Collet 5.4.2-1 +- update to 5.4.2 (CVE-2012-1823) + * Fri Apr 27 2012 Remi Collet 5.4.1-1 - update to 5.4.1 diff --git a/sources b/sources index 4a1c4d0..027da9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b9529ed89dbc48c498e9693d1af3caf php-5.4.1.tar.bz2 +252a6546db3a26260b419a883c875615 php-5.4.2.tar.bz2