diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-09-13 18:17:11 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-13 09:55:03 -0700 |
| commit | e21be1513c0b26ae12be4bf1672cdbf49cad1ee6 (patch) | |
| tree | ca4e6c148d442e760af94a69e791a8a5ea6f7b72 | |
| parent | 2e768a2846968bf306b3d70eb768aafa3ae6e3d1 (diff) | |
| download | meta-openembedded-e21be1513c0b26ae12be4bf1672cdbf49cad1ee6.tar.gz | |
poppler: upgrade 22.08.0 -> 22.09.0
Changelog:
==========
core:
* Splash: Do not truncate line dash patterns with more than 20 entries. Issue #1281
* Various signature related improvements
* Fix FormField::getFullyQualifiedName in some scenarios
* Splash: Small optimization on dash pattern handling
* JBIG2Stream::readHalftoneRegionSeg: Fix potential memory leak
* Fix crashes on malformed files. Including CVE-2022-38784
* Fix string formatting in error reporting
glib:
* Fix two potential memory leaks in poppler_document_create_dests_tree
utils:
* pdfsig: List signature field names when listing signature information
* pdfsig: Add support for specifying signature by field name
* pdfunite: Fix crashes on malformed files
* pdfunite: Fix potential memory leak of docs
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/poppler/poppler_22.09.0.bb (renamed from meta-oe/recipes-support/poppler/poppler_22.08.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_22.08.0.bb b/meta-oe/recipes-support/poppler/poppler_22.09.0.bb index c75bf79e47..2cae897d7a 100644 --- a/meta-oe/recipes-support/poppler/poppler_22.08.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_22.09.0.bb | |||
| @@ -7,7 +7,7 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \ | |||
| 7 | file://0001-Do-not-overwrite-all-our-build-flags.patch \ | 7 | file://0001-Do-not-overwrite-all-our-build-flags.patch \ |
| 8 | file://basename-include.patch \ | 8 | file://basename-include.patch \ |
| 9 | " | 9 | " |
| 10 | SRC_URI[sha256sum] = "b493328721402f25cb7523f9cdc2f7d7c59f45ad999bde75c63c90604db0f20b" | 10 | SRC_URI[sha256sum] = "d7a8f748211359cadb774ba3e18ecda6464b34027045c0648eb30d5852a41e2e" |
| 11 | 11 | ||
| 12 | DEPENDS = "fontconfig zlib cairo lcms glib-2.0" | 12 | DEPENDS = "fontconfig zlib cairo lcms glib-2.0" |
| 13 | 13 | ||
