Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/neomutt neomutt: update to 20200814.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e92400817cb9
branches:  trunk
changeset: 437030:e92400817cb9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Aug 14 20:09:53 2020 +0000

description:
neomutt: update to 20200814.

2020-08-14  Richard Russon  <rich%flatcap.org@localhost>
* 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<id>` 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`

diffstat:

 mail/neomutt/Makefile |   4 ++--
 mail/neomutt/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r ad9991186c93 -r e92400817cb9 mail/neomutt/Makefile
--- a/mail/neomutt/Makefile     Fri Aug 14 20:01:19 2020 +0000
+++ b/mail/neomutt/Makefile     Fri Aug 14 20:09:53 2020 +0000
@@ -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}
diff -r ad9991186c93 -r e92400817cb9 mail/neomutt/distinfo
--- a/mail/neomutt/distinfo     Fri Aug 14 20:01:19 2020 +0000
+++ b/mail/neomutt/distinfo     Fri Aug 14 20:09:53 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index