From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/1] gnu: cyrus-sasl: Fix CVE-2013-4122. Date: Sat, 26 Nov 2016 15:08:26 -0500 Message-ID: <20161126200826.GA13521@jasmine> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAjH0-0003F1-Kx for guix-devel@gnu.org; Sat, 26 Nov 2016 15:08:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAjGw-00028M-8q for guix-devel@gnu.org; Sat, 26 Nov 2016 15:08:34 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:33767) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cAjGw-00028H-4X for guix-devel@gnu.org; Sat, 26 Nov 2016 15:08:30 -0500 Received: from localhost (ec2-52-4-46-6.compute-1.amazonaws.com [52.4.46.6]) by mail.messagingengine.com (Postfix) with ESMTPA id 7D12D24598 for ; Sat, 26 Nov 2016 15:08:29 -0500 (EST) Content-Disposition: inline In-Reply-To: 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: guix-devel@gnu.org On Sat, Nov 26, 2016 at 03:03:46PM -0500, Leo Famulari wrote: > * gnu/packages/patches/cyrus-sasl-CVE-2013-4122.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/cyrus-sasl.scm (cyrus-sasl)[replacement]: New field. > (cyrus-sasl/fixed): New variable. > [source]: Use patch. > diff --git a/gnu/packages/patches/cyrus-sasl-CVE-2013-4122.patch b/gnu/packages/patches/cyrus-sasl-CVE-2013-4122.patch > new file mode 100644 > index 0000000..4e79947 > --- /dev/null > +++ b/gnu/packages/patches/cyrus-sasl-CVE-2013-4122.patch > @@ -0,0 +1,130 @@ > +Fix CVE-2013-4122. > + > +https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4122 > + > +Upstream patch: > +https://cgit.cyrus.foundation/cyrus-sasl/patch/?id=dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d I forgot to update this URL to the new repo: https://github.com/cyrusimap/cyrus-sasl/commit/dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d I can't reach the cyrus.foundation repo.