SPECS: php-pear-PEAR.spec - -d open_basedir="" as upstream

glen glen at pld-linux.org
Wed Mar 1 11:09:07 CET 2006


Author: glen                         Date: Wed Mar  1 10:09:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- -d open_basedir="" as upstream

---- Files affected:
SPECS:
   php-pear-PEAR.spec (1.101 -> 1.102) 

---- Diffs:

================================================================
Index: SPECS/php-pear-PEAR.spec
diff -u SPECS/php-pear-PEAR.spec:1.101 SPECS/php-pear-PEAR.spec:1.102
--- SPECS/php-pear-PEAR.spec:1.101	Tue Feb 28 15:05:33 2006
+++ SPECS/php-pear-PEAR.spec	Wed Mar  1 11:09:01 2006
@@ -136,11 +136,11 @@
 %define php_exec exec /usr/bin/php -dinclude_path=%{php_pear_dir} -doutput_buffering=1
 cat > $RPM_BUILD_ROOT%{_bindir}/pear <<'EOF'
 #!/bin/sh
-%php_exec -dmemory_limit=24M %{php_pear_dir}/pearcmd.php "$@"
+%php_exec -dopen_basedir="" -dmemory_limit=24M %{php_pear_dir}/pearcmd.php "$@"
 EOF
 cat > $RPM_BUILD_ROOT%{_bindir}/peardev <<'EOF'
 #!/bin/sh
-%php_exec -dmemory_limit=-1 %{php_pear_dir}/pearcmd.php "$@"
+%php_exec -dopen_basedir="" -dmemory_limit=-1 %{php_pear_dir}/pearcmd.php "$@"
 EOF
 # This -dextension=pcre.so works with php-5.1, and patched php-cli >= 4:5.0.5-18.1, php4-cli >= 3:4.4.1-6.1
 # -n is there because devs on #pear said this avoids locking problems when replacing in use libraries.
@@ -206,6 +206,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.102  2006/03/01 10:09:01  glen
+- -d open_basedir="" as upstream
+
 Revision 1.101  2006/02/28 14:05:33  glen
 - 1.4.7
 - package channel files as %ghost
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php-pear-PEAR.spec?r1=1.101&r2=1.102&f=u



More information about the pld-cvs-commit mailing list