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 openpkg-web Date: 22-Sep-2003 13:45:29
Branch: HEAD Handle: 2003092212452702
Modified files:
openpkg-src/apache apache.base apache.spec
openpkg-web news.txt
Log:
provide env also to .pl, the default extension of mod_perl CGIs
Summary:
Revision Changes Path
1.9 +1 -1 openpkg-src/apache/apache.base
1.170 +1 -1 openpkg-src/apache/apache.spec
1.6679 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.base
============================================================================
$ cvs diff -u -r1.8 -r1.9 apache.base
--- openpkg-src/apache/apache.base 10 Sep 2003 12:04:14 -0000 1.8
+++ openpkg-src/apache/apache.base 22 Sep 2003 11:45:29 -0000 1.9
@@ -207,7 +207,7 @@
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
- <Files ~ "\.(cgi|shtml|phtml|php?)$">
+ <Files ~ "\.(cgi|shtml|pl|phtml|php?)$">
SSLOptions +StdEnvVars
</Files>
<Directory "@l_prefix@/cgi">
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.169 -r1.170 apache.spec
--- openpkg-src/apache/apache.spec 16 Sep 2003 09:35:26 -0000 1.169
+++ openpkg-src/apache/apache.spec 22 Sep 2003 11:45:29 -0000 1.170
@@ -60,7 +60,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20030916
+Release: 20030922
# package options (suexec related)
%option with_suexec yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6678 -r1.6679 news.txt
--- openpkg-web/news.txt 22 Sep 2003 11:13:03 -0000 1.6678
+++ openpkg-web/news.txt 22 Sep 2003 11:45:27 -0000 1.6679
@@ -1,3 +1,4 @@
+22-Sep-2003: Upgraded package: P<apache-1.3.28-20030922>
22-Sep-2003: Upgraded package: P<imapd-2.1.15-20030922>
22-Sep-2003: Upgraded package: P<cpu-1.4.1-20030922>
22-Sep-2003: Upgraded package: P<pgadmin-0.9.3.20030922-20030922>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]