Message ID | 20251015105224.3330995-1-yogita.urade@windriver.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe,walnascar,1/1] poppler: upgrade 25.08.0 -> 25.10.0 | expand |
Thank you for this patch, but I'd recommend not to send changes for walnascar - at this time there are no further merges planned for that branch (except for the one that's in progress). On 10/15/25 12:52, Urade, Yogita via lists.openembedded.org wrote: > From: Yogita Urade <yogita.urade@windriver.com> > > 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> > --- > .../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" > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#120705): https://lists.openembedded.org/g/openembedded-devel/message/120705 > Mute This Topic: https://lists.openembedded.org/mt/115768675/6084445 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [skandigraun@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
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"