diff options
author | root <root@rshg054.dnsready.net> | 2013-03-20 00:06:15 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-20 00:06:15 -0700 |
commit | 3cdbec41955c7232e91ef149f77ce9ed215a10fa (patch) | |
tree | fed17e099ae656f291e56a1d4a7be731210b6a09 /extra/php | |
parent | b54c21859be3590a319ceade1f58d0b89ac5ef32 (diff) |
Wed Mar 20 00:06:15 PDT 2013
Diffstat (limited to 'extra/php')
-rw-r--r-- | extra/php/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/php/php-fpm.install | 2 | ||||
-rw-r--r-- | extra/php/php.ini.patch | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/extra/php/PKGBUILD b/extra/php/PKGBUILD index 50e1075ff..850dbaef6 100644 --- a/extra/php/PKGBUILD +++ b/extra/php/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 180086 2013-03-16 08:30:44Z pierre $ +# $Id: PKGBUILD 180290 2013-03-19 19:00:59Z pierre $ # Maintainer: Pierre Schmitz <pierre@archlinux.de> pkgbase=php @@ -22,7 +22,7 @@ pkgname=('php' 'php-tidy' 'php-xsl') pkgver=5.4.13 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('PHP') url='http://www.php.net' @@ -34,7 +34,7 @@ source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2" 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch' 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles') md5sums=('cacd308e978b7cf9ba4993196612ccf7' - '0b0bc7a917fc592bdf11dcd3c5c255e9' + '44c1bb1df346b3b9d3e092c7df9a37d0' 'dec2cbaad64e3abf4f0ec70e1de4e8e9' '5c1f4c967b66ce3eaf819b46951dcbf5' 'e036c721e5ad927cd1613c7475a58b3a' @@ -235,7 +235,7 @@ package_php-apache() { package_php-fpm() { pkgdesc='FastCGI Process Manager for PHP' - depends=('php') + depends=('php' 'systemd') backup=('etc/php/php-fpm.conf') install='php-fpm.install' diff --git a/extra/php/php-fpm.install b/extra/php/php-fpm.install index 41fc37c22..3572a7653 100644 --- a/extra/php/php-fpm.install +++ b/extra/php/php-fpm.install @@ -1,6 +1,6 @@ post_install() { if [[ ! -d run/php-fpm ]]; then - usr/bin/systemd-tmpfiles --create usr/lib/tmpfiles.d/php-fpm.conf + usr/bin/systemd-tmpfiles --create php-fpm.conf fi } diff --git a/extra/php/php.ini.patch b/extra/php/php.ini.patch index bbaae2152..62555d66a 100644 --- a/extra/php/php.ini.patch +++ b/extra/php/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/ ++open_basedir = /srv/http/:/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 |