pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2021Q3]: pkgsrc/mail/neomutt Pullup ticket #6514 - requested b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/eb5e98caa3bf
branches: pkgsrc-2021Q3
changeset: 768239:eb5e98caa3bf
user: tm <tm%pkgsrc.org@localhost>
date: Sat Oct 16 17:44:34 2021 +0000
description:
Pullup ticket #6514 - requested by wiz
mail/neomutt: security fix
Revisions pulled up:
- mail/neomutt/Makefile 1.69
- mail/neomutt/PLIST 1.23
- mail/neomutt/distinfo 1.53
- mail/neomutt/patches/patch-resize.c deleted
---
Module Name: pkgsrc
Committed By: wiz
Date: Fri Oct 15 11:43:54 UTC 2021
Modified Files:
pkgsrc/mail/neomutt: Makefile PLIST distinfo
Removed Files:
pkgsrc/mail/neomutt/patches: patch-resize.c
Log Message:
neomutt: update to 20211015.
* Security
- Fix CVE-2021-32055
* Features
- threads: implement the `$use_threads` feature
https://neomutt.org/feature/use-threads
- hooks: allow a -noregex param to folder and mbox hooks
- mailing lists: implement list-(un)subscribe using RFC2369 headers
- mailcap: implement x-neomutt-nowrap flag
- pager: add `$local_date_header` option
- imap, smtp: add support for authenticating using XOAUTH2
- Allow `<sync-mailbox`> to fail quietly
- imap: speed up server-side searches
- pager: improve skip-quoted and skip-headers
- notmuch: open database with user's configuration
- notmuch: implement `<vfolder-window-reset>`
- config: allow += modification of my_ variables
- notmuch: tolerate file renames behind neomutt's back
- pager: implement `$pager_read_delay`
- notmuch: validate `nm_query_window_timebase`
- notmuch: make $nm_record work in non-notmuch mailboxes
- compose: add `$greeting` - a welcome message on top of emails
- notmuch: show additional mail in query windows
* Changed Config
- Renamed lots of config, e.g. `askbcc` to `ask_bcc`.
* Bug Fixes
- imap: fix crash on external IMAP events
- notmuch: handle missing libnotmuch version bumps
- imap: add sanity check for qresync
- notmuch: allow windows with 0 duration
- index: fix index selection on `<collapse-all>`
- imap: fix crash when sync'ing labels
- search: fix searching by Message-Id in `<mark-message>`
- threads: fix double sorting of threads
- stats: don't check mailbox stats unless told
- alias: fix crash on empty query
- pager: honor mid-message config changes
- mailbox: don't propagate read-only state across reopens
- hcache: fix caching new labels in the header cache
- crypto: set invalidity flags for gpgme/smime keys
- notmuch: fix parsing of multiple `type=`
- notmuch: validate $nm_default_url
- messages: avoid unnecessary opening of messages
- imap: fix seqset iterator when it ends in a comma
- build: refuse to build without pcre2 when pcre2 is linked in ncurses
* Translation updates
diffstat:
mail/neomutt/Makefile | 5 ++---
mail/neomutt/PLIST | 6 +++++-
mail/neomutt/distinfo | 11 +++++------
mail/neomutt/patches/patch-resize.c | 14 --------------
4 files changed, 12 insertions(+), 24 deletions(-)
diffs (79 lines):
diff -r 26d3b7999b2a -r eb5e98caa3bf mail/neomutt/Makefile
--- a/mail/neomutt/Makefile Thu Oct 14 18:58:39 2021 +0000
+++ b/mail/neomutt/Makefile Sat Oct 16 17:44:34 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2021/05/24 19:52:43 wiz Exp $
+# $NetBSD: Makefile,v 1.67.4.1 2021/10/16 17:44:34 tm Exp $
-DISTNAME= neomutt-20201127
-PKGREVISION= 1
+DISTNAME= neomutt-20211015
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/}
GITHUB_TAG= ${PKGVERSION_NOREV}
diff -r 26d3b7999b2a -r eb5e98caa3bf mail/neomutt/PLIST
--- a/mail/neomutt/PLIST Thu Oct 14 18:58:39 2021 +0000
+++ b/mail/neomutt/PLIST Sat Oct 16 17:44:34 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2020/11/20 16:34:52 wiz Exp $
+@comment $NetBSD: PLIST,v 1.22.8.1 2021/10/16 17:44:34 tm Exp $
bin/neomutt
libexec/neomutt/pgpewrap
${PLIST.smime}libexec/neomutt/smime_keys
@@ -51,6 +51,8 @@
share/doc/neomutt/mime.types
share/doc/neomutt/mimesupport.html
share/doc/neomutt/miscellany.html
+share/doc/neomutt/oauth2/mutt_oauth2.py
+share/doc/neomutt/oauth2/mutt_oauth2.py.README
share/doc/neomutt/optionalfeatures.html
share/doc/neomutt/reference.html
share/doc/neomutt/samples/Mush.rc
@@ -93,11 +95,13 @@
share/locale/ja/LC_MESSAGES/neomutt.mo
share/locale/ko/LC_MESSAGES/neomutt.mo
share/locale/lt/LC_MESSAGES/neomutt.mo
+share/locale/nb_NO/LC_MESSAGES/neomutt.mo
share/locale/nl/LC_MESSAGES/neomutt.mo
share/locale/pl/LC_MESSAGES/neomutt.mo
share/locale/pt_BR/LC_MESSAGES/neomutt.mo
share/locale/ru/LC_MESSAGES/neomutt.mo
share/locale/sk/LC_MESSAGES/neomutt.mo
+share/locale/sr/LC_MESSAGES/neomutt.mo
share/locale/sv/LC_MESSAGES/neomutt.mo
share/locale/tr/LC_MESSAGES/neomutt.mo
share/locale/uk/LC_MESSAGES/neomutt.mo
diff -r 26d3b7999b2a -r eb5e98caa3bf mail/neomutt/distinfo
--- a/mail/neomutt/distinfo Thu Oct 14 18:58:39 2021 +0000
+++ b/mail/neomutt/distinfo Sat Oct 16 17:44:34 2021 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.49 2020/12/09 23:10:01 wiz Exp $
+$NetBSD: distinfo,v 1.49.8.1 2021/10/16 17:44:34 tm Exp $
-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
+SHA1 (neomutt-20211015-20211015.tar.gz) = 15c19ec6e32d980ab1ee1da8e018177ad35112f5
+RMD160 (neomutt-20211015-20211015.tar.gz) = 1018ea7ab2e175b3a270a83c70ae5e3eff74d356
+SHA512 (neomutt-20211015-20211015.tar.gz) = b466fa73567b3f97c084133315dc8b35578ca369018a7beccb0e6f18324add262c591671c4fc60defd3c9623db7e95e2f631a6df10b0ef3869cf0e4a6b0eec03
+Size (neomutt-20211015-20211015.tar.gz) = 3727778 bytes
diff -r 26d3b7999b2a -r eb5e98caa3bf mail/neomutt/patches/patch-resize.c
--- a/mail/neomutt/patches/patch-resize.c Thu Oct 14 18:58:39 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-resize.c,v 1.3 2020/01/16 13:52:39 tm Exp $
-
-Required to have the correct struct information for winsize.
-
---- resize.c.orig 2019-11-29 15:02:20.000000000 +0000
-+++ resize.c
-@@ -43,6 +43,7 @@
- #include <ioctl.h>
- #endif
- #endif
-+#include <termios.h>
-
- /**
- * mutt_get_winsize - Use an ioctl to get the window size
Home |
Main Index |
Thread Index |
Old Index