GNU bug report logs -
#34198
[PATCH 0/2] Add diffpdf.
Previous Next
Full log
View this message in rfc822 format
Danny Milosavljevic <dannym <at> scratchpost.org> 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
> + (method url-fetch)
> + (uri (string-append "https://poppler.freedesktop.org/poppler-"
> + version ".tar.xz"))
> + (sha256
> + (base32
> + "1afdrxxkaivvviazxkg5blsf2x24sjkfj92ib0d3q5pm8dihjrhj"))
> + (patches
> + (append (search-patches "poppler-CVE-2018-19149.patch")))))
> (inputs `(("qt-4" ,qt-4)
> ,@(package-inputs poppler)))
> (synopsis "Qt4 frontend for the Poppler PDF rendering library")))
Could the previous higher version of the package not be built?
Otherwise we’d have to deal with the downgrade somehow to make sure that
installed packages get downgraded to this version as well.
--
Ricardo
This bug report was last modified 4 years and 263 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.