From faf3f16c253ed1e16afe2fb0f34185e6c7671e93 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 14 Oct 2024 16:55:15 +0800 Subject: [PATCH] xwud: upgrade 1.0.6 -> 1.0.7 Changelog: ========== - Accept --help & --version as aliases to -help & -version - Replace strcpy+strcat calls with snprintf - Call free() instead of XFree() on pointers returned by malloc() - Add missing checks for malloc failure - gitlab CI: stop requiring Signed-off-by in commits Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-graphics/xorg-app/{xwud_1.0.6.bb => xwud_1.0.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/xorg-app/{xwud_1.0.6.bb => xwud_1.0.7.bb} (82%) diff --git a/meta-oe/recipes-graphics/xorg-app/xwud_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/xwud_1.0.7.bb similarity index 82% rename from meta-oe/recipes-graphics/xorg-app/xwud_1.0.6.bb rename to meta-oe/recipes-graphics/xorg-app/xwud_1.0.7.bb index 1be0b5cd77..27138f23f8 100644 --- a/meta-oe/recipes-graphics/xorg-app/xwud_1.0.6.bb +++ b/meta-oe/recipes-graphics/xorg-app/xwud_1.0.7.bb @@ -9,4 +9,4 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=31e8892c80b7a0c1c5f37c8e8ae6d794" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "64048cd15eba3cd9a3d2e3280650391259ebf6b529f2101d1a20f441038c1afe" +SRC_URI[sha256sum] = "e55cbedab36d7a5f671abf8e594888afc48caa116d51d429ea53ea317ec0c61e"