Received: by mail.netbsd.org (Postfix, from userid 605) id 8EADD84D52; Sun, 26 May 2019 08:43:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1418584D3F for ; Sun, 26 May 2019 08:43:16 +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 vemf3BMDKbNN for ; Sun, 26 May 2019 08:43:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3440F84CD5 for ; Sun, 26 May 2019 08:43:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 290B9FBF4; Sun, 26 May 2019 08:43:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1558860195247580" MIME-Version: 1.0 Date: Sun, 26 May 2019 08:43:15 +0000 From: "Matthias Scheler" Subject: CVS commit: pkgsrc/mail/mutt To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20190526084315.290B9FBF4@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. --_----------=_1558860195247580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tron Date: Sun May 26 08:43:15 UTC 2019 Modified Files: pkgsrc/mail/mutt: Makefile PLIST distinfo pkgsrc/mail/mutt/patches: patch-aa Log Message: mutt: Update to version 1.12.0 Changes since version 1.11.4: ! $ssl_use_tlsv1 and $ssl_use_tlsv1_1 now default to unset. + $auto_subscribe, when set, automatically adds an email with the List-Post header to the subscribe list. ! Fcc now occurs after sending a message. If the fcc fails, mutt will prompt to try again, or to try another mailbox. + Basic protected header ("memory hole") support added for the Subject header. See the config vars: $crypt_protected_headers_read, $crypt_protected_headers_save, $crypt_protected_headers_subject, and $crypt_protected_headers_write. ! Color names can be prefixed with "light" in addition to "bright". "bright" colors are bold face, while "light" are non-bold. ! Color commands can now include an attribute (e.g. bold, underline). ! $pgp_use_gpg_agent defaults set. + in the browser menu allows entering nested maildir directories. + replies to all, but preserves To recipients in the reply. + $include_encrypted, default unset, prevents separately encrypted contents from being included in a reply. This helps to prevent a decryption oracle attack. ! With gpgme >= 1.11, recipient keys with a trailing '!' now force subkey use, as with classic gpg. ! In send mode, %{charset} mailcap expansion uses the current charset of the file. + $imap_fetch_chunk_size allows fetching new headers in groups of this size. This might help with timeouts during opening of huge mailboxes. If you have huge mailboxes, you should also try $imap_qresync. ! can be invoked from the pager too. + The $forward_attachments quadoption allows including attachments in inline-forwards (i.e. $mime_forward unset, $forward_decode set.) To generate a diff of this commit: cvs rdiff -u -r1.208 -r1.209 pkgsrc/mail/mutt/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/mail/mutt/PLIST cvs rdiff -u -r1.72 -r1.73 pkgsrc/mail/mutt/distinfo cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/mutt/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1558860195247580 Content-Disposition: inline Content-Length: 3253 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/mutt/Makefile diff -u pkgsrc/mail/mutt/Makefile:1.208 pkgsrc/mail/mutt/Makefile:1.209 --- pkgsrc/mail/mutt/Makefile:1.208 Thu Mar 14 08:15:13 2019 +++ pkgsrc/mail/mutt/Makefile Sun May 26 08:43:14 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.208 2019/03/14 08:15:13 tron Exp $ +# $NetBSD: Makefile,v 1.209 2019/05/26 08:43:14 tron Exp $ -DISTNAME= mutt-1.11.4 +DISTNAME= mutt-1.12.0 CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ Index: pkgsrc/mail/mutt/PLIST diff -u pkgsrc/mail/mutt/PLIST:1.25 pkgsrc/mail/mutt/PLIST:1.26 --- pkgsrc/mail/mutt/PLIST:1.25 Mon Nov 26 12:26:19 2018 +++ pkgsrc/mail/mutt/PLIST Sun May 26 08:43:14 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.25 2018/11/26 12:26:19 tron Exp $ +@comment $NetBSD: PLIST,v 1.26 2019/05/26 08:43:14 tron Exp $ bin/flea bin/mutt bin/mutt_dotlock @@ -79,6 +79,7 @@ share/examples/mutt/sample.mailcap share/examples/mutt/sample.muttrc share/examples/mutt/sample.muttrc-compress share/examples/mutt/sample.muttrc-sidebar +share/examples/mutt/sample.muttrc-starter share/examples/mutt/sample.muttrc-tlr share/examples/mutt/sample.vimrc-sidebar share/examples/mutt/smime.rc Index: pkgsrc/mail/mutt/distinfo diff -u pkgsrc/mail/mutt/distinfo:1.72 pkgsrc/mail/mutt/distinfo:1.73 --- pkgsrc/mail/mutt/distinfo:1.72 Thu Mar 14 08:15:13 2019 +++ pkgsrc/mail/mutt/distinfo Sun May 26 08:43:14 2019 @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.72 2019/03/14 08:15:13 tron Exp $ +$NetBSD: distinfo,v 1.73 2019/05/26 08:43:14 tron Exp $ -SHA1 (mutt-1.11.4.tar.gz) = 969d099ff31c42d63768e5011698ad4a0dffc840 -RMD160 (mutt-1.11.4.tar.gz) = b1443cf6c8596ea5fb593e144e3e2c7852e4c1c7 -SHA512 (mutt-1.11.4.tar.gz) = 18c5bfa5c45ef70b3307afccf28f613a36de035f1b5c493f84f0571f7ba297cd0b25e01be9102a028c51c28c459c4bc62281da88926e16ce58c3c1407609e0eb -Size (mutt-1.11.4.tar.gz) = 4582417 bytes -SHA1 (patch-aa) = 59d89dce24110be2927c8a1ea1fa5b780d644372 +SHA1 (mutt-1.12.0.tar.gz) = 7fa9b0324bfd6c6d2cc8a909c0b49e1400891d23 +RMD160 (mutt-1.12.0.tar.gz) = 83e85beeafb69db6610403444d9b0276a9259c02 +SHA512 (mutt-1.12.0.tar.gz) = b9482af3bfeb39ab8be7244deda49b56a77cfa15b3dfc7dd2b0ec2d7eba8e32b742b7a254ff64e6827a6f74f563830276bf950e8b2b192d27a1fd6b1df70443c +Size (mutt-1.12.0.tar.gz) = 4668896 bytes +SHA1 (patch-aa) = ffa6fc8af174b3caf3286f24ea6330b4a27d91a1 SHA1 (patch-ab) = 3d094b6bdb2b2ffac8ce6a1d3a306714c9f01835 SHA1 (patch-ac) = 40d119b7efed1a4622c42badc9ee97349b504044 SHA1 (patch-ad) = 6db5792162a0752ee533f5cd4cb3896e0ca92344 Index: pkgsrc/mail/mutt/patches/patch-aa diff -u pkgsrc/mail/mutt/patches/patch-aa:1.8 pkgsrc/mail/mutt/patches/patch-aa:1.9 --- pkgsrc/mail/mutt/patches/patch-aa:1.8 Thu Sep 3 14:49:02 2015 +++ pkgsrc/mail/mutt/patches/patch-aa Sun May 26 08:43:14 2019 @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.8 2015/09/03 14:49:02 wiz Exp $ +$NetBSD: patch-aa,v 1.9 2019/05/26 08:43:14 tron Exp $ ---- send.c.orig Sun Feb 1 12:10:58 2004 -+++ send.c -@@ -1689,6 +1689,13 @@ full_fcc: +--- send.c.orig 2019-05-10 03:20:15.000000000 +0100 ++++ send.c 2019-05-26 09:32:44.000000000 +0100 +@@ -2196,6 +2196,13 @@ } } @@ -15,4 +15,4 @@ $NetBSD: patch-aa,v 1.8 2015/09/03 14:49 +#endif rv = 0; - + --_----------=_1558860195247580--