OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Jan-2005 12:27:03
Branch: HEAD Handle: 2005010211270200
Modified files:
openpkg-src/php php.ini php.spec
Log:
increase security even more
Summary:
Revision Changes Path
1.3 +1 -0 openpkg-src/php/php.ini
1.102 +1 -1 openpkg-src/php/php.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.ini
============================================================================
$ cvs diff -u -r1.2 -r1.3 php.ini
--- openpkg-src/php/php.ini 30 Nov 2004 21:07:09 -0000 1.2
+++ openpkg-src/php/php.ini 2 Jan 2005 11:27:02 -0000 1.3
@@ -8,6 +8,7 @@
register_globals = off ; Global variables are no longer registered for
input data
safe_mode = on ; Enable Safe Mode (file UID comparisons)
safe_mode_gid = off ; Whether to relax Safe Mode to file GID
comparisons
+allow_url_fopen = off ; Disable the opening of remote URLs
display_errors = off ; Errors will NOT be displayed
log_errors = on ; Errors will be logged
max_execution_time = 60 ; Maximum execution time of each script, in
seconds
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.spec
============================================================================
$ cvs diff -u -r1.101 -r1.102 php.spec
--- openpkg-src/php/php.spec 1 Jan 2005 10:53:51 -0000 1.101
+++ openpkg-src/php/php.spec 2 Jan 2005 11:27:02 -0000 1.102
@@ -38,7 +38,7 @@
Group: Language
License: PHP
Version: %{V_php}
-Release: 20041223
+Release: 20050102
# package options
%option with_bc no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]