From 3f9d2a0ff7b89f3f1c8653552825ae549b4f84c7 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sat, 31 May 2014 14:36:26 +0200 Subject: [PATCH] [notify] php: update to 5.5.13 Update includes security fixes, see http://www.php.net/ChangeLog-5.php#5.4.29 --- php/.md5sum | 2 +- php/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/.md5sum b/php/.md5sum index 58fecb257..67228d254 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -943af92c2e67bba29429bdd9acf9cbd4 php-5.5.12.tar.bz2 +e26e90af25ee6505dc18855e0180ffe9 php-5.5.13.tar.bz2 diff --git a/php/Pkgfile b/php/Pkgfile index 9508c3bab..267091df9 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.12 +version=5.5.13 release=1 source=(http://www.php.net/distributions/php-$version.tar.bz2)