From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQc4z-0007aC-5X for guix-patches@gnu.org; Thu, 29 Jun 2017 12:14:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQc4v-0000gJ-VS for guix-patches@gnu.org; Thu, 29 Jun 2017 12:14:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42164) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dQc4v-0000g9-S4 for guix-patches@gnu.org; Thu, 29 Jun 2017 12:14:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dQc4v-0000BZ-Lh for guix-patches@gnu.org; Thu, 29 Jun 2017 12:14:01 -0400 Subject: [bug#27524] [PATCH] gnu: poppler: Fix CVE-2017-{9775,9776}. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <3a94d64e80c9ddc69ce334ad823a7dbd7ec7fd8f.1498720891.git.leo@famulari.name> Date: Thu, 29 Jun 2017 18:13:03 +0200 In-Reply-To: <3a94d64e80c9ddc69ce334ad823a7dbd7ec7fd8f.1498720891.git.leo@famulari.name> (Leo Famulari's message of "Thu, 29 Jun 2017 03:21:31 -0400") Message-ID: <87k23ulqls.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: 27524@debbugs.gnu.org Leo Famulari skribis: > * gnu/packages/pdf.scm (poppler)[replacement]: New field. > (poppler-0.56.0): New variable. > (poppler-qt4, poppler-qt5): Use 'package/inherit'. LGTM! I assume 0.52.0 and 0.56.0 are ABI-compatible. Thanks, Ludo=E2=80=99.