[Erp5-report] r41532 kazuhiko - in /erp5/trunk/buildout/software-profiles: curl.cfg git.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Dec 20 10:49:22 CET 2010


Author: kazuhiko
Date: Mon Dec 20 10:49:22 2010
New Revision: 41532

URL: http://svn.erp5.org?rev=41532&view=rev
Log:
version up
* curl-7.21.3
* git-1.7.3.4

Modified:
    erp5/trunk/buildout/software-profiles/curl.cfg
    erp5/trunk/buildout/software-profiles/git.cfg

Modified: erp5/trunk/buildout/software-profiles/curl.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/curl.cfg?rev=41532&r1=41531&r2=41532&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/curl.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/curl.cfg [utf8] Mon Dec 20 10:49:22 2010
@@ -1,4 +1,5 @@
 # libcurl - the multiprotocol file transfer library
+# http://curl.haxx.se/
 
 [buildout]
 extends =
@@ -9,8 +10,8 @@ parts =
 
 [curl]
 recipe = hexagonit.recipe.cmmi
-url = http://curl.haxx.se/download/curl-7.21.2.tar.bz2
-md5sum = ca96df88e044c7c25d19692ec8b250b2
+url = http://curl.haxx.se/download/curl-7.21.3.tar.bz2
+md5sum = 5b57fee22090b5c43a6886fdd35af2ce
 configure-options =
   --disable-ldap
   --disable-ldaps

Modified: erp5/trunk/buildout/software-profiles/git.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/git.cfg?rev=41532&r1=41531&r2=41532&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/git.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/git.cfg [utf8] Mon Dec 20 10:49:22 2010
@@ -1,3 +1,6 @@
+# git - a distributed version control system with speed and efficiency
+# http://git-scm.com/
+
 [buildout]
 extends =
   ../software-profiles/curl.cfg
@@ -9,8 +12,8 @@ parts =
 
 [git]
 recipe = hexagonit.recipe.cmmi
-url = http://kernel.org/pub/software/scm/git/git-1.7.3.2.tar.bz2
-md5sum = 902f7f07a789fedc0d2ac03656b85969
+url = http://kernel.org/pub/software/scm/git/git-1.7.3.4.tar.bz2
+md5sum = 3a2602016f98c529cda7b9fad1a6e216
 configure-options =
   --with-curl=${curl:location}
   --with-openssl=${openssl:location}



More information about the Erp5-report mailing list