From 4835104d2c325a7bb1bfaedceeca7b535aa219c3 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 7 Jun 2013 09:36:25 +0200 Subject: [PATCH] [notify] php: update to 5.4.16 includes security fix for CVE-2013-2110, see http://www.php.net/ChangeLog-5.php --- php/.md5sum | 2 +- php/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/.md5sum b/php/.md5sum index 724582f34..e0b3d1d60 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -145ea5e845e910443ff1eddb3dbcf56a php-5.4.15.tar.bz2 +3d2c694d28861d707b2622c3cc941cff php-5.4.16.tar.bz2 diff --git a/php/Pkgfile b/php/Pkgfile index 11791e758..745fbf1ad 100644 --- a/php/Pkgfile +++ b/php/Pkgfile @@ -4,7 +4,7 @@ # Depends on: readline libpcre libxml2 curl db gdbm xz name=php -version=5.4.15 +version=5.4.16 release=1 source=(http://www.php.net/distributions/php-$version.tar.bz2)