From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Handling =?utf-8?B?4oCYZmlsZeKAmQ==?= CVE Date: Thu, 13 Nov 2014 14:17:39 +0100 Message-ID: <87zjbvi6j0.fsf@gnu.org> References: <87389nl6wi.fsf@gnu.org> <20141113130004.GA11650@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XouHT-0001wH-Rz for guix-devel@gnu.org; Thu, 13 Nov 2014 08:17:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XouHN-0007bB-Tb for guix-devel@gnu.org; Thu, 13 Nov 2014 08:17:47 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:54728) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XouHN-0007b7-Mc for guix-devel@gnu.org; Thu, 13 Nov 2014 08:17:41 -0500 In-Reply-To: <20141113130004.GA11650@debian> (Andreas Enge's message of "Thu, 13 Nov 2014 14:00:04 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: Guix-devel Andreas Enge skribis: > On Thu, Nov 13, 2014 at 11:41:17AM +0100, Ludovic Court=C3=A8s wrote: >> Commit 3940c5c makes a replacement for =E2=80=98file=E2=80=99, so that t= he new version >> of file (5.20), which fixes a security vulnerability, is now grafted >> onto packages that are installed. > > From what it looks like on hydra, this triggered a complete rebuild of > everything... It=E2=80=99s a grafting of everything, not a rebuild, so this is expected t= o be much faster as noted in the manual. Still, I agree it=E2=80=99s annoying to see this overhead on Hydra. Ludo=E2=80=99.