Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 47E2F1A921F for ; Fri, 22 Oct 2021 17:12:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7D8DF84F74; Fri, 22 Oct 2021 17:12:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A851F84F6F for ; Fri, 22 Oct 2021 17:12:07 +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 wseABSPM8rGt for ; Fri, 22 Oct 2021 17:12:07 +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 F406F84CBC for ; Fri, 22 Oct 2021 17:12:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EB6C7FA97; Fri, 22 Oct 2021 17:12:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1634922726123950" MIME-Version: 1.0 Date: Fri, 22 Oct 2021 17:12:06 +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: <20211022171206.EB6C7FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1634922726123950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Oct 22 17:12:06 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: doc: Updated mail/neomutt to 20211022 To generate a diff of this commit: cvs rdiff -u -r1.5250 -r1.5251 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.21171 -r1.21172 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1634922726123950 Content-Disposition: inline Content-Length: 1288 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.5250 pkgsrc/doc/CHANGES-2021:1.5251 --- pkgsrc/doc/CHANGES-2021:1.5250 Fri Oct 22 15:14:45 2021 +++ pkgsrc/doc/CHANGES-2021 Fri Oct 22 17:12:06 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.5250 2021/10/22 15:14:45 taca Exp $ +$NetBSD: CHANGES-2021,v 1.5251 2021/10/22 17:12:06 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -8002,3 +8002,4 @@ Changes to the packages collection and i Updated graphics/php-imagick to 3.5.1 [jperkin 2021-10-22] Updated lang/php80 to 8.0.12 [taca 2021-10-22] Updated lang/php74 to 7.4.25 [taca 2021-10-22] + Updated mail/neomutt to 20211022 [wiz 2021-10-22] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.21171 pkgsrc/doc/TODO:1.21172 --- pkgsrc/doc/TODO:1.21171 Thu Oct 21 21:15:43 2021 +++ pkgsrc/doc/TODO Fri Oct 22 17:12:06 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21171 2021/10/21 21:15:43 wiz Exp $ +$NetBSD: TODO,v 1.21172 2021/10/22 17:12:06 wiz Exp $ Suggested new packages ====================== @@ -1773,7 +1773,7 @@ For possible Perl packages updates, see o ruby-marisa-0.2.6 o ruby-redmine-gitmike-theme-1.2.1 o rump-20131213 - o rust-1.55.0 + o rust-1.56.0 o rvault-0.4 o rvm-1.20 o sabayon-2.30.1 --_----------=_1634922726123950--