From 0533026606ee9b63de39524be38b08e3ddc7f22d Mon Sep 17 00:00:00 2001 From: Kirill Smelkov <kirr@nexedi.com> Date: Mon, 1 Aug 2016 19:41:24 +0300 Subject: [PATCH] =?UTF-8?q?git:=20v=E2=86=91=20=20(2.9.2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2.9.0 -> 2.9.2 is a bugfix release with several fixes: https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.9.1.txt https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.9.2.txt /reviewed-by TrustMe --- component/git/buildout.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/component/git/buildout.cfg b/component/git/buildout.cfg index 86729f1b7..a3a5435e1 100644 --- a/component/git/buildout.cfg +++ b/component/git/buildout.cfg @@ -17,8 +17,8 @@ parts = [git] recipe = slapos.recipe.cmmi -url = https://www.kernel.org/pub/software/scm/git/git-2.9.0.tar.xz -md5sum = 118ef1e3108ef0b858cd13b74395a59c +url = https://www.kernel.org/pub/software/scm/git/git-2.9.2.tar.xz +md5sum = dc5eb7ff2ca4641c6038f51ae49cad0f configure-options = --with-curl=${curl:location} --with-openssl=${openssl:location} -- 2.30.9