From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: kdesu security update needed Date: Mon, 3 Oct 2016 17:47:25 -0400 Message-ID: <20161003214725.GA28207@jasmine> References: <20160929152353.GA6330@jasmine> <20160929204932.GA25044@jasmine> <87eg40i7nq.fsf@gnu.org> <20161001163757.GC1499@jasmine> <87eg3xnmhb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brB5M-0006PQ-Mp for guix-devel@gnu.org; Mon, 03 Oct 2016 17:47:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brB5I-0004MA-MB for guix-devel@gnu.org; Mon, 03 Oct 2016 17:47:44 -0400 Content-Disposition: inline In-Reply-To: <87eg3xnmhb.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel On Mon, Oct 03, 2016 at 11:36:48PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > On Sat, Oct 01, 2016 at 02:19:05PM +0200, Ludovic Courtès wrote: > >> Leo Famulari skribis: > >> > An aside, the CVE linter gives false positives for grafted packages. For > >> > example, try `guix lint -c cve openssl@1.0`. > >> > >> That’s been annoying me for some time so I’d like to see if we can > >> improve grafting in a way that would allow us to use a different version > >> number in the package replacement, which in turn would allow ‘guix lint’ > >> to see the right version number of the replacement. > > > > That would be nice. The current situation (with misleading package > > versions) is a huge improvement over what we had before, but I think > > that users should not need to understand the implementation details of > > grafting to determine the version of packages. > > > > I always figured this quirky limitation was a side-effect of rushing to > > implement recursive grafting before OpenSSL 1.0.2g was released. > > Done in commit 57bdd79e485801ccf405ca7389bd099809fe5d67! And with > 9bee2bd1b02c7ef91cc7232e8647bd07525d3382, ‘guix lint -c cve openssl@1.0’ > reports the right thing (zero known CVEs). Awesome :)