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 E1D171A9239 for ; Fri, 29 Oct 2021 23:09:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E0EF484FD1; Fri, 29 Oct 2021 23:09:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 259DD84D5B for ; Fri, 29 Oct 2021 23:09:25 +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 o4Cwc4xVWrqu for ; Fri, 29 Oct 2021 23:09:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 88DB484D0D for ; Fri, 29 Oct 2021 23:09:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D8AAFA97; Fri, 29 Oct 2021 23:09:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1635548964104450" MIME-Version: 1.0 Date: Fri, 29 Oct 2021 23:09:24 +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: <20211029230924.7D8AAFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1635548964104450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Oct 29 23:09:24 UTC 2021 Modified Files: pkgsrc/mail/neomutt: Makefile distinfo Log Message: neomutt: update to 20211029. 2021-10-29 Richard Russon * Features - Notmuch: support separate database and mail roots without .notmuch * Bug Fixes - fix notmuch crash on open failure - fix crypto crash handling pgp keys - fix ncrypt/pgp file_get_size return check - fix restore case-insensitive header sort - fix pager redrawing of long lines - fix notmuch: check database dir for xapian dir - fix notmuch: update index count after `` - fix protect hash table against empty keys - fix prevent real_subj being set but empty - fix leak when saving fcc - fix leak after `` - fix leak after trash to hidden mailbox - fix leak restoring postponed emails To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 pkgsrc/mail/neomutt/Makefile cvs rdiff -u -r1.55 -r1.56 pkgsrc/mail/neomutt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1635548964104450 Content-Disposition: inline Content-Length: 1592 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.71 pkgsrc/mail/neomutt/Makefile:1.72 --- pkgsrc/mail/neomutt/Makefile:1.71 Fri Oct 22 17:11:54 2021 +++ pkgsrc/mail/neomutt/Makefile Fri Oct 29 23:09:24 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2021/10/22 17:11:54 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2021/10/29 23:09:24 wiz Exp $ -DISTNAME= neomutt-20211022 +DISTNAME= neomutt-20211029 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/} GITHUB_TAG= ${PKGVERSION_NOREV} Index: pkgsrc/mail/neomutt/distinfo diff -u pkgsrc/mail/neomutt/distinfo:1.55 pkgsrc/mail/neomutt/distinfo:1.56 --- pkgsrc/mail/neomutt/distinfo:1.55 Tue Oct 26 10:54:09 2021 +++ pkgsrc/mail/neomutt/distinfo Fri Oct 29 23:09:24 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.55 2021/10/26 10:54:09 nia Exp $ +$NetBSD: distinfo,v 1.56 2021/10/29 23:09:24 wiz Exp $ -BLAKE2s (neomutt-20211022-20211022.tar.gz) = 639adfc256f4ef9575223cbe7704bf2fdb201034ed0e5115b54c010b2173764e -SHA512 (neomutt-20211022-20211022.tar.gz) = 8e574cd9bed19880eeb1605bb8fac1e5933571c2b499364465efce4212e2bcd7c6bc9909bf8241b5dd0fa461a55f71fdd04f4b35fc1d92ffea4647ac2b3672d0 -Size (neomutt-20211022-20211022.tar.gz) = 3731092 bytes +BLAKE2s (neomutt-20211029-20211029.tar.gz) = e72d7c9a041a2b20d7494ba1cc089b07b68708c37d5fa8a7e15f11784c6447d3 +SHA512 (neomutt-20211029-20211029.tar.gz) = 7335a4451aa8657aa83988b42fb78c5ebdc82ce4395d93d1eb2fded36b02d3fac9b8fed3cf1353042ecebe11e6ccdd9d403b99f068555693901b1700791e3ae0 +Size (neomutt-20211029-20211029.tar.gz) = 3702926 bytes --_----------=_1635548964104450--