Received: by mail.netbsd.org (Postfix, from userid 605) id 5645B84E73; Tue, 3 May 2022 08:14:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9179884D91 for ; Tue, 3 May 2022 08:14:19 +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 iGs2xcpOiRav for ; Tue, 3 May 2022 08:14:19 +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 1C9A984D01 for ; Tue, 3 May 2022 08:14:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0BC1BFB1A; Tue, 3 May 2022 08:14:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165156565996050" MIME-Version: 1.0 Date: Tue, 3 May 2022 08:14:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220503081419.0BC1BFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165156565996050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue May 3 08:14:18 UTC 2022 Modified Files: pkgsrc/doc: TODO Log Message: TODO: annotate libX11, we shouldn't upgrade now https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/157 To generate a diff of this commit: cvs rdiff -u -r1.21758 -r1.21759 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165156565996050 Content-Disposition: inline Content-Length: 658 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.21758 pkgsrc/doc/TODO:1.21759 --- pkgsrc/doc/TODO:1.21758 Tue May 3 06:16:51 2022 +++ pkgsrc/doc/TODO Tue May 3 08:14:18 2022 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21758 2022/05/03 06:16:51 nia Exp $ +$NetBSD: TODO,v 1.21759 2022/05/03 08:14:18 wiz Exp $ Suggested new packages ====================== @@ -1013,7 +1013,7 @@ For possible Perl packages updates, see o ldapsdk-6.0.7 o lf-22 o lgeneral-1.3.1 - o libX11-1.8 + o libX11-1.8 [use https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/157 or wait for new release] o libaacs-0.11.0 o libarchive-3.5.2 o libasr-1.0.4 --_----------=_165156565996050--