OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 25-Dec-2008 18:24:35 Branch: HEAD Handle: 2008122517243500 Modified files: openpkg-src/apache-suphp apache-suphp.patch apache-suphp.spec Log: upgrading package: apache-suphp 0.6.3 -> 0.7.0 Summary: Revision Changes Path 1.2 +5 -16 openpkg-src/apache-suphp/apache-suphp.patch 1.5 +2 -2 openpkg-src/apache-suphp/apache-suphp.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/apache-suphp/apache-suphp.patch ============================================================================ $ cvs diff -u -r1.1 -r1.2 apache-suphp.patch --- openpkg-src/apache-suphp/apache-suphp.patch 31 Jul 2007 22:24:36 -0000 1.1 +++ openpkg-src/apache-suphp/apache-suphp.patch 25 Dec 2008 17:24:35 -0000 1.2 @@ -1,6 +1,6 @@ Index: src/Configuration.cpp ---- src/Configuration.cpp.orig 2005-02-27 18:53:05 +0100 -+++ src/Configuration.cpp 2005-09-07 13:31:39 +0200 +--- src/Configuration.cpp.orig 2008-03-29 14:02:36 +0100 ++++ src/Configuration.cpp 2008-12-25 18:19:19 +0100 @@ -21,6 +21,8 @@ #include <string> #include <vector> @@ -22,9 +22,9 @@ #ifdef OPT_APACHE_USER this->webserver_user = OPT_APACHE_USER; #else -Index: src/apache/mod_suphp.c ---- src/apache2/mod_suphp.c.orig Mon Nov 6 01:57:12 2006 -+++ src/apache2/mod_suphp.c Tue Jul 31 22:28:28 2007 +Index: src/apache2/mod_suphp.c +--- src/apache2/mod_suphp.c.orig 2007-03-14 15:50:55 +0100 ++++ src/apache2/mod_suphp.c 2008-12-25 18:19:19 +0100 @@ -111,7 +111,7 @@ #define SUPHP_ENGINE_UNDEFINED 2 @@ -34,14 +34,3 @@ #endif typedef struct { -@@ -321,8 +321,8 @@ - AP_INIT_TAKE2("suPHP_UserGroup", suphp_handle_cmd_user_group, NULL, RSRC_CONF | ACCESS_CONF, - "User and group scripts shall be run as"), - #endif -- AP_INIT_ITERATE("suPHP_AddHandler", suphp_handle_cmd_add_handler, NULL, ACCESS_CONF, "Tells mod_suphp to handle these MIME-types"), -- AP_INIT_ITERATE("suPHP_RemoveHandler", suphp_handle_cmd_remove_handler, NULL, ACCESS_CONF, "Tells mod_suphp not to handle these MIME-types"), -+ AP_INIT_ITERATE("suPHP_AddHandler", suphp_handle_cmd_add_handler, NULL, RSRC_CONF | ACCESS_CONF, "Tells mod_suphp to handle these MIME-types"), -+ AP_INIT_ITERATE("suPHP_RemoveHandler", suphp_handle_cmd_remove_handler, NULL, RSRC_CONF | ACCESS_CONF, "Tells mod_suphp not to handle these MIME-types"), - {NULL} - }; - @@ . patch -p0 <<'@@ .' Index: openpkg-src/apache-suphp/apache-suphp.spec ============================================================================ $ cvs diff -u -r1.4 -r1.5 apache-suphp.spec --- openpkg-src/apache-suphp/apache-suphp.spec 30 Mar 2008 18:50:15 -0000 1.4 +++ openpkg-src/apache-suphp/apache-suphp.spec 25 Dec 2008 17:24:35 -0000 1.5 @@ -31,8 +31,8 @@ Class: EVAL Group: Web License: GPL -Version: 0.6.3 -Release: 20080330 +Version: 0.7.0 +Release: 20081225 # package options %option with_suphp_caller %{l_nusr} @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org