Received: by mail.netbsd.org (Postfix, from userid 605) id EF37E84E6B; Tue, 18 Oct 2022 07:50:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2AA4A84D2A for ; Tue, 18 Oct 2022 07:50:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id yQ3hFUeWWf7r for ; Tue, 18 Oct 2022 07:50:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 326D184CD9 for ; Tue, 18 Oct 2022 07:50:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2FA34FA90; Tue, 18 Oct 2022 07:50:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1666079427224900" MIME-Version: 1.0 Date: Tue, 18 Oct 2022 07:50:27 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libxkbfile To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221018075027.2FA34FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1666079427224900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Oct 18 07:50:27 UTC 2022 Modified Files: pkgsrc/x11/libxkbfile: Makefile distinfo Log Message: libxkbfile: update to 1.1.1. Alan Coopersmith (6): Use strndup if available to avoid -Wstringop-overflow warning from gcc 9 Convert check for strcasecmp to normal autoconf style Build xz tarballs instead of bzip2 Fix spelling/wording issues gitlab CI: add a basic build test libxkbfile 1.1.1 Benno Schulenberg (1): fix an off-by-one error in copying the name of a virtual modifier Peter Hutterer (2): Escape non-printable characters correctly unifdef NOTYET Ran Benita (1): Fix check for appending '|' character when applying rules To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/libxkbfile/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/libxkbfile/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1666079427224900 Content-Disposition: inline Content-Length: 1645 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libxkbfile/Makefile diff -u pkgsrc/x11/libxkbfile/Makefile:1.11 pkgsrc/x11/libxkbfile/Makefile:1.12 --- pkgsrc/x11/libxkbfile/Makefile:1.11 Sat Jan 18 23:35:54 2020 +++ pkgsrc/x11/libxkbfile/Makefile Tue Oct 18 07:50:27 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2020/01/18 23:35:54 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2022/10/18 07:50:27 wiz Exp $ -DISTNAME= libxkbfile-1.1.0 +DISTNAME= libxkbfile-1.1.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= joerg@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ Index: pkgsrc/x11/libxkbfile/distinfo diff -u pkgsrc/x11/libxkbfile/distinfo:1.10 pkgsrc/x11/libxkbfile/distinfo:1.11 --- pkgsrc/x11/libxkbfile/distinfo:1.10 Tue Oct 26 11:34:10 2021 +++ pkgsrc/x11/libxkbfile/distinfo Tue Oct 18 07:50:27 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 11:34:10 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/10/18 07:50:27 wiz Exp $ -BLAKE2s (libxkbfile-1.1.0.tar.bz2) = 240d323f9ea2d2a06840ff771dc17f08cf6767fb37398ca190dc20e3573f6fba -SHA512 (libxkbfile-1.1.0.tar.bz2) = 1c6a57564e916ccdc3df3c49b9f3589f701df0cec55112c12ddc35ac3ed556608c28fe98e5ba0ac1962e9a65ed1e90eb7e6169b564951bf55a7cf3499b745826 -Size (libxkbfile-1.1.0.tar.bz2) = 364678 bytes +BLAKE2s (libxkbfile-1.1.1.tar.xz) = 67029f89c1cbde98fd26c8fc7d27a73d70d347fe6b9e5b714d6ded201eec043a +SHA512 (libxkbfile-1.1.1.tar.xz) = 2902d21860e27a27159123a19f7d4e0cf9cf8933685f1d2477e69ec647f0f8629b58bbfc391ed45e8b51a10033f18a9d0f16f7f519da9923cd7ed3bd497cf1a2 +Size (libxkbfile-1.1.1.tar.xz) = 308832 bytes --_----------=_1666079427224900--