From 12490338116820f20fdf76009f4c60895f9c1237 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Wed, 19 Nov 2014 11:21:00 +0100 Subject: [PATCH] [notify] php: update to 5.5.19 update includes a security fix for CVE-2014-3710, see - http://php.net/ChangeLog-5.php#5.5.19 - https://bugs.php.net/bug.php?id=68283 --- php/.md5sum | 2 +- php/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/.md5sum b/php/.md5sum index 447e6b018..fbd71af13 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -3984f32985842afebe5795457e26931f php-5.5.18.tar.xz +c63dcfd8b318d12127ba6d39ecc8a444 php-5.5.19.tar.xz diff --git a/php/Pkgfile b/php/Pkgfile index 44ff09f9a..90b9f285f 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.18 +version=5.5.19 release=1 source=(http://php.net/distributions/php-$version.tar.xz)