From abea35f2b5e27d75fd1ad8493c509827c4756f76 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 27 May 2016 15:25:44 +0200 Subject: [PATCH] [notify] php: update to 5.6.22 Security fixes, see http://php.net/ChangeLog-5.php#5.6.22 --- php/.md5sum | 2 +- php/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/.md5sum b/php/.md5sum index c644067ba..f5fb18e65 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -177c69d47024541739c439c9d9eb6ba5 php-5.6.21.tar.xz +19a5bcbddc105dfb29482ab779fcc795 php-5.6.22.tar.xz diff --git a/php/Pkgfile b/php/Pkgfile index 0945b0164..9a36bdd74 100644 --- a/php/Pkgfile +++ b/php/Pkgfile @@ -4,7 +4,7 @@ # Depends on: readline libpcre libxml2 curl db gdbm xz name=php -version=5.6.21 +version=5.6.22 release=1 source=(http://php.net/distributions/php-$version.tar.xz)