From a60575d2e731302ce70b39f1c619c388aab195c6 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 22 Jul 2016 09:43:12 +0200 Subject: [PATCH] [notify] php: update to 5.6.24 Security fixes, see http://www.php.net/ChangeLog-5.php#5.6.24 --- php/.md5sum | 2 +- php/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/.md5sum b/php/.md5sum index 1294aa4fe..ba08fe1ae 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -c2d2155e50bcbaa0ee7a63845862c894 php-5.6.23.tar.xz +3ef6e3573698b9b444be88edd3b23494 php-5.6.24.tar.xz diff --git a/php/Pkgfile b/php/Pkgfile index a7739bd5a..e9775234f 100644 --- a/php/Pkgfile +++ b/php/Pkgfile @@ -4,7 +4,7 @@ # Depends on: readline libpcre libxml2 curl db gdbm xz name=php -version=5.6.23 +version=5.6.24 release=1 source=(http://php.net/distributions/php-$version.tar.xz)