ports/opt (3.2): [notify] php: update to 5.6.17
commit 327259f0ef25aaf5cb2fcb54cad761c1a3065fe4 Author: Juergen Daubert <jue@jue.li> Date: Fri Jan 8 16:00:26 2016 +0100 [notify] php: update to 5.6.17 Security update, see - http://news.php.net/php.announce/171 - http://www.php.net/ChangeLog-5.php#5.5.31 diff --git a/php/.footprint b/php/.footprint index d161616..953bba6 100644 --- a/php/.footprint +++ b/php/.footprint @@ -316,11 +316,11 @@ drwxr-xr-x root/root usr/lib/php/extensions/ -rwxr-xr-x root/root usr/lib/php/extensions/opcache.so -rwxr-xr-x root/root usr/lib/php/extensions/openssl.so -rwxr-xr-x root/root usr/lib/php/extensions/zip.so -drwxr-xr-x root/root usr/php/ -drwxr-xr-x root/root usr/php/man/ -drwxr-xr-x root/root usr/php/man/man1/ --rw-r--r-- root/root usr/php/man/man1/phar.1.gz --rw-r--r-- root/root usr/php/man/man1/phar.phar.1.gz --rw-r--r-- root/root usr/php/man/man1/php-config.1.gz --rw-r--r-- root/root usr/php/man/man1/php.1.gz --rw-r--r-- root/root usr/php/man/man1/phpize.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/phar.1.gz +-rw-r--r-- root/root usr/share/man/man1/phar.phar.1.gz +-rw-r--r-- root/root usr/share/man/man1/php-config.1.gz +-rw-r--r-- root/root usr/share/man/man1/php.1.gz +-rw-r--r-- root/root usr/share/man/man1/phpize.1.gz diff --git a/php/.md5sum b/php/.md5sum index 7309611..91d9d07 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -3f1d999ed1f9cb5713c9a0161c557f2f php-5.6.16.tar.xz +5e080e4b7df5db24f1b64313f8114bd8 php-5.6.17.tar.xz diff --git a/php/Pkgfile b/php/Pkgfile index ce0a25a..f21e022 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.16 +version=5.6.17 release=1 source=(http://php.net/distributions/php-$version.tar.xz) @@ -12,7 +12,7 @@ build () { cd php-$version local PHP_CONFIG=" - --prefix=/usr \ + --prefix=/usr --mandir=/usr/share/man \ --with-config-file-path=/etc/php \ --with-config-file-scan-dir=/etc/php/conf.d \ --with-zlib \
participants (1)
-
crux@crux.nu