From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B14EA138350 for ; Wed, 8 Apr 2020 18:41:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BBC2E0985; Wed, 8 Apr 2020 18:41:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53E32E0985 for ; Wed, 8 Apr 2020 18:41:00 +0000 (UTC) Received: from professor-x (d108-172-193-125.bchsia.telus.net [108.172.193.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 2E6F034EF9E for ; Wed, 8 Apr 2020 18:40:59 +0000 (UTC) Date: Wed, 8 Apr 2020 11:40:48 -0700 From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH 1/5] targets: Drop SHA512 isoroot verification support Message-ID: <20200408114048.52f8fc1c@professor-x> In-Reply-To: References: <20200408032753.105267-1-mattst88@gentoo.org> <20200408091330.73b6ebf1@professor-x> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 8266dcd9-28c9-4a3b-86db-4231b9bcf9ac X-Archives-Hash: bc483591f10edcd6c71772b36b79c8c6 On Wed, 8 Apr 2020 10:51:41 -0700 Matt Turner wrote: > On Wed, Apr 8, 2020 at 9:13 AM Brian Dolbec wrote: > > I know I've been out of touch for almost the last year, but why > > remove sha512? the current code it is optional for either of the > > two or both. > > > > What is gentoo now supplying primarily? > > > > If any change is to be made, I think it should be made as a plugin > > so the base code doesn't need to be changed as things change to the > > checksum of the day... > > releng.git does not use this functionality at all -- it was added by > Rick for Pentoo, and Pentoo is now using only blake2. > > I'd like to remove it because catalyst is already a monstrosity of > unnecessary and unused functionality. > > I'm happy to just fork catalyst if others want it to remain this way. > No, don't fork it. If a plugin system is ever added for this, it'll be easy to create the plugin of choice.