From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 02/03: gnu: nghttp2: Update to 1.31.1 [fixes CVE-2018-1000168]. Date: Thu, 12 Apr 2018 14:09:36 -0400 Message-ID: <87d0z4b8kf.fsf@netris.org> References: <20180412174905.23638.55280@vcs0.savannah.gnu.org> <20180412174906.CDFB12052F@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6gg9-0000nl-3c for guix-devel@gnu.org; Thu, 12 Apr 2018 14:10:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f6gg4-0000pS-VF for guix-devel@gnu.org; Thu, 12 Apr 2018 14:10:36 -0400 Received: from world.peace.net ([50.252.239.5]:55694) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f6gg4-0000ol-OV for guix-devel@gnu.org; Thu, 12 Apr 2018 14:10:32 -0400 In-Reply-To: <20180412174906.CDFB12052F@vcs0.savannah.gnu.org> (Marius Bakke's message of "Thu, 12 Apr 2018 13:49:06 -0400 (EDT)") 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: Marius Bakke Cc: guix-devel@gnu.org Hi Marius, mbakke@fastmail.com (Marius Bakke) writes: > mbakke pushed a commit to branch master > in repository guix. > > commit 65bfe30d8a4e930599603f6d835023bbd0dbcb9a > Author: Marius Bakke > Date: Thu Apr 12 19:43:31 2018 +0200 > > gnu: nghttp2: Update to 1.31.1 [fixes CVE-2018-1000168]. > > * gnu/packages/web.scm (nghttp2): Update to 1.31.1. Thank you for this, but it would entail far too many builds to update on the 'master' branch. 'curl' depends on 'nghttp2'. According to 'guix refresh -l', it would require 2839 rebuilds on x86_64. Would you like to fix this with a graft instead? Mark