summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorYogita Urade <yogita.urade@windriver.com>2025-10-15 16:20:16 +0530
committerKhem Raj <raj.khem@gmail.com>2025-10-15 12:03:01 -0700
commit76504627f464171a5b205a6a5efd11cdbefc85f8 (patch)
treeb9064ace35738958fcab83c902abc5755a316edb /meta-oe
parentf7305be2c8b81d012a7d7019a9f029f6f7588fba (diff)
downloadmeta-openembedded-76504627f464171a5b205a6a5efd11cdbefc85f8.tar.gz
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 <yogita.urade@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/poppler/poppler_25.10.0.bb (renamed from meta-oe/recipes-support/poppler/poppler_25.08.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_25.08.0.bb b/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 \
8 file://basename-include.patch \ 8 file://basename-include.patch \
9 file://0001-cmake-Do-not-use-isystem.patch \ 9 file://0001-cmake-Do-not-use-isystem.patch \
10 " 10 "
11SRC_URI[sha256sum] = "425ed4d4515a093bdcdbbaac6876f20617451edc710df6a4fd6c45dd67eb418d" 11SRC_URI[sha256sum] = "6b5e9bb64dabb15787a14db1675291c7afaf9387438cc93a4fb7f6aec4ee6fe0"
12 12
13DEPENDS = "fontconfig zlib cairo lcms glib-2.0 glib-2.0-native" 13DEPENDS = "fontconfig zlib cairo lcms glib-2.0 glib-2.0-native"
14 14