From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 0/1] Curl security update (CVE-2016-0755) Date: Wed, 27 Jan 2016 17:30:58 -0500 Message-ID: <20160127223058.GA14947@jasmine> References: <20160127200345.GA3999@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOYc9-0000im-5S for guix-devel@gnu.org; Wed, 27 Jan 2016 17:31:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOYc4-000313-7t for guix-devel@gnu.org; Wed, 27 Jan 2016 17:31:01 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:58334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOYc3-00030m-Uq for guix-devel@gnu.org; Wed, 27 Jan 2016 17:30:56 -0500 Content-Disposition: inline In-Reply-To: <20160127200345.GA3999@debian> 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@gnu.org On Wed, Jan 27, 2016 at 09:03:45PM +0100, Andreas Enge wrote: > On Wed, Jan 27, 2016 at 01:57:22PM -0500, Leo Famulari wrote: > > This patch updates curl to 7.47.0, fixing CVE-2016-0755 [0][1]. > > Ouch! > > guix refresh -l curl > Building the following 318 packages would ensure 772 dependent packages are rebuilt > > This is about a quarter of all packages. > > > Feel free to apply the patch where appropriate. > > I would suggest the following: Quickly merge core-updates once the packages > on x86_64 are built (there are not many left, and qt-5 did build successfully > sequentially, so this could be done tomorrow), then create a new > security-updates branch with the patch for curl. > > What do you think? Civodul and mark_weaver discussed how best to apply it on #guix. I think the plan is to build it in a branch with tomorrow's OpenSSL security update. > > Andreas >