From 76504627f464171a5b205a6a5efd11cdbefc85f8 Mon Sep 17 00:00:00 2001 From: Yogita Urade Date: Wed, 15 Oct 2025 16:20:16 +0530 Subject: [PATCH] poppler: upgrade 25.08.0 -> 25.10.0 This upgrade includes fix for CVE-2025-52885 Poppler 25.10.0 Changelog: ========================= core: * Fix image signature getting lost * Don't embed substitutions for base14 fonts * Form font improvements * Handle signatures padded with random data * Add feature to Ink annotation to render with multiply blend mode * Internal code improvements * Fix crashes in malformed documents glib: * Fix signature text * Add feature to Ink annotation to render with multiply blend mode cpp: * Added embedded_file::unicodeName function Poppler 25.09.1 Changelog: ========================== core: * Internal code improvements build system: * Fix generated .pc files when using old gpgme Poppler 25.09.0 Changelog: ========================= core: * Speed improvements when reusing the same document with different output devices * Speed improvements when reading from network file systems * Internal code improvements * Fix crashes in malformed documents glib: * fix ODR issue with enum utils: * pdftohtml: Fix text positioning. (Regressed in 25.07.0) build system: * Better pkgconfig support for static builds Signed-off-by: Yogita Urade Signed-off-by: Khem Raj --- .../poppler/{poppler_25.08.0.bb => poppler_25.10.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/poppler/{poppler_25.08.0.bb => poppler_25.10.0.bb} (96%) diff --git a/meta-oe/recipes-support/poppler/poppler_25.08.0.bb b/meta-oe/recipes-support/poppler/poppler_25.10.0.bb similarity index 96% rename from meta-oe/recipes-support/poppler/poppler_25.08.0.bb rename to meta-oe/recipes-support/poppler/poppler_25.10.0.bb index 45f94b0ae7..29a5f33e81 100644 --- a/meta-oe/recipes-support/poppler/poppler_25.08.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_25.10.0.bb @@ -8,7 +8,7 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \ file://basename-include.patch \ file://0001-cmake-Do-not-use-isystem.patch \ " -SRC_URI[sha256sum] = "425ed4d4515a093bdcdbbaac6876f20617451edc710df6a4fd6c45dd67eb418d" +SRC_URI[sha256sum] = "6b5e9bb64dabb15787a14db1675291c7afaf9387438cc93a4fb7f6aec4ee6fe0" DEPENDS = "fontconfig zlib cairo lcms glib-2.0 glib-2.0-native"