Received: by mail.netbsd.org (Postfix, from userid 605) id 9FD9284ED2; Wed, 25 Aug 2021 00:11:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D7C4284E61 for ; Wed, 25 Aug 2021 00:11:48 +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 v58cPEgFdikS for ; Wed, 25 Aug 2021 00:11:48 +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 558F284CDA for ; Wed, 25 Aug 2021 00:11:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 493C8FA97; Wed, 25 Aug 2021 00:11:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162985030885920" MIME-Version: 1.0 Date: Wed, 25 Aug 2021 00:11:48 +0000 From: "Matthias Scheler" Subject: CVS commit: pkgsrc/mail/mutt To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20210825001148.493C8FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162985030885920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tron Date: Wed Aug 25 00:11:48 UTC 2021 Modified Files: pkgsrc/mail/mutt: Makefile distinfo Log Message: mutt: Update to version 2.1.2 This is an important bug-fix release, fixing a potential data-loss IMAP bug. IMAP users are strongly advised to upgrade. To generate a diff of this commit: cvs rdiff -u -r1.248 -r1.249 pkgsrc/mail/mutt/Makefile cvs rdiff -u -r1.97 -r1.98 pkgsrc/mail/mutt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162985030885920 Content-Disposition: inline Content-Length: 1723 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/mutt/Makefile diff -u pkgsrc/mail/mutt/Makefile:1.248 pkgsrc/mail/mutt/Makefile:1.249 --- pkgsrc/mail/mutt/Makefile:1.248 Sun Aug 8 20:53:41 2021 +++ pkgsrc/mail/mutt/Makefile Wed Aug 25 00:11:48 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.248 2021/08/08 20:53:41 nia Exp $ +# $NetBSD: Makefile,v 1.249 2021/08/25 00:11:48 tron Exp $ -DISTNAME= mutt-2.1.1 +DISTNAME= mutt-2.1.2 CATEGORIES= mail MASTER_SITES= http://ftp.mutt.org/pub/mutt/ Index: pkgsrc/mail/mutt/distinfo diff -u pkgsrc/mail/mutt/distinfo:1.97 pkgsrc/mail/mutt/distinfo:1.98 --- pkgsrc/mail/mutt/distinfo:1.97 Mon Jul 12 22:49:36 2021 +++ pkgsrc/mail/mutt/distinfo Wed Aug 25 00:11:48 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.97 2021/07/12 22:49:36 tron Exp $ +$NetBSD: distinfo,v 1.98 2021/08/25 00:11:48 tron Exp $ -SHA1 (mutt-2.1.1.tar.gz) = 5584e83f51e12f6736f2be580f49fd23716a44ae -RMD160 (mutt-2.1.1.tar.gz) = 5892bfce8569f7de5b1702b44d71baf588978a88 -SHA512 (mutt-2.1.1.tar.gz) = 8ae69353b820d97186996aec83a77722f4e0a45f881e1893ab93a2f183baf9087c0d3d7ff0d1596853617be27670cc36a2fa88b141860080e7ffd47d59ddb1a8 -Size (mutt-2.1.1.tar.gz) = 5406187 bytes +SHA1 (mutt-2.1.2.tar.gz) = a2bc73258f7c7e9d301a01ad8fe15cd0412534a8 +RMD160 (mutt-2.1.2.tar.gz) = 9c70f918f534b0d47fb302565fef465d9d4acf9f +SHA512 (mutt-2.1.2.tar.gz) = 39db1c0f4b3b716fb6314f2fb05dbff3c619bc4fbe7ce66b2f9681163b96b5cc23edab37c3a35cd143532281aafceae6057a7ab45f78f266a22816478938e242 +Size (mutt-2.1.2.tar.gz) = 5404858 bytes SHA1 (patch-Makefile.in) = 646eab10790053fff80bf8012ea85f40412b330c SHA1 (patch-color.c) = fc3777cace89e615b13118561ba133c504741bd0 SHA1 (patch-configure) = e9c8afff997485ec6e363d52744c7446c447f293 --_----------=_162985030885920--