From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsPQR-00077b-Us for guix-patches@gnu.org; Thu, 14 Sep 2017 04:23:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsPQN-0005kW-75 for guix-patches@gnu.org; Thu, 14 Sep 2017 04:23:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59133) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dsPQN-0005k7-2y for guix-patches@gnu.org; Thu, 14 Sep 2017 04:23:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dsPQM-0005zq-QN for guix-patches@gnu.org; Thu, 14 Sep 2017 04:23:02 -0400 Subject: [bug#28447] [PATCH] gnu: bluez: Fix CVE-2017-1000250. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170913154425.3647-1-mbakke@fastmail.com> Date: Thu, 14 Sep 2017 10:22:00 +0200 In-Reply-To: <20170913154425.3647-1-mbakke@fastmail.com> (Marius Bakke's message of "Wed, 13 Sep 2017 17:44:25 +0200") Message-ID: <87zi9xbsgn.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: Mark H Weaver , 28447-done@debbugs.gnu.org Hi Marius, Marius Bakke skribis: > * gnu/packages/linux.scm (%bluez-CVE-2017-1000250.patch): New variable. > (bluez)[replacement]: New field. > (bluez/fixed): New variable. Mark beat you at it: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D27236a43486b8fbb9= d55d533e558165bab07d020 The only difference I can see is that Mark included the patch in the repo. Maybe we should coordinate for security fixes via IRC or something. :-) Thanks to both of you! Ludo=E2=80=99.