poppler: upgrade 21.11.0 -> 21.12.0

Release 21.12.0:
core:
 * Add API to add images
 * CairoOutputDev: Fix de-duping of Flate images
 * Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393
 * Minor code improvements
glib:
 * Add API for validation of signatures
 * Add API to read/save to file descriptor
utils:
 * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117
build system:
 * Increase C++ standard to 17

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andreas Müller 2021-12-31 18:29:21 +01:00 committed by Khem Raj
parent 853e5ba8cd
commit 2e7b791880

View File

@ -7,7 +7,7 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \
file://0001-Do-not-overwrite-all-our-build-flags.patch \
file://basename-include.patch \
"
SRC_URI[sha256sum] = "31b76b5cac0a48612fdd154c02d9eca01fd38fb8eaa77c1196840ecdeb53a584"
SRC_URI[sha256sum] = "acb840c2c1ec07d07e53c57c4b3a1ff3e3ee2d888d44e1e9f2f01aaf16814de7"
DEPENDS = "fontconfig zlib cairo lcms glib-2.0"