Received: by mail.netbsd.org (Postfix, from userid 605) id 805B584E73; Mon, 9 Jan 2023 13:20:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B05F684E71 for ; Mon, 9 Jan 2023 13:20:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id KKhxOVer6Y-2 for ; Mon, 9 Jan 2023 13:20:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2563784CD8 for ; Mon, 9 Jan 2023 13:20:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1919EFA90; Mon, 9 Jan 2023 13:20:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673270434149070" MIME-Version: 1.0 Date: Mon, 9 Jan 2023 13:20:34 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libxkbcommon To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230109132034.1919EFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673270434149070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1673270434149070 Content-Disposition: inline Content-Length: 1593 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1673270434149070--