[Erp5-report] r39626 kazuhiko - /erp5/trunk/buildout/software-profiles/varnish.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Oct 28 18:02:35 CEST 2010
Author: kazuhiko
Date: Thu Oct 28 18:02:32 2010
New Revision: 39626
URL: http://svn.erp5.org?rev=39626&view=rev
Log:
version up : varnish-2.1.4 with a patch to fix a serious problem with chromium browser.
Modified:
erp5/trunk/buildout/software-profiles/varnish.cfg
Modified: erp5/trunk/buildout/software-profiles/varnish.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/varnish.cfg?rev=39626&r1=39625&r2=39626&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/varnish.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/varnish.cfg [utf8] Thu Oct 28 18:02:32 2010
@@ -14,7 +14,18 @@ recipe = hexagonit.recipe.cmmi
url = http://sourceforge.net/projects/varnish/files/varnish/2.0.6/varnish-2.0.6.tar.gz/download
md5sum = d91dc21c636db61c69b5e8f061c5bb95
+# http://www.varnish-cache.org/trac/ticket/801
+[varnish-2.1.4-r5467-patch]
+recipe = hexagonit.recipe.download
+url = http://www.varnish-cache.org/trac/changeset/5467?format=diff&new=5467
+md5sum = 04a0696239658c87d6acac32f356608e
+filename = changeset_r5467.diff
+download-only = true
+
[varnish-2.1]
recipe = hexagonit.recipe.cmmi
-url = http://www.varnish-software.com/sites/default/files/varnish-2.1.3.tar.gz
-md5sum = 357d99a760de173d841ac37bf2052be8
+url = http://www.varnish-software.com/sites/default/files/varnish-2.1.4.tar.gz
+md5sum = e794a37b6fbb786a083c0946103ae103
+patch-options = -p4
+patches =
+ ${varnish-2.1.4-r5467-patch:location}/${varnish-2.1.4-r5467-patch:filename}
More information about the Erp5-report
mailing list