From 358ee7663cd133ae3048d6373df7276400344e0e Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 23 Aug 2013 10:11:42 +0200 Subject: [PATCH] [notify] php: update to 5.4.19 Security fix, see http://www.php.net/ChangeLog-5.php#5.4.19 --- php/.md5sum | 2 +- php/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/.md5sum b/php/.md5sum index 671d6e125..a8c680b19 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -b2e185b46b22a48a385cf21a0dc76e65 php-5.4.18.tar.bz2 +f06f99b9872b503758adab5ba7a7e755 php-5.4.19.tar.bz2 diff --git a/php/Pkgfile b/php/Pkgfile index 0be43b04a..b59385128 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.18 +version=5.4.19 release=1 source=(http://www.php.net/distributions/php-$version.tar.bz2)