From 1f8479d195380336069b1d140f099bdf2ea6a554 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 1 May 2014 13:45:25 +0200 Subject: [PATCH] [notify] php: update to 5.5.12 Fix for CVE-2014-0185 regarding PHP-FPM, see - http://www.php.net/ChangeLog-5.php#5.5.12 - http://www.openwall.com/lists/oss-security/2014/04/29/5 --- php/.md5sum | 2 +- php/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/.md5sum b/php/.md5sum index e957f908f..58fecb257 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -c8c9ad960bae0265054b5879423f7a75 php-5.5.11.tar.bz2 +943af92c2e67bba29429bdd9acf9cbd4 php-5.5.12.tar.bz2 diff --git a/php/Pkgfile b/php/Pkgfile index 8f0f4c99a..9508c3bab 100644 --- a/php/Pkgfile +++ b/php/Pkgfile @@ -4,7 +4,7 @@ # Depends on: readline libpcre libxml2 curl db gdbm xz name=php -version=5.5.11 +version=5.5.12 release=1 source=(http://www.php.net/distributions/php-$version.tar.bz2)