From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1B2D-0003Au-V8 for guix-patches@gnu.org; Thu, 20 Apr 2017 08:18:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1B2B-0001Gf-FB for guix-patches@gnu.org; Thu, 20 Apr 2017 08:18:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59869) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d1B2B-0001GZ-BV for guix-patches@gnu.org; Thu, 20 Apr 2017 08:18:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d1B2B-0002eH-4N for guix-patches@gnu.org; Thu, 20 Apr 2017 08:18:03 -0400 Subject: bug#26571: [PATCH 1/1] gnu: icu4c: Fix CVE-2017-{7867,7868}. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: Date: Thu, 20 Apr 2017 14:16:49 +0200 In-Reply-To: (Leo Famulari's message of "Wed, 19 Apr 2017 19:52:13 -0400") Message-ID: <8737d31dfy.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: Leo Famulari Cc: 26571@debbugs.gnu.org Leo Famulari skribis: > * gnu/packages/patches/icu4c-CVE-2017-7867-CVE-2017-7868.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/icu4c.scm (icu4c/fixed)[source]: Use it. LGTM. Thank you! Ludo=E2=80=99.