From 3b7d4cf30bb883648be4c82d52d83ab0a6fd47b8 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 20 Mar 2015 13:44:17 +0100 Subject: [PATCH] [notify] php: update to 5.5.23 includes security fixes for CVE-2015-0231, CVE-2015-2305 and CVE-2015-2331. See http://php.net/ChangeLog-5.php#5.5.23 --- php/.md5sum | 2 +- php/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/.md5sum b/php/.md5sum index 1485f77f9..e57ac93f0 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -fb1704131d495f5b3e6ab3b087a8dbe6 php-5.5.22.tar.xz +692f9bc5649806f2053eee1e7323b7ea php-5.5.23.tar.xz diff --git a/php/Pkgfile b/php/Pkgfile index ccaad81b6..b71e90708 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.22 +version=5.5.23 release=1 source=(http://php.net/distributions/php-$version.tar.xz)