summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-06-01 17:03:15 +0800
committerSteve Sakoman <steve@sakoman.com>2023-06-24 09:13:07 -1000
commitcb605dd2b070156f48fbfb6e885285bb8718e826 (patch)
treecd71e3b22193b01b1c14aadb1f88abc432b457ac
parentad1d287d27ab5eeffd5ae23aca5b53491999520b (diff)
downloadpoky-cb605dd2b070156f48fbfb6e885285bb8718e826.tar.gz
libxpm: upgrade 3.5.15 -> 3.5.16
Changelog: =========== test: skip compressed file tests when --disable-open-zfile is used itlab CI: build with each of --enable-open-zfile & --disable-open-zfile configure: correct error message to suggest --disable-open-zfile Fix a memleak in ParsePixels error code path Fix CVE-2022-44617: Runaway loop with width of 0 and enormous height open-zfile: Make compress & uncompress commands optional Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL test: Use PACKAGE_BUGREPORT instead of hard-coded URL's test: Add simple test cases for functions in src/rgb.c xpmReadRgbNames: constify filename argument XpmCreateDataFromXpmImage: Fix misleading indentation parse.c: Wrap FREE_CIDX definition in do { ... } while(0) parse.c: remove unused function xstrlcpy() (From OE-Core rev: 145d19c86d61761d7446f6776c4cbc8274c06861) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 4d9f0958eecdf683434d77a4f65611803cffd247) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-graphics/xorg-lib/libxpm_3.5.16.bb (renamed from meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.16.bb
index 32a2b35356..c3d01f1bb3 100644
--- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb
+++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.16.bb
@@ -22,6 +22,6 @@ PACKAGES =+ "sxpm cxpm"
22FILES:cxpm = "${bindir}/cxpm" 22FILES:cxpm = "${bindir}/cxpm"
23FILES:sxpm = "${bindir}/sxpm" 23FILES:sxpm = "${bindir}/sxpm"
24 24
25SRC_URI[sha256sum] = "60bb906c5c317a6db863e39b69c4a83fdbd2ae2154fcf47640f8fefc9fdfd1c1" 25SRC_URI[sha256sum] = "e6bc5da7a69dbd9bcc67e87c93d4904fe2f5177a0711c56e71fa2f6eff649f51"
26 26
27BBCLASSEXTEND = "native" 27BBCLASSEXTEND = "native"