From owner-svn-ports-branches@freebsd.org Thu Aug 24 08:17:24 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90C2EDD93F8; Thu, 24 Aug 2017 08:17:24 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 564BA6ED5F; Thu, 24 Aug 2017 08:17:23 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id 1F70B1AAF068; Thu, 24 Aug 2017 10:17:21 +0200 (CEST) Subject: Re: svn commit: r448270 - branches/2017Q3/devel/git To: Mark Felder , Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org, Jan Beich References: <201708182012.v7IKCDAU008546@repo.freebsd.org> <3c210e9f-145e-a434-6fb3-eb4bf8814c06@passap.ru> <1503090809.2638339.1078004064.204EA724@webmail.messagingengine.com> <1bac87e2-8340-5c6b-cfc0-4d10996f10ab@toco-domains.de> <1503322271.1836201.1080028056.0852AC68@webmail.messagingengine.com> From: Torsten Zuehlsdorff Message-ID: <3d7ceb58-20da-8114-e267-97970061a5e5@toco-domains.de> Date: Thu, 24 Aug 2017 10:17:12 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1503322271.1836201.1080028056.0852AC68@webmail.messagingengine.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2017 08:17:24 -0000 Aloha, >>>> 18.08.2017 23:12, Mark Felder пишет: >>>>> -DISTVERSION= 2.14.1 >>>>> +DISTVERSION= 2.13.2 >>>> >>>> PORTEPOCH bump? >>>> >>>> >>> >>> Unfortunately you can't do a PORTEPOCH bump in a quarterly branch unless >>> you do it in HEAD as well or it will break upgrades in the future. >>> >>> This was intentionally reverted without a PORTREVISION bump due to the >>> following factors: >>> >>> 1) The 2.14.x update to git breaks devel/git-cinnabar as reported by >>> jbeich@. It should not have been merged to quarterly but there was a >>> miscommunication. >>> 2) Quarterly branches are 99% of the time (fake but plausible statistic >>> I made up) consumed as packages only >>> 3) This package has not yet hit our mirrors. Last package set build was >>> on 448018 >>> >>> I expect nobody to notice. [..] >> >> At least www/gitlab is now broken again - the first think i noticed >> today. ;) >> >> Since gitlab is broken (and the least working version has security >> issues): is there any plan to fix git in quarterly? >> >> Greetings, >> Torsten >> > > Can you provide more details? devel/git in 2017Q3 is intentionally at > 2.13.5 to prevent breakage with devel/git-cinnabar. If you mean to tell > me that the only patched/secured versions of www/gitlab work with > devel/git 2.14 we have a problem... Thats right, but gitlab has a DEPENDS to git 2.14. As far as i read the log/code correct it should work with 2.13.5. But therefore the DEPENDS need a change. Greetings, Torsten