Received: by mail.netbsd.org (Postfix, from userid 605) id 3018184E93; Fri, 16 Dec 2022 01:10:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F47C84D2C for ; Fri, 16 Dec 2022 01:10:02 +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 VdBlZIw1kT8Q for ; Fri, 16 Dec 2022 01:10:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AFC5884CFE for ; Fri, 16 Dec 2022 01:10:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3BFBFA90; Fri, 16 Dec 2022 01:10:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671153001271310" MIME-Version: 1.0 Date: Fri, 16 Dec 2022 01:10:01 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libX11 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221216011001.A3BFBFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671153001271310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Dec 16 01:10:01 UTC 2022 Modified Files: pkgsrc/x11/libX11: Makefile distinfo Removed Files: pkgsrc/x11/libX11/patches: patch-src_xkb_XKBBind.c Log Message: libX11: update to 1.8.3. This bug fix release corrects some regressions introduced in 1.8.2 along with other bugs. Highlights include: * Improved handling of reentering libX11 via X*IfEvent() calls (!171, !173) * Fix loading of en_US.UTF-8/XLC_LOCALE (#167, !174) * Add XFreeThreads() and automatic call from a destructor function when thread-safety-constructor is enabled (!167). * Address issues found by UBSan and AddressSanitizer * Fix build with older gcc versions (!169) The full list of changes - see https://gitlab.freedesktop.org/xorg/lib/libx11/ for further details on any of these: Alan Coopersmith (1): libX11 1.8.3 Jeremy Huddleston Sequoia (1): ximcp: Address warning found by UBSan when growing an empty tree Keith Packard (1): Update XPutBackEvent() to support clients that put back unpadded events Matthieu Herrb (1): Fix 797755 Allow X*IfEvent() to reenter libX11 Nia Alarie (1): Don't use pragma inside a function, it breaks compiling with older GCCs. Oliver (1): Add XFreeThreads function. Takao Fujiwara (1): nls: consecutive cs number in en_US.UTF-8/XLC_LOCALE Ulrich Sibiller (2): Indentation fixes around recent dpy->in_ifevent changes ChkIfEv.c: fix wrong handling of dpy->in_ifevent To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/x11/libX11/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/x11/libX11/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/x11/libX11/patches/patch-src_xkb_XKBBind.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671153001271310 Content-Disposition: inline Content-Length: 1845 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libX11/Makefile diff -u pkgsrc/x11/libX11/Makefile:1.68 pkgsrc/x11/libX11/Makefile:1.69 --- pkgsrc/x11/libX11/Makefile:1.68 Thu Nov 10 21:29:16 2022 +++ pkgsrc/x11/libX11/Makefile Fri Dec 16 01:10:01 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2022/11/10 21:29:16 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2022/12/16 01:10:01 wiz Exp $ -DISTNAME= libX11-1.8.2 +DISTNAME= libX11-1.8.3 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.xz @@ -32,7 +32,7 @@ CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PR .include "../../mk/bsd.prefs.mk" -.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS]) +.if ${USE_CROSS_COMPILE:U:tl} == yes CONFIGURE_ENV+= CC_FOR_BUILD=${NATIVE_CC:Q} # XXX This needs to match the version of xcb-proto we get for the Index: pkgsrc/x11/libX11/distinfo diff -u pkgsrc/x11/libX11/distinfo:1.49 pkgsrc/x11/libX11/distinfo:1.50 --- pkgsrc/x11/libX11/distinfo:1.49 Thu Nov 10 21:33:05 2022 +++ pkgsrc/x11/libX11/distinfo Fri Dec 16 01:10:01 2022 @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.49 2022/11/10 21:33:05 wiz Exp $ +$NetBSD: distinfo,v 1.50 2022/12/16 01:10:01 wiz Exp $ -BLAKE2s (libX11-1.8.2.tar.xz) = e4af15ac627d666ace52ff861da139401207cd63ac06f8e5ca8f6bbd526bd9f8 -SHA512 (libX11-1.8.2.tar.xz) = 662ee8043d9ba27df82f647515b701d6f302a52715f21afdaba391f3b70691753e3649e7ff8322e07858be4297df9cbb19227958d676ed6dea198cce64330d1d -Size (libX11-1.8.2.tar.xz) = 1823712 bytes -SHA1 (patch-src_xkb_XKBBind.c) = 88904e6916e56c8460e2d079c4653095a28f85e0 +BLAKE2s (libX11-1.8.3.tar.xz) = 82645fb43fe83dc0c5cf599d53ac6036879f53de12bdb380be4dbf0d2323a82d +SHA512 (libX11-1.8.3.tar.xz) = bc862338fed855986659e9ffa641db6b36c3ac9abced590d1b164e3cc24446671936e3688cdca18393129c4ea41777977eeb37e87d8edc14d6cc5d194a9c0325 +Size (libX11-1.8.3.tar.xz) = 1811712 bytes --_----------=_1671153001271310--