Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 ED6011A9217 for ; Wed, 9 Dec 2020 23:10:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3579F84D56; Wed, 9 Dec 2020 23:10:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 70D7684D6B for ; Wed, 9 Dec 2020 23:10:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Pgl6klVuVyof for ; Wed, 9 Dec 2020 23:10:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 85BE884CE8 for ; Wed, 9 Dec 2020 23:10:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7EDBFFA9D; Wed, 9 Dec 2020 23:10:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160755540199610" MIME-Version: 1.0 Date: Wed, 9 Dec 2020 23:10:01 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/neomutt To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20201209231001.7EDBFFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160755540199610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Dec 9 23:10:01 UTC 2020 Modified Files: pkgsrc/mail/neomutt: Makefile distinfo Log Message: neomutt: update to 20201127. 2020-11-27 Richard Russon * Bug Fixes - Fix crash when saving an alias * Translations - 70% Russian * Code - Remove redundant function call To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/mail/neomutt/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/mail/neomutt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160755540199610 Content-Disposition: inline Content-Length: 1776 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/neomutt/Makefile diff -u pkgsrc/mail/neomutt/Makefile:1.65 pkgsrc/mail/neomutt/Makefile:1.66 --- pkgsrc/mail/neomutt/Makefile:1.65 Fri Nov 20 16:34:52 2020 +++ pkgsrc/mail/neomutt/Makefile Wed Dec 9 23:10:01 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2020/11/20 16:34:52 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2020/12/09 23:10:01 wiz Exp $ -DISTNAME= neomutt-20201120 +DISTNAME= neomutt-20201127 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/} GITHUB_TAG= ${PKGVERSION_NOREV} Index: pkgsrc/mail/neomutt/distinfo diff -u pkgsrc/mail/neomutt/distinfo:1.48 pkgsrc/mail/neomutt/distinfo:1.49 --- pkgsrc/mail/neomutt/distinfo:1.48 Fri Nov 20 16:34:52 2020 +++ pkgsrc/mail/neomutt/distinfo Wed Dec 9 23:10:01 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.48 2020/11/20 16:34:52 wiz Exp $ +$NetBSD: distinfo,v 1.49 2020/12/09 23:10:01 wiz Exp $ -SHA1 (neomutt-20201120-20201120.tar.gz) = 368b18d398493705fec5ca55436f4929f4b31dc1 -RMD160 (neomutt-20201120-20201120.tar.gz) = 133beffc2887dd851104a59add8cbf0d3f3500e4 -SHA512 (neomutt-20201120-20201120.tar.gz) = 31c0cbfdf2b772f61b4c9bce97c9a2ad9fffb6ae21e562522544ad94247dfaa530334d90bd550eae1efc2b94a467ed959e4abb79b14261da7092f146a2e08e11 -Size (neomutt-20201120-20201120.tar.gz) = 3456322 bytes +SHA1 (neomutt-20201127-20201127.tar.gz) = 414126d5f0c4f4f4d2b530cdf0fca204b0bad45f +RMD160 (neomutt-20201127-20201127.tar.gz) = 39775af74d2bac31b3f3d6b1197d6318711230b3 +SHA512 (neomutt-20201127-20201127.tar.gz) = 01e45aa00794cfb1c74a45a7f144962c8ab6dee03b0e5ce39a24d0c50817b909cac440a072c5d8b21ee7656c37b77bba4ba818de73710ccc3b0f76fd3ddd71cf +Size (neomutt-20201127-20201127.tar.gz) = 3456248 bytes SHA1 (patch-resize.c) = b747f878459950462d56e01bada2d01b49fca088 --_----------=_160755540199610--