Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Q5WVcs4a; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=WDaJRW9A Received: by mail.netbsd.org (Postfix, from userid 605) id CC2EE84EC4; Fri, 26 Apr 2024 14:53:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714143214; bh=pMwQ17QQHMyrjiZMS8NOY98X1zI1pZKEDqwseFRKBHo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Q5WVcs4aXuNgoHY2Yk0ogJ0jXbzHS2YEpXlDN9FEo4M3E1oSHpamgWAM4Q4PLvo0O GuzK+0uBYc6E/kv/hCv4zXpG753YT8PUudvSkDHgkQ4c5vmZy3V8T5HemFJBP0Xb2A IqPcfmhGteuPkRJw3eGPs+xPpxHZ6pNmYRNheymw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB1B284CCF for ; Fri, 26 Apr 2024 14:53:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IiFbon0dARyb for ; Fri, 26 Apr 2024 14:53:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1B01984EC2 for ; Fri, 26 Apr 2024 14:53:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714143212; bh=pMwQ17QQHMyrjiZMS8NOY98X1zI1pZKEDqwseFRKBHo=; h=Date:From:Subject:To:Reply-To; b=WDaJRW9AO69HGgrAezOIAXfq1HaNN0QLsBAl2QCVSmot8XQCZrNyN37i9Bgd1yJoc k4KGRKFY9wja39WCKc5M6od9QIxwXamzXjai/r1SJa/STJ7Ft/lSUBtcuIA9/a8l9J nAYTW/bUu5F4LwZc2e158VTLrzJT0gYcrKzbk2SE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 135E3FA2C; Fri, 26 Apr 2024 14:53:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714143212111940" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 14:53:32 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20240426145332.135E3FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714143212111940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Fri Apr 26 14:53:31 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated chat/twitch-tui to 2.6.7 To generate a diff of this commit: cvs rdiff -u -r1.2711 -r1.2712 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714143212111940 Content-Disposition: inline Content-Length: 736 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.2711 pkgsrc/doc/CHANGES-2024:1.2712 --- pkgsrc/doc/CHANGES-2024:1.2711 Fri Apr 26 14:26:25 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Apr 26 14:53:31 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2711 2024/04/26 14:26:25 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2712 2024/04/26 14:53:31 schmonz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4464,3 +4464,4 @@ Changes to the packages collection and i Updated cross/avr-binutils to 2.42 [micha 2024-04-26] Updated cross/avr-gcc to 13.2.0 [micha 2024-04-26] mk: changed default emacs version to emacs29 [wiz 2024-04-26] + Updated chat/twitch-tui to 2.6.7 [schmonz 2024-04-26] --_----------=_1714143212111940--