diff options
| author | Yogita Urade <yogita.urade@windriver.com> | 2025-07-07 18:18:10 +0530 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-07 10:00:53 -0700 |
| commit | 612b039c03288fe80b6efc95305b2ce0469e12ac (patch) | |
| tree | a8253f115e182372fe2ba5023613654bac42e2cd | |
| parent | 30c8b4ae943065a4cd71e25bc8badb586317c42f (diff) | |
| download | meta-openembedded-612b039c03288fe80b6efc95305b2ce0469e12ac.tar.gz | |
poppler: upgrade 25.04.0 -> 25.06.0
Includes fix for CVE-2025-52886
poppler 25.06.0 changelog:
==========================
core:
* Fix writing dates back to file
* Internal code improvements
* Fix crashes in malformed documents
glib:
* Add the ink annotation type
* Add missing autopointers definitions
utils:
* pdfsig: Add assert-signer feature
* pdfsig: Return error code on error
poppler 25.05.0 changelog:
==========================
core:
* Fix re-fetching after xref reconstruction. Issue #1584
* Fix compilation with ENABLE_ZLIB_UNCOMPRESS=ON
* Various annotation improvements. Issues #642, #1558, #1055
* CairoFontEngine: invalidate broken embedded fonts. Issue #1453
* Splash: Performance improvements
* Internal code improvements
glib:
* Small signature improvements
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.06.0.bb (renamed from meta-oe/recipes-support/poppler/poppler_25.04.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_25.04.0.bb b/meta-oe/recipes-support/poppler/poppler_25.06.0.bb index 1cd5f28cd8..9ab9b926b7 100644 --- a/meta-oe/recipes-support/poppler/poppler_25.04.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_25.06.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] = "b010c596dce127fba88532fd2f1043e55ea30601767952d0f2c0a80e7dc0da3d" | 11 | SRC_URI[sha256sum] = "8199532d38984fab46dbd0020ec9c40f20e928e33e9b4cc6043572603a821d83" |
| 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 | ||
