diff options
author | Yogita Urade <yogita.urade@windriver.com> | 2025-08-07 11:59:14 +0530 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-08-06 23:36:53 -0700 |
commit | fa9c926f4f9ae80873dec3fdb6029e09cf9b5a57 (patch) | |
tree | 0ba39aafc03a7bde54750acca5cd03ed28e2fc62 | |
parent | 5605736b186e8e34b6be805461f9705ba206c195 (diff) | |
download | meta-openembedded-fa9c926f4f9ae80873dec3fdb6029e09cf9b5a57.tar.gz |
poppler: upgrade 25.06.0 -> 25.08.0
This upgrade includes fix for CVE-2025-50420.
poppler 25.08.0 changelog:
==========================
core:
* FormWidgetSignature::signDocumentWithAppearance: add imagePath parameter
* Fix parsing Distinguished Names that end with a hex string
* Fix crashes in malformed documents
glib:
* Add poppler_page_render_transparent_selection()
* Add missing since to the documentation
poppler 25.07.0 changelog:
==========================
core:
* Changed rendering of malformed documents to mimic what Adobe Reader does. Issue #1602
* Improvemenst in signature validation in the NSS backend
* Add more detailed output when signing fails
* Internal code improvements
* Fix crashes in malformed documents
utils:
* pdfsig: command line option for allowing PGP signatures in GnuPG backend
Signed-off-by: Yogita Urade <yogita.urade@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/poppler/poppler_25.08.0.bb (renamed from meta-oe/recipes-support/poppler/poppler_25.06.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_25.06.0.bb b/meta-oe/recipes-support/poppler/poppler_25.08.0.bb index 9ab9b926b7..45f94b0ae7 100644 --- a/meta-oe/recipes-support/poppler/poppler_25.06.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_25.08.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 | " |
11 | SRC_URI[sha256sum] = "8199532d38984fab46dbd0020ec9c40f20e928e33e9b4cc6043572603a821d83" | 11 | SRC_URI[sha256sum] = "425ed4d4515a093bdcdbbaac6876f20617451edc710df6a4fd6c45dd67eb418d" |
12 | 12 | ||
13 | DEPENDS = "fontconfig zlib cairo lcms glib-2.0 glib-2.0-native" | 13 | DEPENDS = "fontconfig zlib cairo lcms glib-2.0 glib-2.0-native" |
14 | 14 | ||