pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/libxkbcommon libxkbcommon: update to 1.5.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8f0ceb37bb0
branches:  trunk
changeset: 391521:e8f0ceb37bb0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 09 13:20:33 2023 +0000

description:
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.

diffstat:

 x11/libxkbcommon/Makefile |  5 ++---
 x11/libxkbcommon/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r 3980217dfd03 -r e8f0ceb37bb0 x11/libxkbcommon/Makefile
--- a/x11/libxkbcommon/Makefile Mon Jan 09 13:18:01 2023 +0000
+++ b/x11/libxkbcommon/Makefile Mon Jan 09 13:20:33 2023 +0000
@@ -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
diff -r 3980217dfd03 -r e8f0ceb37bb0 x11/libxkbcommon/distinfo
--- a/x11/libxkbcommon/distinfo Mon Jan 09 13:18:01 2023 +0000
+++ b/x11/libxkbcommon/distinfo Mon Jan 09 13:20:33 2023 +0000
@@ -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



Home | Main Index | Thread Index | Old Index