Received: by mail.netbsd.org (Postfix, from userid 605) id 0668F84D47; Tue, 25 Oct 2022 09:33:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3610784D2E for ; Tue, 25 Oct 2022 09:33:30 +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 CSDROw1uCRBn for ; Tue, 25 Oct 2022 09:33:11 +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 7867584CFD for ; Tue, 25 Oct 2022 09:33:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 71E22FA90; Tue, 25 Oct 2022 09:33:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1666690391252020" MIME-Version: 1.0 Date: Tue, 25 Oct 2022 09:33:11 +0000 From: "pin" Subject: CVS commit: pkgsrc/x11/xterm To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20221025093311.71E22FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1666690391252020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Tue Oct 25 09:33:11 UTC 2022 Modified Files: pkgsrc/x11/xterm: Makefile distinfo Log Message: x11/xterm: update to 375 - improve error-recovery when setting a bitmap font for the VT100 window, e.g., in case OSC 50 failed, restoring the most recent valid font so that a subsequent OSC 50 reports this correctly (report by David Leadbeater). - exclude MC_XDG_OPEN from environment variables trimmed on startup (report by Gabor Hauzer). - check for null pointer in isSelect() (report by Column Paget). To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 pkgsrc/x11/xterm/Makefile cvs rdiff -u -r1.100 -r1.101 pkgsrc/x11/xterm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1666690391252020 Content-Disposition: inline Content-Length: 1431 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xterm/Makefile diff -u pkgsrc/x11/xterm/Makefile:1.138 pkgsrc/x11/xterm/Makefile:1.139 --- pkgsrc/x11/xterm/Makefile:1.138 Wed Oct 12 16:19:54 2022 +++ pkgsrc/x11/xterm/Makefile Tue Oct 25 09:33:11 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.138 2022/10/12 16:19:54 pin Exp $ +# $NetBSD: Makefile,v 1.139 2022/10/25 09:33:11 pin Exp $ -DISTNAME= xterm-374 +DISTNAME= xterm-375 CATEGORIES= x11 MASTER_SITES= ftp://ftp.invisible-island.net/xterm/ EXTRACT_SUFX= .tgz Index: pkgsrc/x11/xterm/distinfo diff -u pkgsrc/x11/xterm/distinfo:1.100 pkgsrc/x11/xterm/distinfo:1.101 --- pkgsrc/x11/xterm/distinfo:1.100 Wed Oct 12 16:19:54 2022 +++ pkgsrc/x11/xterm/distinfo Tue Oct 25 09:33:11 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.100 2022/10/12 16:19:54 pin Exp $ +$NetBSD: distinfo,v 1.101 2022/10/25 09:33:11 pin Exp $ -BLAKE2s (xterm-374.tgz) = a550aaf402c403a2e4f6100969de1ce427e48fb3ef0e902ace2572aff56bd469 -SHA512 (xterm-374.tgz) = aba16f31e79ff13dd8c5576890cac40276e55b89e037d888d4cc0a73bf6e57e0f2e63a6684f5fdd6aaf0a0980586424f302bdf6ed5a4b0c96f61ec435a1de2e8 -Size (xterm-374.tgz) = 1518184 bytes +BLAKE2s (xterm-375.tgz) = 21d186304973854061644fe3505f1f3e5ed9f003b34868effa670e6b16df336a +SHA512 (xterm-375.tgz) = 5492320055348f5f0c42789a2e47ae2fba4c19f7d55f50c174948fc79ab011e52435755b302e1439390a4ba44316eaaa7b79ce0ad9a366e53a84cfb2c3565a51 +Size (xterm-375.tgz) = 1518304 bytes --_----------=_1666690391252020--