From 96e3b19f250c09e9633de66e7fa043e49ad8c888 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sat, 18 Oct 2014 13:20:19 +0200 Subject: [PATCH] [notify] php: update to 5.5.18 includes security fixes, see http://php.net/ChangeLog-5.php#5.5.18 --- php/.md5sum | 2 +- php/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/.md5sum b/php/.md5sum index 9b338da98..447e6b018 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -e5f25dae73004658533ee7701a527bd0 php-5.5.17.tar.xz +3984f32985842afebe5795457e26931f php-5.5.18.tar.xz diff --git a/php/Pkgfile b/php/Pkgfile index 42ef55906..44ff09f9a 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.17 +version=5.5.18 release=1 source=(http://php.net/distributions/php-$version.tar.xz)