[arch-commits] Commit in php/trunk (PKGBUILD php.ini)

Pierre Schmitz pierre at archlinux.org
Mon Jun 30 20:53:26 UTC 2008


    Date: Monday, June 30, 2008 @ 16:53:26
  Author: pierre
Revision: 3767

add /srv/http to open_basedir; prepare for db rebuild

Modified:
  php/trunk/PKGBUILD
  php/trunk/php.ini

----------+
 PKGBUILD |    7 +++----
 php.ini  |    2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-30 20:46:22 UTC (rev 3766)
+++ PKGBUILD	2008-06-30 20:53:26 UTC (rev 3767)
@@ -3,7 +3,7 @@
 
 pkgname=php
 pkgver=5.2.6
-pkgrel=2
+pkgrel=3
 _suhosinver=0.9.6.2
 pkgdesc='A high-level scripting language'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('apache' 'imap' 'postgresql-libs' 'mysql' 'libldap' 'smtp-server' \
              'libpng' 'libjpeg' 'sqlite3' 'unixodbc' 'net-snmp' \
              'libmcrypt' 'tidyhtml' 'aspell' 'libtool' 'freetype2' 'libjpeg' \
-             'curl' 'libxslt' 'pam' 'openssl' 'bzip2' 'gdbm')
+             'curl' 'libxslt' 'pam' 'openssl' 'bzip2' 'gdbm' 'db>=4.7')
 optdepends=('bzip2: bz2' \
             'curl: curl' \
             'gdbm: dba' \
@@ -42,7 +42,7 @@
         'php.ini' 'apache.conf')
 md5sums=('7380ffecebd95c6edb317ef861229ebd'
          'f2ec986341a314c271259dbe4d940858'
-         '7cb9c272fb373ee431f4a808952e0bef'
+         '0ee1dad48f7d67af3d2c78ca6eed68ba'
          '96ca078be6729b665be8a865535a97bf')
 
 build() {
@@ -169,4 +169,4 @@
 	make || return 1
 	install -D -m644 libs/libphp5.so ${pkgdir}/usr/lib/httpd/modules/libphp5.so || return 1
 	install -D -m644 ${srcdir}/apache.conf ${pkgdir}/etc/httpd/conf/extra/php5_module.conf || return 1
-}
\ No newline at end of file
+}

Modified: php.ini
===================================================================
--- php.ini	2008-06-30 20:46:22 UTC (rev 3766)
+++ php.ini	2008-06-30 20:53:26 UTC (rev 3767)
@@ -249,7 +249,7 @@
 ; and below.  This directive makes most sense if used in a per-directory
 ; or per-virtualhost web server configuration file. This directive is
 ; *NOT* affected by whether Safe Mode is turned On or Off.
-open_basedir = /home/:/tmp/:/usr/share/pear/
+open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/
 
 ; This directive allows you to disable certain functions for security reasons.
 ; It receives a comma-delimited list of function names. This directive is





More information about the arch-commits mailing list