From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7qsg-0008GC-Aw for guix-patches@gnu.org; Thu, 26 Oct 2017 18:44:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e7qsd-0006ea-8v for guix-patches@gnu.org; Thu, 26 Oct 2017 18:44:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55261) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e7qsd-0006eS-4i for guix-patches@gnu.org; Thu, 26 Oct 2017 18:44:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e7qsc-0001N3-UU for guix-patches@gnu.org; Thu, 26 Oct 2017 18:44:02 -0400 Subject: [bug#29019] [PATCH] gnu: exiv2: Add upstream security fixes. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171026214506.25448-1-mbakke@fastmail.com> Date: Thu, 26 Oct 2017 15:42:56 -0700 In-Reply-To: <20171026214506.25448-1-mbakke@fastmail.com> (Marius Bakke's message of "Thu, 26 Oct 2017 23:45:06 +0200") Message-ID: <87she5cyz3.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: 29019@debbugs.gnu.org Marius Bakke skribis: > Fixes CVE-2017-14859, CVE-2017-14860, CVE-2017-14862 and CVE-2017-14864. > > * gnu/packages/patches/exiv2-CVE-2017-14859-14862-14864.patch, > gnu/packages/patches/exiv2-CVE-2017-14860.patch: New files. > * gnu/local.mk (dist_patch_DATA): Register them. > * gnu/packages/image.scm (exiv2)[source]: Use them. Looks reasonable to me, thank you! Ludo=E2=80=99.