From 74cdcf0307a836a127585e35757e0612501d55ed Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 27 Jun 2014 12:51:16 +0200 Subject: [PATCH] [notify] php: update to 5.5.14 Security update, see http://www.php.net/ChangeLog-5.php#5.5.14 --- php/.md5sum | 2 +- php/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/.md5sum b/php/.md5sum index 67228d254..05e04ea85 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -e26e90af25ee6505dc18855e0180ffe9 php-5.5.13.tar.bz2 +b53e5f47c59ffbe26d20957636695baa php-5.5.14.tar.bz2 diff --git a/php/Pkgfile b/php/Pkgfile index 267091df9..c1e817d6d 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.13 +version=5.5.14 release=1 source=(http://www.php.net/distributions/php-$version.tar.bz2)