summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-06-01 17:03:15 +0800
committerSteve Sakoman <steve@sakoman.com>2023-07-01 08:37:24 -1000
commit4d9ea41502816cc0e7a61f4d1f3e5bb53056ac6b (patch)
tree0cf065183e013bf4b3280709e65e76c471c1bf0b /meta/recipes-graphics
parent77847ecd608b27348078841e982a341034e824ba (diff)
downloadpoky-4d9ea41502816cc0e7a61f4d1f3e5bb53056ac6b.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: 22d9e097538f84a12dd262c1ae936fb8107c2768) 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>
Diffstat (limited to 'meta/recipes-graphics')
-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)3
1 files changed, 1 insertions, 2 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 22e322a9eb..28a775c5f4 100644
--- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb
+++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.16.bb
@@ -23,7 +23,6 @@ PACKAGES =+ "sxpm cxpm"
23FILES:cxpm = "${bindir}/cxpm" 23FILES:cxpm = "${bindir}/cxpm"
24FILES:sxpm = "${bindir}/sxpm" 24FILES:sxpm = "${bindir}/sxpm"
25 25
26SRC_URI[md5sum] = "b3c58c94e284fd6940d3615e660a0007" 26SRC_URI[sha256sum] = "e6bc5da7a69dbd9bcc67e87c93d4904fe2f5177a0711c56e71fa2f6eff649f51"
27SRC_URI[sha256sum] = "60bb906c5c317a6db863e39b69c4a83fdbd2ae2154fcf47640f8fefc9fdfd1c1"
28 27
29BBCLASSEXTEND = "native" 28BBCLASSEXTEND = "native"