libxkbcommon: update to 1.5.0.
libxkbcommon 1.5.0 - 2023-01-02 ================== - 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.
This commit is contained in:
parent
7a6a8518ff
commit
c5a837b856
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.42 2022/11/23 16:21:25 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.43 2023/01/09 13:20:33 wiz Exp $
|
||||
|
||||
DISTNAME= libxkbcommon-1.4.1
|
||||
PKGREVISION= 1
|
||||
DISTNAME= libxkbcommon-1.5.0
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= https://xkbcommon.org/download/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.30 2022/05/28 08:27:27 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.31 2023/01/09 13:20:33 wiz Exp $
|
||||
|
||||
BLAKE2s (libxkbcommon-1.4.1.tar.xz) = 6bda1eb4e262ca1e2a6bcb7d37f80c015a99f0335614a3319ac40cac5fb9949a
|
||||
SHA512 (libxkbcommon-1.4.1.tar.xz) = 757b340aeab6d187917807a88015b5113475ab2172aaaa8e530b40ea60619b3fbdfa668fd62707d66ed8fb763e68fee19394fcbd519af7c01d8975c59fdf0d89
|
||||
Size (libxkbcommon-1.4.1.tar.xz) = 471824 bytes
|
||||
BLAKE2s (libxkbcommon-1.5.0.tar.xz) = 8aebec0d715a93b8ae1563cdf5facc98da23142befbaf26a4d9b1ce34fc49cc1
|
||||
SHA512 (libxkbcommon-1.5.0.tar.xz) = bbba6665f052c04c7450413cc5e2badd6bfd41326b0e4c60e3ec01d730cae695fd34ce2662b8a91ece7a76b974a0ea330f7462dd5d2db148b0d0da26264ced9c
|
||||
Size (libxkbcommon-1.5.0.tar.xz) = 472700 bytes
|
||||
|
|
Loading…
Reference in a new issue