From 448989110d142743495b5c6558f256f23f86a2f1 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 16 Aug 2013 10:13:29 +0200 Subject: [PATCH] [notify] php: update to 5.4.18 Includes security fixes for CVE-2013-4113 and CVE-2013-4073, see http://www.php.net/ChangeLog-5.php#5.4.18 --- php/.footprint | 2 ++ php/.md5sum | 2 +- php/Pkgfile | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/php/.footprint b/php/.footprint index 2899583ba..31cb94d6e 100644 --- a/php/.footprint +++ b/php/.footprint @@ -309,6 +309,8 @@ drwxr-xr-x root/root usr/lib/php/extensions/ -rwxr-xr-x root/root usr/lib/php/extensions/zip.so drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/phar.1.gz +-rw-r--r-- root/root usr/man/man1/phar.phar.1.gz -rw-r--r-- root/root usr/man/man1/php-config.1.gz -rw-r--r-- root/root usr/man/man1/php.1.gz -rw-r--r-- root/root usr/man/man1/phpize.1.gz diff --git a/php/.md5sum b/php/.md5sum index 8e1ae6b04..671d6e125 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -1e027e99e2a874310fd518e87e3947af php-5.4.17.tar.bz2 +b2e185b46b22a48a385cf21a0dc76e65 php-5.4.18.tar.bz2 diff --git a/php/Pkgfile b/php/Pkgfile index 48004524e..0be43b04a 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.17 +version=5.4.18 release=1 source=(http://www.php.net/distributions/php-$version.tar.bz2)