- update to 5.4.12

- security fixes for CVE-2013-1635 and CVE-2013-1643
This commit is contained in:
Remi Collet 2013-02-20 10:56:19 +01:00
parent 6468d943b1
commit 2709bf1192
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <remi@fedoraproject.org> 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 <rcollet@redhat.com> 5.4.12-0.6.RC2
- enable tokyocabinet and gdbm dba handlers

View File

@ -1 +1 @@
3514ae4a9459bc435987c0c29c660aca php-5.4.12RC2.tar.bz2
5c7b614242ae12e9cacca21c8ab84818 php-5.4.12.tar.bz2