From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpKUx-0000qT-GH for guix-patches@gnu.org; Thu, 31 Jan 2019 17:07:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpKNO-0004NE-Hu for guix-patches@gnu.org; Thu, 31 Jan 2019 17:00:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54183) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gpKNO-0004M5-CB for guix-patches@gnu.org; Thu, 31 Jan 2019 17:00:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gpKNO-000155-2p for guix-patches@gnu.org; Thu, 31 Jan 2019 17:00:02 -0500 Subject: [bug#34198] [PATCH 1/2] gnu: poppler-qt4: Enable qt4 frontend. Resent-Message-ID: From: Marius Bakke In-Reply-To: <20190125164802.17853-1-dannym@scratchpost.org> References: <20190125164347.17780-1-dannym@scratchpost.org> <20190125164802.17853-1-dannym@scratchpost.org> Date: Thu, 31 Jan 2019 22:59:02 +0100 Message-ID: <87tvho8p5l.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: Danny Milosavljevic , 34198@debbugs.gnu.org --=-=-= Content-Type: text/plain Danny Milosavljevic writes: > * gnu/packages/pdf.scm (poppler-qt4)[version]: Downgrade to 0.61.1. > [source]: Apply CVE patch. > --- > gnu/packages/pdf.scm | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm > index 96c0f9e3a..956e25c6d 100644 > --- a/gnu/packages/pdf.scm > +++ b/gnu/packages/pdf.scm > @@ -174,6 +174,16 @@ When present, Poppler is able to correctly render CJK and Cyrillic text.") > (define-public poppler-qt4 > (package/inherit poppler > (name "poppler-qt4") > + (version "0.61.1") > + (source (origin Since this adds a completely different source I think package/inherit is inappropriate, because we no longer want Poppler grafts applying here. That said, I would rather we abandoned this package, since Qt4 is unmaintained for a really long time now. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlxTb6YACgkQoqBt8qM6 VPrU0wgAlUjSRdbDI3RNSs18Kt0Y1gSv4jQ7Yi6NXIl7Tc8ppvuXaJrwpEn62gT7 wpFnXcM+L+XmzWRS1usB075In6z7HLxdN85yrjluJabX943zeX6GwH66YB22AaMl PtVccBKdaABIelt+hNBdxbkxE1SK5qr/ZLNR8AOQLTyQIc3wFHE0vY7w01CqQ5mr ndKjFDwy+jLr4rx6kVriwEdlDf4E9FuwgjyFjqQ+0ebcfRz2BUzeZxFxkMAiEXmx HTXL9qHgbcmuBWgblHOAr8JXAWkKqhIeSHcEqyVGkQScSfbfKE3jz2g67obP6v85 uCsAJ4Ri0OYr2kcbIeIgx308WEP+OA== =GHRb -----END PGP SIGNATURE----- --=-=-=--