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: 05-Jun-2009 11:12:37 Branch: HEAD Handle: 2009060510123600 Modified files: openpkg-src/drupal drupal-apache.conf drupal.spec Log: enable compression for cached CSS and JS files Summary: Revision Changes Path 1.13 +6 -0 openpkg-src/drupal/drupal-apache.conf 1.488 +2 -1 openpkg-src/drupal/drupal.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/drupal/drupal-apache.conf ============================================================================ $ cvs diff -u -r1.12 -r1.13 drupal-apache.conf --- openpkg-src/drupal/drupal-apache.conf 23 May 2008 09:09:32 -0000 1.12 +++ openpkg-src/drupal/drupal-apache.conf 5 Jun 2009 09:12:36 -0000 1.13 @@ -105,4 +105,10 @@ RewriteEngine On RewriteBase /drupal </Directory> +<Location /drupal/sites/default/files/js> + SetOutputFilter DEFLATE +</Location> +<Location /drupal/sites/default/files/css> + SetOutputFilter DEFLATE +</Location> @@ . patch -p0 <<'@@ .' Index: openpkg-src/drupal/drupal.spec ============================================================================ $ cvs diff -u -r1.487 -r1.488 drupal.spec --- openpkg-src/drupal/drupal.spec 4 Jun 2009 20:46:45 -0000 1.487 +++ openpkg-src/drupal/drupal.spec 5 Jun 2009 09:12:36 -0000 1.488 @@ -223,7 +223,7 @@ Group: CMS License: GPL Version: %{V_drupal} -Release: 20090604 +Release: 20090605 # package options %option with_mysql yes @@ -437,6 +437,7 @@ PreReq: OpenPKG, openpkg >= 20060823 PreReq: pcre, pcre::with_utf8 PreReq: apache +PreReq: apache::with_mod_deflate = yes PreReq: apache-php PreReq: apache-php::with_ctype = yes PreReq: apache-php::with_gd = yes @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org