[Erp5-report] r39399 kazuhiko - /erp5/trunk/buildout/software-profiles/apache.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 20 16:17:31 CEST 2010


Author: kazuhiko
Date: Wed Oct 20 16:17:30 2010
New Revision: 39399

URL: http://svn.erp5.org?rev=39399&view=rev
Log:
apache httpd 2.2.17, that contains apr-util 1.3.10 having security fixes. build with '--with-included-apr' option so that we use it explicitly.

Modified:
    erp5/trunk/buildout/software-profiles/apache.cfg

Modified: erp5/trunk/buildout/software-profiles/apache.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/apache.cfg?rev=39399&r1=39398&r2=39399&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/apache.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/apache.cfg [utf8] Wed Oct 20 16:17:30 2010
@@ -4,8 +4,8 @@ parts = apache
 [apache]
 # inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/
 recipe = hexagonit.recipe.cmmi
-url = http://apache.multidist.com/httpd/httpd-2.2.16.tar.gz
-md5sum = 7f33f2c8b213ad758c009ae46d2795ed
+url = http://apache.multidist.com/httpd/httpd-2.2.17.tar.bz2
+md5sum = 16eadc59ea6b38af33874d300973202e
 configure-options = --enable-authn-alias
                     --enable-bucketeer
                     --enable-cache
@@ -30,3 +30,4 @@ configure-options = --enable-authn-alias
                     --enable-proxy-scgi
                     --enable-so
                     --enable-ssl
+                    --with-included-apr




More information about the Erp5-report mailing list