Received: by mail.netbsd.org (Postfix, from userid 605) id 81A3B84E6A; Fri, 14 Aug 2020 20:09:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 091A784D87 for ; Fri, 14 Aug 2020 20:09:55 +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 NfqKHknc7WED for ; Fri, 14 Aug 2020 20:09:54 +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 3823F84CE1 for ; Fri, 14 Aug 2020 20:09:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C89FFB28; Fri, 14 Aug 2020 20:09:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1597435794180040" MIME-Version: 1.0 Date: Fri, 14 Aug 2020 20:09:54 +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: <20200814200954.2C89FFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1597435794180040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Aug 14 20:09:54 UTC 2020 Modified Files: pkgsrc/mail/neomutt: Makefile distinfo Log Message: neomutt: update to 20200814. 2020-08-14 Richard Russon * Security - Add mitigation against DoS from thousands of parts * Features - Allow index-style searching in postpone menu - Open NeoMutt using a mailbox name - Add `cd` command to change the current working directory - Add tab-completion menu for patterns - Allow renaming existing mailboxes - Check for missing attachments in alternative parts - Add one-liner docs to config items * Bug Fixes - Fix logic in checking an empty From address - Fix Imap crash in `cmd_parse_expunge()` - Fix setting attributes with S-Lang - Fix: redrawing of `$pager_index_lines` - Fix progress percentage for syncing large mboxes - Fix sidebar drawing in presence of indentation + named mailboxes - Fix retrieval of drafts when "postponed" is not in the mailboxes list - Do not add comments to address group terminators - Fix alias sorting for degenerate addresses - Fix attaching emails - Create directories for nonexistent file hcache case - Avoid creating mailboxes for failed subscribes - Fix crash if rejecting cert * Changed Config - Add `$copy_decode_weed`, `$pipe_decode_weed`, `$print_decode_weed` - Change default of `$crypt_protected_headers_subject` to "..." - Add default keybindings to history-up/down * Translations - 100% Czech - 100% Spanish * Build - Allow building against Lua 5.4 - Fix when sqlite3.h is missing * Docs - Add a brief section on stty to the manual - Update section "Terminal Keybindings" in the manual - Clarify PGP Pseudo-header `S` duration * Code - Clean up String API - Make the Sidebar more independent - De-centralise the Config Variables - Refactor dialogs - Refactor: Help Bar generation - Make more APIs Context-free - Adjust the edata use in Maildir and Notmuch - Window refactoring - Convert libsend to use Config functions - Refactor notifications to reduce noise - Convert Keymaps to use STAILQ - Track currently selected email by msgid - Config: no backing global variable - Add events for key binding * Upstream - Fix imap postponed mailbox use-after-free error - Speed up thread sort when many long threads exist - Fix ~v tagging when switching to non-threaded sorting - Add message/global to the list of known "message" types - Print progress meter when copying/saving tagged messages - Remove ansi formatting from autoview generated quoted replies - Change postpone mode to write Date header too - Unstuff `format=flowed` To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 pkgsrc/mail/neomutt/Makefile cvs rdiff -u -r1.44 -r1.45 pkgsrc/mail/neomutt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1597435794180040 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.59 pkgsrc/mail/neomutt/Makefile:1.60 --- pkgsrc/mail/neomutt/Makefile:1.59 Mon Jun 22 06:08:35 2020 +++ pkgsrc/mail/neomutt/Makefile Fri Aug 14 20:09:53 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2020/06/22 06:08:35 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2020/08/14 20:09:53 wiz Exp $ -DISTNAME= neomutt-20200619 +DISTNAME= neomutt-20200814 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/} GITHUB_TAG= ${PKGVERSION_NOREV} Index: pkgsrc/mail/neomutt/distinfo diff -u pkgsrc/mail/neomutt/distinfo:1.44 pkgsrc/mail/neomutt/distinfo:1.45 --- pkgsrc/mail/neomutt/distinfo:1.44 Mon Jun 22 06:08:35 2020 +++ pkgsrc/mail/neomutt/distinfo Fri Aug 14 20:09:53 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.44 2020/06/22 06:08:35 wiz Exp $ +$NetBSD: distinfo,v 1.45 2020/08/14 20:09:53 wiz Exp $ -SHA1 (neomutt-20200619-20200619.tar.gz) = 0bedb1ff0af1faa676a03c14dc1c2b81a7bf6d3b -RMD160 (neomutt-20200619-20200619.tar.gz) = 3c740c1454c9428ea8254959cd53776207a6a630 -SHA512 (neomutt-20200619-20200619.tar.gz) = 75d8f878776c57551f7b5fbbaaeb6bb671afe79f7f02a2e44deae40d4bb8a2db4520ae1b18f8e137ad574f401b591fdee5a1e8b2d78cfb71fa428c49418360f4 -Size (neomutt-20200619-20200619.tar.gz) = 3347610 bytes +SHA1 (neomutt-20200814-20200814.tar.gz) = 3537869a47d57224ae1439ab07940928a355e82d +RMD160 (neomutt-20200814-20200814.tar.gz) = 143c223a567a24aed4453cbb28b14967b51f686a +SHA512 (neomutt-20200814-20200814.tar.gz) = 5778c7c4184e2afb6fb2baf3cf8a9423ed22c369b911827caa1fa0455a9152b7aa1c8bb0d4abc50fdca921b96d8f3162a736c165323873000585cb271a825c53 +Size (neomutt-20200814-20200814.tar.gz) = 3403474 bytes SHA1 (patch-resize.c) = b747f878459950462d56e01bada2d01b49fca088 --_----------=_1597435794180040--