Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A3C285023 for ; Thu, 1 Jun 2023 03:43:33 +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 Acglhrl-6376 for ; Thu, 1 Jun 2023 03:43:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A5BDD84FA8 for ; Thu, 1 Jun 2023 03:43:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9F473FA87; Thu, 1 Jun 2023 03:43:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685591012156050" MIME-Version: 1.0 Date: Thu, 1 Jun 2023 03:43:32 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libX11 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230601034332.9F473FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685591012156050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jun 1 03:43:32 UTC 2023 Modified Files: pkgsrc/x11/libX11: Makefile distinfo Log Message: libX11: update to 1.8.5. Users of the Amharic (am_ET.UTF-8) compose key sequences provided by libX11 will also want to upgrade to xkeyboard-config 2.39 (releasing soon), in order to keep those sequeunces working with this release. Alan Coopersmith (6): gitlab CI: Add libtool to required packages configure: raise minimum autoconf requirement to 2.70 configure: replace deprecated AC_HELP_STRING with AS_HELP_STRING configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL gitlab CI: add workflow rules libX11 1.8.5 Benno Schulenberg (8): nls: delete compose sequences that pointlessly mix upper and lower case nls: remove four hundred and sixty untypable Greek compose sequences nls: remove twenty two untypable Greek compose sequences XSetScreenSaver.man: restore the part that was accidentally snipped nls: make the Amharic compose sequences use the dead-vowel symbols nls: sort three sequences alphabetically in their group, like all others nls: delete six compose sequences that cannot be typed nls: use a slash instead of a combining solidus in compose sequences jmcwilliams403 (5): NLS: move long S compositions to respective blocks NLS: implement the expansion of the six Breton N-graph keysyms NLS: move dead-caron subscript compositions to the relevant Unicode block NLS: Remove strange dead_cedilla cedi sign sequences nls: add compose sequence for capital schwa, and delete a deviant one To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 pkgsrc/x11/libX11/Makefile cvs rdiff -u -r1.51 -r1.52 pkgsrc/x11/libX11/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685591012156050 Content-Disposition: inline Content-Length: 1475 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.71 pkgsrc/x11/libX11/Makefile:1.72 --- pkgsrc/x11/libX11/Makefile:1.71 Mon Feb 6 20:38:10 2023 +++ pkgsrc/x11/libX11/Makefile Thu Jun 1 03:43:32 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2023/02/06 20:38:10 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2023/06/01 03:43:32 wiz Exp $ -DISTNAME= libX11-1.8.4 +DISTNAME= libX11-1.8.5 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/x11/libX11/distinfo diff -u pkgsrc/x11/libX11/distinfo:1.51 pkgsrc/x11/libX11/distinfo:1.52 --- pkgsrc/x11/libX11/distinfo:1.51 Sat Feb 4 21:39:41 2023 +++ pkgsrc/x11/libX11/distinfo Thu Jun 1 03:43:32 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.51 2023/02/04 21:39:41 wiz Exp $ +$NetBSD: distinfo,v 1.52 2023/06/01 03:43:32 wiz Exp $ -BLAKE2s (libX11-1.8.4.tar.xz) = 67678841464d41c3ebdacd4f839ffdcf60e163cdb5ee787c1a1beb4a577b4f0e -SHA512 (libX11-1.8.4.tar.xz) = 3150a47498b0cb012482ee02efeaae16d9e736288f2b3f917be912e1613d56ad6b4ab180de8820305deb2b95dfd993633f43a65344d75979d6b86bdf110cb63e -Size (libX11-1.8.4.tar.xz) = 1835316 bytes +BLAKE2s (libX11-1.8.5.tar.xz) = f0089559d0caba1deedf4835042454d385fb79507600d2933452655d9b4c2b4a +SHA512 (libX11-1.8.5.tar.xz) = 5274f6073ead119c8f915d302f1e2bf9579f88d28a2a2d084a4be2050b14fb605efe91099c89ba55aeb7ad36ae0ecbd519b0808be0e29f56367d5dd8faa063d3 +Size (libX11-1.8.5.tar.xz) = 1811288 bytes --_----------=_1685591012156050--