Received: by mail.netbsd.org (Postfix, from userid 605) id AB76984F25; Sat, 16 Oct 2021 17:44:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E5DC584F15 for ; Sat, 16 Oct 2021 17:44:35 +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 p67r3zzjw6o6 for ; Sat, 16 Oct 2021 17:44:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0ECB484CFD for ; Sat, 16 Oct 2021 17:44:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0188CFA94; Sat, 16 Oct 2021 17:44:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163440627482850" MIME-Version: 1.0 Date: Sat, 16 Oct 2021 17:44:34 +0000 From: "Thomas Merkel" Subject: CVS commit: [pkgsrc-2021Q3] pkgsrc/mail/neomutt To: pkgsrc-changes@NetBSD.org Reply-To: tm@netbsd.org X-Mailer: log_accum Message-Id: <20211016174435.0188CFA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163440627482850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tm Date: Sat Oct 16 17:44:34 UTC 2021 Modified Files: pkgsrc/mail/neomutt [pkgsrc-2021Q3]: Makefile PLIST distinfo Removed Files: pkgsrc/mail/neomutt/patches [pkgsrc-2021Q3]: patch-resize.c Log Message: 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 ` 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 `` - 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 `` - imap: fix crash when sync'ing labels - search: fix searching by Message-Id in `` - 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 To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.67.4.1 pkgsrc/mail/neomutt/Makefile cvs rdiff -u -r1.22 -r1.22.8.1 pkgsrc/mail/neomutt/PLIST cvs rdiff -u -r1.49 -r1.49.8.1 pkgsrc/mail/neomutt/distinfo cvs rdiff -u -r1.3 -r0 pkgsrc/mail/neomutt/patches/patch-resize.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163440627482850 Content-Disposition: inline Content-Length: 3186 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.67 pkgsrc/mail/neomutt/Makefile:1.67.4.1 --- pkgsrc/mail/neomutt/Makefile:1.67 Mon May 24 19:52:43 2021 +++ pkgsrc/mail/neomutt/Makefile Sat Oct 16 17:44:34 2021 @@ -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} Index: pkgsrc/mail/neomutt/PLIST diff -u pkgsrc/mail/neomutt/PLIST:1.22 pkgsrc/mail/neomutt/PLIST:1.22.8.1 --- pkgsrc/mail/neomutt/PLIST:1.22 Fri Nov 20 16:34:52 2020 +++ pkgsrc/mail/neomutt/PLIST Sat Oct 16 17:44:34 2021 @@ -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/manual.txt 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/it/LC_MESSAGES/neomutt.mo 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 Index: pkgsrc/mail/neomutt/distinfo diff -u pkgsrc/mail/neomutt/distinfo:1.49 pkgsrc/mail/neomutt/distinfo:1.49.8.1 --- pkgsrc/mail/neomutt/distinfo:1.49 Wed Dec 9 23:10:01 2020 +++ pkgsrc/mail/neomutt/distinfo Sat Oct 16 17:44:34 2021 @@ -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 --_----------=_163440627482850--