From b871395b925bba573ad18d1772491b7903d4fe4c Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 2 Oct 2015 11:31:35 +0200 Subject: [PATCH] [notify] php: update to 5.5.30 Security release, see http://www.php.net/ChangeLog-5.php#5.5.30 --- php/.md5sum | 2 +- php/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/.md5sum b/php/.md5sum index 05965400c..33ecb874f 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -05d54cad22f393f4b5b0ec0ab06a2b91 php-5.5.29.tar.xz +ef6d848756ea9d19b7a7e1a9d824d7c1 php-5.5.30.tar.xz diff --git a/php/Pkgfile b/php/Pkgfile index 3601513ee..0c39618a4 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.29 +version=5.5.30 release=1 source=(http://php.net/distributions/php-$version.tar.xz)