From owner-freebsd-security@FreeBSD.ORG Tue Nov 20 03:08:17 2012 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C3817BB; Tue, 20 Nov 2012 03:08:17 +0000 (UTC) (envelope-from xaque208@gmail.com) Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1C3F58FC08; Tue, 20 Nov 2012 03:08:16 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id kp6so4027350pab.13 for ; Mon, 19 Nov 2012 19:08:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=yQ/TOjNSqILr3aI8+yiBsSVCJK+ZerB5cZceCt9Nrdw=; b=T6qmKhLTinyq2wPBvfimGV4ok9nOeMkrfh1hrMNkbfIoTVCjSHw/8Yasds5/0QMAka tgHgTmrm5cFaR/sq/FMKiec0s8y4fd5X7kf+unqZYTtsE4sGH6b46lhztfpfwfPDOOnZ zYNSJKUwlXrkRvRa/kyqpijWbeLV5cp+mNqq15Jc6VqX+DXtII79yI+wpZrvSTFMp4uU Hd8x4NvnIVidBBcC9Rb+hZp4YHJePj+zuuu6s3qoOoQxxDAyGUWMrWn+csmmO8ZSjPM9 pz9Z/l/NPmbpexamR1Jx7fh/cRJUxIZYYNpUJyHftIuL0DWONPz1qfMqTQvX3CwPQwDL wFmw== Received: by 10.68.83.68 with SMTP id o4mr45518238pby.25.1353380896692; Mon, 19 Nov 2012 19:08:16 -0800 (PST) Received: from localhost (c-67-171-138-28.hsd1.or.comcast.net. [67.171.138.28]) by mx.google.com with ESMTPS id l4sm4470616paw.15.2012.11.19.19.08.14 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 19:08:15 -0800 (PST) Date: Mon, 19 Nov 2012 19:08:13 -0800 From: Zach Leslie To: Alexander Yerenkow Subject: Re: FreeBSD needs Git to ensure repo integrity [was: 2012 incident] Message-ID: <20121120030813.GB38037@zjl.local> References: <20121117221143.41c29ba2@nonamehost> <50AA2A6C.8060604@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "C. P. Ghost" , freebsd-hackers@freebsd.org, Volodymyr Kostyrko , Mehmet Erol Sanliturk , freebsd-security@freebsd.org, Ivan Voras , freebsd-questions@freebsd.org X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2012 03:08:17 -0000 > http://www.fossil-scm.org/ > > I'm not fossil user, but it's BSD licensed in written in C. > Baptise Daroussin probably could tell us more about fossil pro and cons. This misses one of of the main points raised in the original post. The proliferation of git as a revision control system. Also, this particular tool bails out on the unix philosophy, with its web gui, ticket tracker etc. Do one thing. Do it well. -- Zach