public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] poppler: Update to version 21.11.0
Date: Wed, 01 Dec 2021 10:31:05 +0000	[thread overview]
Message-ID: <FFA08023-C5D4-4C1D-A091-9BE8CB134715@ipfire.org> (raw)
In-Reply-To: <20211129122310.3545043-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 5686 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 29 Nov 2021, at 12:23, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
> 
> - Update from 21.07.0 to 21.11.0
> - Update of rootfile
> - find-dependencies run to check so bump. No issues found
> - Changelog
>    Release 21.11.0:
>        core:
>         * Fix rendering of some non-standard confirming annotations
>         * Support rendering of some non-standard Type3 charprocs. Issue #1150
>         * TextOutputDev: Respect orientation when selecting words. Issue #499
>         * CairoOutputDev: Don't override the antialias settings from the cairo_t
>         * StructElement: support MCID in XObjects
>         * Fix detection of monospace fonts
>         * Ignore Adobe-Identity for non embedded CID fonts
>         * PageLabelInfo::labelToIndex: work on some special no style intervals
>         * Fix crash in malformed files
>         * Minor code improvements
>        utils:
>         * pdfinfo: add -url option to print all URLs in a PDF
>         * pdftohtml: document what zoom means in regard to DPI
>        qt6:
>         * Require Qt 6.1
>         * Minor code improvements
>    Release 21.10.0:
>        core:
>         * Add support for setting custom stamp annotations
>         * Add default appearance for the well known stamp names
>         * Correct encoding of signature's properties Reason & Location
>         * Splash: Fix rendering of some odd patterns
>         * SignatureHandler::validateCertificate: Add option to not do OCSP revocation check
>         * SignatureHandler::validateCertificate: Add support for AIA fetching to verify certificates
>         * greallocn: if memory allocation fails, free the previous pointer to avoid memory leak
>         * Fix issues with malformed files
>         * Internal code improvements
>        utils:
>         * pdfsig: Add a way to list certificate nicknames
>         * pdfsig: You can now add signatures from pdfsig
>         * pdfsig: Add option to not do OCSP revocation check
>         * pdfsig: Add option for AIA fetching to verify certificates
>         * pdfinfo: Add -custom option to print custom metadata
>         * pdfinfo: add metadata flags
>        qt:
>         * Add support for setting custom stamp annotations
>         * Add getters for signature's properties Reason & Location
>         * Internal code improvements
>        glib:
>         * Remove incorrect PopplerAttachment deprecation
>    Release 21.09.0:
>        core:
>         * Splash: Massive spped improvement on files that use lots of save/restore (q/Q) operators
>         * Correct decoding of signature properties Reason & Location when they are Unicode
>         * Fix issues with malformed files
>         * MSVC build fixes
>        build system:
>         * Call cmake_minium_required() before project()
>         * Always append to CMAKE_{C,CXX}_FLAGS_${CMAKE_BUILD_TYPE}
>         * correctly forward user-provided flags to try_compile()
>    Release 21.08.0:
>        core:
>         * Add API to allow addition and modification of outlines into a PDF
>         * Use additional samples to test for constant parts of an axial gradient
>         * forms: Create fallback fonts for some well known font names
>         * Support reading the PDF Version from the Catalog
>         * Fix XRef::copy when there are modified objects
>         * Take into account that Date string may be in unicode
>         * JBIG2Stream: Fix regression in "Do not consider a size-0 to be an error"
>         * Replace a local bubble sort implementation by std::sort
>         * Fix issues with malformed files
>        build system:
>         * Better error message when libjpeg is not found
>         * Better error messages when libopenjpeg2 is not found
>        qt5/qt6:
>         * Document that a document has to outlive its pages
>         * Make getPdfVersion return a dedicated version object
>        glib:
>         * mimick TextSelectionDumper logic change for spaceAfter
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/common/poppler | 5 +++--
> lfs/poppler                     | 4 ++--
> 2 files changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/config/rootfiles/common/poppler b/config/rootfiles/common/poppler
> index 9746d9412..546e8cb77 100644
> --- a/config/rootfiles/common/poppler
> +++ b/config/rootfiles/common/poppler
> @@ -12,6 +12,7 @@ usr/bin/pdftotext
> usr/bin/pdfunite
> #usr/include/poppler
> #usr/include/poppler/Annot.h
> +#usr/include/poppler/AnnotStampImageHelper.h
> #usr/include/poppler/Array.h
> #usr/include/poppler/BBoxOutputDev.h
> #usr/include/poppler/CMap.h
> @@ -172,8 +173,8 @@ usr/lib/libpoppler-cpp.so.0.9.0
> usr/lib/libpoppler-glib.so.8
> usr/lib/libpoppler-glib.so.8.21.0
> #usr/lib/libpoppler.so
> -usr/lib/libpoppler.so.111
> -usr/lib/libpoppler.so.111.0.0
> +usr/lib/libpoppler.so.115
> +usr/lib/libpoppler.so.115.0.0
> #usr/lib/pkgconfig/poppler-cpp.pc
> #usr/lib/pkgconfig/poppler-glib.pc
> #usr/lib/pkgconfig/poppler.pc
> diff --git a/lfs/poppler b/lfs/poppler
> index 3589e86b4..d52c5e2ca 100644
> --- a/lfs/poppler
> +++ b/lfs/poppler
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 21.07.0
> +VER        = 21.11.0
> 
> THISAPP    = poppler-$(VER)
> DL_FILE    = $(THISAPP).tar.xz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = 3c4b500a0af4cf1dc4a1c66fa48b7551
> +$(DL_FILE)_MD5 = c1139795bc24a02b8a694f77233b8d22
> 
> install : $(TARGET)
> 
> -- 
> 2.34.0
> 


      reply	other threads:[~2021-12-01 10:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-29 12:23 Adolf Belka
2021-12-01 10:31 ` Michael Tremer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=FFA08023-C5D4-4C1D-A091-9BE8CB134715@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox