From 53b73defbe84328550e75d6b00e424c4e4f5d830 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 29 Mar 2015 07:38:45 +0200 Subject: [PATCH] php: update to 5.6.7. Add /srv/httpd open_basedir in php.ini, close #1091. --- srcpkgs/php/patches/php.ini.patch | 2 +- srcpkgs/php/template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/php/patches/php.ini.patch b/srcpkgs/php/patches/php.ini.patch index bfc26324c7..11dd9c7e44 100644 --- a/srcpkgs/php/patches/php.ini.patch +++ b/srcpkgs/php/patches/php.ini.patch @@ -5,7 +5,7 @@ ; *NOT* affected by whether Safe Mode is turned On or Off. ; http://php.net/open-basedir -;open_basedir = -+open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/ ++open_basedir = /srv/http/:/srv/httpd/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/ ; This directive allows you to disable certain functions for security reasons. ; It receives a comma-delimited list of function names. This directive is diff --git a/srcpkgs/php/template b/srcpkgs/php/template index 7518f554f1..31567ee192 100644 --- a/srcpkgs/php/template +++ b/srcpkgs/php/template @@ -1,7 +1,7 @@ # Template build file for 'php' pkgname=php -version=5.6.6 -revision=2 +version=5.6.7 +revision=1 short_desc="An HTML-embedded scripting language" license="PHP" homepage="http://www.php.net" @@ -15,7 +15,7 @@ makedepends="postgresql-libs-devel libldap-devel libvpx-devel sqlite-devel readline-devel libmysqlclient-devel $(vopt_if systemd systemd-devel)" conf_files="/etc/php/php.ini" distfiles="http://www.php.net/distributions/php-${version}.tar.gz" -checksum=164fb27bab0a0ca4902bc67d5f5638e43466c88153aee3b54546d8ec682ec03b +checksum=11398540a582c876f5e070207231afde975eb49bb2eeae20b052e8ca325c0f47 # Package build options build_options="systemd"