From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1edulO-00053F-Tp for guix-patches@gnu.org; Tue, 23 Jan 2018 04:21:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1edulK-0007eY-0A for guix-patches@gnu.org; Tue, 23 Jan 2018 04:21:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59346) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1edulJ-0007eT-ST for guix-patches@gnu.org; Tue, 23 Jan 2018 04:21:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1edulJ-0005Q3-Ld for guix-patches@gnu.org; Tue, 23 Jan 2018 04:21:01 -0500 Subject: [bug#30180] [PATCH] gnu: libsndfile: Fix CVE-2017-12562. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <4ce9653c4e8ec4b70e53d2608a2551bb0831c1d0.1516414012.git.leo@famulari.name> Date: Tue, 23 Jan 2018 10:20:26 +0100 In-Reply-To: <4ce9653c4e8ec4b70e53d2608a2551bb0831c1d0.1516414012.git.leo@famulari.name> (Leo Famulari's message of "Fri, 19 Jan 2018 18:07:45 -0800") Message-ID: <87372x7wyt.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: 30180@debbugs.gnu.org Leo Famulari skribis: > I'd like to ungraft this on core-updates, even though it's late in the > core-updates cycle. Changing libsndfile requires only ~600 rebuilds per > architecture. > > * gnu/packages/patches/libsndfile-CVE-2017-12562.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/pulseaudio.scm (libsndfile)[replacement]: New field. > (libsndfile/fixed): New variable. The patch LGTM! As for ungrafting, I=E2=80=99ll let you judge. I would really like to merge that branch soon, but I haven=E2=80=99t checked in status over the last cou= ple of days. Thanks you, Ludo=E2=80=99.