pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libxkbcommon



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan  9 13:20:34 UTC 2023

Modified Files:
        pkgsrc/x11/libxkbcommon: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/x11/libxkbcommon/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/libxkbcommon/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libxkbcommon/Makefile
diff -u pkgsrc/x11/libxkbcommon/Makefile:1.42 pkgsrc/x11/libxkbcommon/Makefile:1.43
--- pkgsrc/x11/libxkbcommon/Makefile:1.42       Wed Nov 23 16:21:25 2022
+++ pkgsrc/x11/libxkbcommon/Makefile    Mon Jan  9 13:20:33 2023
@@ -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

Index: pkgsrc/x11/libxkbcommon/distinfo
diff -u pkgsrc/x11/libxkbcommon/distinfo:1.30 pkgsrc/x11/libxkbcommon/distinfo:1.31
--- pkgsrc/x11/libxkbcommon/distinfo:1.30       Sat May 28 08:27:27 2022
+++ pkgsrc/x11/libxkbcommon/distinfo    Mon Jan  9 13:20:33 2023
@@ -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