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:28:28
Branch: HEAD Handle: 2005010211282700
Modified files:
openpkg-src/apache apache.spec php.ini
Log:
increase security even more
Summary:
Revision Changes Path
1.283 +1 -1 openpkg-src/apache/apache.spec
1.3 +1 -0 openpkg-src/apache/php.ini
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.282 -r1.283 apache.spec
--- openpkg-src/apache/apache.spec 1 Jan 2005 10:47:47 -0000 1.282
+++ openpkg-src/apache/apache.spec 2 Jan 2005 11:28:27 -0000 1.283
@@ -66,7 +66,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20041223
+Release: 20050102
# package options (suexec related)
%option with_suexec yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/apache/php.ini
============================================================================
$ cvs diff -u -r1.2 -r1.3 php.ini
--- openpkg-src/apache/php.ini 30 Nov 2004 21:08:25 -0000 1.2
+++ openpkg-src/apache/php.ini 2 Jan 2005 11:28:27 -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
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]