OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Jan-2008 12:18:36
Branch: HEAD Handle: 2008010211183400
Modified files:
openpkg-src/wordpress wordpress-apache.conf wordpress.spec
Log:
Wordpress usually always wants to use apache-extfwd for spam
prevention
Summary:
Revision Changes Path
1.12 +3 -0 openpkg-src/wordpress/wordpress-apache.conf
1.57 +2 -1 openpkg-src/wordpress/wordpress.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/wordpress/wordpress-apache.conf
============================================================================
$ cvs diff -u -r1.11 -r1.12 wordpress-apache.conf
--- openpkg-src/wordpress/wordpress-apache.conf 30 Dec 2007 11:59:07
-0000 1.11
+++ openpkg-src/wordpress/wordpress-apache.conf 2 Jan 2008 11:18:34
-0000 1.12
@@ -18,6 +18,9 @@
# include apache-php
Include @l_prefix@/etc/apache/apache.d/apache-php.conf
+# include apache-extfwd
+Include @l_prefix@/etc/apache/apache.d/apache-extfwd.conf
+
# server behaviour
Timeout 300
KeepAlive on
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/wordpress/wordpress.spec
============================================================================
$ cvs diff -u -r1.56 -r1.57 wordpress.spec
--- openpkg-src/wordpress/wordpress.spec 1 Jan 2008 15:07:12 -0000
1.56
+++ openpkg-src/wordpress/wordpress.spec 2 Jan 2008 11:18:34 -0000
1.57
@@ -44,7 +44,7 @@
Group: CMS
License: GPL
Version: %{V_wordpress}
-Release: 20080101
+Release: 20080102
# list of sources
Source0: http://wordpress.org/wordpress-%{V_wordpress}.tar.gz
@@ -74,6 +74,7 @@
PreReq: apache-php::with_mysql = yes
PreReq: apache-php::with_pcre = yes
PreReq: apache-php::with_sendmail = yes
+PreReq: apache-extfwd
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]