From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1enswp-0005hE-1f for guix-patches@gnu.org; Mon, 19 Feb 2018 16:26:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1enswl-0007or-Nt for guix-patches@gnu.org; Mon, 19 Feb 2018 16:26:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43844) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1enswl-0007oW-KJ for guix-patches@gnu.org; Mon, 19 Feb 2018 16:26:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1enswj-0002rC-Jg for guix-patches@gnu.org; Mon, 19 Feb 2018 16:26:03 -0500 Subject: [bug#30493] [PATCH] gnu: freetype: Fix CVE-2018-6942. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180216212951.23088-1-mbakke@fastmail.com> Date: Mon, 19 Feb 2018 22:25:00 +0100 In-Reply-To: <20180216212951.23088-1-mbakke@fastmail.com> (Marius Bakke's message of "Fri, 16 Feb 2018 22:29:51 +0100") Message-ID: <87d110ekpf.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: 30493@debbugs.gnu.org Marius Bakke skribis: > * gnu/packages/patches/freetype-CVE-2018-6942.patch: New file. > * gnu/local.mk (dist_patch_DATA): Register it. > * gnu/packages/fontutils.scm (freetype)[replacement]: New field. > (freetype/fixed): New variable. LGTM, thanks! Ludo'.