From 088b8f175ec03179acc66f43f3ae71c0d6cbdaaf Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Mon, 20 Dec 2010 09:49:22 +0000 Subject: [PATCH] version up * curl-7.21.3 * git-1.7.3.4 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41532 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/software-profiles/curl.cfg | 5 +++-- buildout/software-profiles/git.cfg | 7 +++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/buildout/software-profiles/curl.cfg b/buildout/software-profiles/curl.cfg index 26614152f3..85d336a9f2 100644 --- a/buildout/software-profiles/curl.cfg +++ b/buildout/software-profiles/curl.cfg @@ -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 diff --git a/buildout/software-profiles/git.cfg b/buildout/software-profiles/git.cfg index 9f40601a93..805d89e184 100644 --- a/buildout/software-profiles/git.cfg +++ b/buildout/software-profiles/git.cfg @@ -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} -- 2.30.9