From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46536) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdFW3-0007jz-Rd for guix-patches@gnu.org; Tue, 18 Jun 2019 10:55:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdFVo-0002AI-Nw for guix-patches@gnu.org; Tue, 18 Jun 2019 10:55:19 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60068) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hdFVl-00026E-PQ for guix-patches@gnu.org; Tue, 18 Jun 2019 10:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hdFVl-0002Kt-Lx for guix-patches@gnu.org; Tue, 18 Jun 2019 10:55:01 -0400 Subject: [bug#36224] [PATCH] gnu: dbus: Fix CVE-2019-12749. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190615115753.31197-1-mbakke@fastmail.com> Date: Tue, 18 Jun 2019 16:54:22 +0200 In-Reply-To: <20190615115753.31197-1-mbakke@fastmail.com> (Marius Bakke's message of "Sat, 15 Jun 2019 13:57:53 +0200") Message-ID: <878stz3pwh.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: 36224@debbugs.gnu.org Hi Marius, Marius Bakke skribis: > * gnu/packages/patches/dbus-CVE-2019-12749.patch: New file. > * gnu/local.mk (dist_patch_DATA): Adjust accordingly. > * gnu/packages/glib.scm (dbus)[replacement]: New field. > (dbus/fixed): New variable. LGTM. Thanks for addressing it! Ludo=E2=80=99.