diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-01-09 13:14:56 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-12 23:08:59 +0000 |
commit | c91cc96a1a71c50ff51b37a9353914270a572d1e (patch) | |
tree | eb13680a39cfddcb1df54ab5dfd2661d7cbc9b95 | |
parent | 114adb666e12dcd06c1e3e5249f7a17f6c0bb857 (diff) | |
download | poky-c91cc96a1a71c50ff51b37a9353914270a572d1e.tar.gz |
libxkbcommon: upgrade 1.4.1 -> 1.5.0
Changelog:
==========
- Add 'xkb_context' flag 'XKB_CONTEXT_NO_SECURE_GETENV' and 'rxkb_context' flag
'RXKB_CONTEXT_NO_SECURE_GETENV'.
xkbcommon uses 'getenv_secure()' to obtain environment variables. This flag
makes xkbcommon use 'getenv()' instead.
This is useful for some clients that have relatively benign capabilities set,
like CAP_SYS_NICE, that also want to use e.g. the XKB configuration from the
environment and user configs in XDG_CONFIG_HOME.
Contributed by Ronan Pigott.
- Fix crash in 'xkbcli interactive-wayland' under a compositor which supports
new versions of the xdg-shell protocol.
Contributed by Jan Alexander Steffens (heftig).
- Fix some MSVC build issues.
- Fix some issues when including xkbcommon as a meson subproject.
- meson>=0.51 is now required.
- New API:
XKB_CONTEXT_NO_SECURE_GETENV
RXKB_CONTEXT_NO_SECURE_GETENV
(From OE-Core rev: 3aff7e09bacdc53896e5149f494846ef95c78408)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxkbcommon_1.5.0.bb (renamed from meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.1.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.5.0.bb index df13ceb389..01966c8973 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.4.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.5.0.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "flex-native bison-native" | |||
9 | 9 | ||
10 | SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz" | 10 | SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "943c07a1e2198026d8102b17270a1f406e4d3d6bbc4ae105b9e1b82d7d136b39" | 12 | SRC_URI[sha256sum] = "560f11c4bbbca10f495f3ef7d3a6aa4ca62b4f8fb0b52e7d459d18a26e46e017" |
13 | 13 | ||
14 | UPSTREAM_CHECK_URI = "http://xkbcommon.org/" | 14 | UPSTREAM_CHECK_URI = "http://xkbcommon.org/" |
15 | 15 | ||