From: Richard Purdie Date: Tue, 4 Aug 2026 11:54:02 +0000 (+0100) Subject: xmodmap: Upgrade 1.0.11 -> 1.0.12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7dce54c9bfa65306df87dba56de5fe89f2dc551b;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git xmodmap: Upgrade 1.0.11 -> 1.0.12 Changes: - xmodmap 1.0.12 - meson: include headers when checking for functions - meson: Add option to build with meson - handle.c: handle -Wuse-after-free warning from gcc 15 - gitlab CI: drop the ci-fairy check-mr job - parse_keysym: handle possible NULL return from copy_to_scratch() - Strip trailing whitespace from source files - xmodmap.1: Some editorial changes for this man page [Debian bug #1094313] - Improve man page text & formatting - Accept --help & --version as aliases to -help & -version - Use _strnicmp() instead of strncasecmp() on Windows - Assume target platforms have strncasecmp now - Remove "All rights reserved" from Oracle copyright notices - gitlab CI: stop requiring Signed-off-by in commits License-Update: Copyright line removal of "all rights reserved" Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb b/meta/recipes-graphics/xorg-app/xmodmap_1.0.12.bb similarity index 73% rename from meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb rename to meta/recipes-graphics/xorg-app/xmodmap_1.0.12.bb index dc955aa9778..633c70ee048 100644 --- a/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb +++ b/meta/recipes-graphics/xorg-app/xmodmap_1.0.12.bb @@ -9,9 +9,9 @@ from the user's session startup script to configure the keyboard \ according to personal tastes." LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=272c17e96370e1e74773fa22d9989621" +LIC_FILES_CHKSUM = "file://COPYING;md5=76caa89655fe179dbb374831c98ca65f" PE = "1" -SRC_URI[sha256sum] = "9a2f8168f7b0bc382828847403902cb6bf175e17658b36189eac87edda877e81" +SRC_URI[sha256sum] = "fc54b9b5bbf2ae58ba8f9d42bd051c41c7438377400c42c17d7496d19e1bb3ce" SRC_URI_EXT = "xz"