From 962a6af4380cb3906702bb4428144c897dbe2eb8 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 16 Apr 2015 19:31:33 +0200 Subject: [PATCH] [notify] php: update to 5.5.24 update includes security fixes for CVE-2015-1351 and CVE-2015-1352, see http://php.net/ChangeLog-5.php#5.5.24 --- php/.md5sum | 2 +- php/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/.md5sum b/php/.md5sum index e57ac93f0..67cee26bb 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -692f9bc5649806f2053eee1e7323b7ea php-5.5.23.tar.xz +32e5ab1d77186142474cb65c685659bd php-5.5.24.tar.xz diff --git a/php/Pkgfile b/php/Pkgfile index b71e90708..5d722492e 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.23 +version=5.5.24 release=1 source=(http://php.net/distributions/php-$version.tar.xz)