From 44a810f34e20c7985b0bcbdf71943799b278ecc7 Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Wed, 23 Feb 2022 10:35:53 +0800 Subject: [PATCH] poppler: upgrade 22.01.0 -> 22.02.0 Changelog: ========= core: * Signature: Add a way to detect unsigned FormFieldSignature * Signature: Suport background image when using left and right text * Signature: Fix path where to search for Firefox NSS in Windows * Signature: Fix NSS code to work correctly in Windows/Android * Count only signature fields in PDFDoc::getNumSignatureFields * Minor code improvements qt: * Allow signing unsigned signature fields * Allow passing a background image for the signature when signing * Allow passing the document password when signing * Fix leftFontSize being ignored when signing glib: * try with utf8 password if latin1 fails * New method for getting all signature fields of a document * Fix compile with MSVC utils: * pdfsig: Fix compile with MSVC build system: * Fix NSS cmake check for MSVC Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../poppler/{poppler_22.01.0.bb => poppler_22.02.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/poppler/{poppler_22.01.0.bb => poppler_22.02.0.bb} (96%) diff --git a/meta-oe/recipes-support/poppler/poppler_22.01.0.bb b/meta-oe/recipes-support/poppler/poppler_22.02.0.bb similarity index 96% rename from meta-oe/recipes-support/poppler/poppler_22.01.0.bb rename to meta-oe/recipes-support/poppler/poppler_22.02.0.bb index 02df6d2163..2954a89b8e 100644 --- a/meta-oe/recipes-support/poppler/poppler_22.01.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_22.02.0.bb @@ -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] = "7d3493056b5b86413e5c693c2cae02c5c06cd8e618d14c2c31e2c84b67b2313e" +SRC_URI[sha256sum] = "e390c8b806f6c9f0e35c8462033e0a738bb2460ebd660bdb8b6dca01556193e1" DEPENDS = "fontconfig zlib cairo lcms glib-2.0"