head	1.2;
access;
symbols
	pkgsrc-2020Q1:1.1.0.2
	pkgsrc-2020Q1-base:1.1
	pkgsrc-2019Q4:1.1.0.4
	pkgsrc-2019Q4-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2020.06.22.06.24.15;	author wiz;	state dead;
branches;
next	1.1;
commitid	0mbYkKbaQInmybdC;

1.1
date	2019.12.01.00.02.34;	author tron;	state Exp;
branches;
next	;
commitid	ba95xs85bHIQZVMB;


desc
@@


1.2
log
@mutt: update to 1.14.4.

Remove some patches that would get voting rights soon.
Remove support for NetBSD 1.5.
pkglint cleanup.
XXX: someone should send the remaining patches upstream.

Mutt 1.14.4 was released on June 18, 2020. This is an important
bug-fix release. It fixes a possible machine-in-the-middle response
injection attack when using STARTTLS with IMAP, POP3, and SMTP
(CVE-2020-14954).

Mutt 1.14.3 was released on June 14, 2020. This is an important
bug-fix release. It fixes a possible IMAP fcc/postpone
machine-in-the-middle attack (CVE-2020-14093). It also fixes some
GnuTLS certificate prompt issues.

Mutt 1.14.2 was released on May 25, 2020. This is a bug-fix release,
fixing a few prompt buffer-size issues and adding a potential DoS
mitigation.

Mutt 1.14.1 was released on May 16, 2020. This is a bug-fix release,
fixing a documentation build issue and a few other small bugs.

Mutt 1.14.0 was released on May 2, 2020. This release has new
features and bug fixes. See the UPDATING file, or for more details
see the release notes page.
@
text
@$NetBSD: patch-doc-Muttrc,v 1.1 2019/12/01 00:02:34 tron Exp $

Rewrite hard coded pathnames configuration file documentation

--- doc/Muttrc.orig	2019-11-30 18:14:44.000000000 +0000
+++ doc/Muttrc	2019-11-30 23:50:15.102043333 +0000
@@@@ -23,7 +23,7 @@@@
 "call urlview to extract URLs out of a message"
 
 # Show documentation when pressing F1
-macro generic,pager <F1> "<shell-escape> less /usr/local/share/doc/mutt/manual.txt<Enter>" "show Mutt documentation"
+macro generic,pager <F1> "<shell-escape> less @@DOCDIR@@/manual.txt<Enter>" "show Mutt documentation"
 
 # show the incoming mailboxes list (just like "mutt -y") and back when pressing "y"
 # note: these macros have been subsumed by the <browse-mailboxes> function.
@@@@ -1183,11 +1183,11 @@@@
 # filtered message is read from the standard output.
 # 
 # 
-# set dotlock_program="/usr/local/bin/mutt_dotlock"
+# set dotlock_program="@@PREFIX@@/bin/mutt_dotlock"
 #
 # Name: dotlock_program
 # Type: path
-# Default: "/usr/local/bin/mutt_dotlock"
+# Default: "@@PREFIX@@/bin/mutt_dotlock"
 # 
 # 
 # Contains the path of the mutt_dotlock(8) binary to be used by
@@@@ -5923,7 +5923,7 @@@@
 # Setting this variable will cause mutt to open a pipe to a command
 # instead of a raw socket. You may be able to use this to set up
 # preauthenticated connections to your IMAP/POP3/SMTP server. Example:
-# set tunnel="ssh -q mailhost.net /usr/local/libexec/imapd"
+# set tunnel="ssh -q mailhost.net @@PREFIX@@/libexec/imapd"
 # 
 # Note: For this example to work you must be able to log in to the remote
 # machine without having to enter a password.
@


1.1
log
@mutt: Update to version 1.13.0

Changes since version 1.12.2:
! <half-up> and <half-down> in the pager are now symmetric.
! $ssl_force_tls is now set by default.
! Configure option --with-regex is renamed to --with-bundled-regex.
  Most modern OS should be fine using their own regex library.  The
  rename is to clarify the intention of the option.
! Configure option --disable-doc now only disables the manual generation.
  Other parts of the doc directory (man pages, Muttrc file) are generated.
! $user_agent is now unset by default.
! unattachments now has a '*' parameter to remove all attachment counting.
+ Autocrypt support.  Enabled via configure option --enable-autocrypt.
  Please see the manual for details on how to enable and use this properly.
+ Byte size displays can be customized via new variables $size_show_bytes,
  $size_show_mb, $size_show_fractions, $size_units_on_left.
+ $ssl_use_tlsv1_3, default set, allows TLS1.3 connections if supported
  by the server.
! format=flowed space stuffing works again, and is performed after every
  edit, not just the first time.
+ $browser_sticky_cursor, default set, attempts to keep the cursor on the
  same mailbox when performing operations in the browser.
! <display-filename> in the browser menu shows the full path for local and
  IMAP mailboxes.
! $sidebar_folder_indent and $sidebar_short_path are now based on previous
  entries in the sidebar, allowing them to work on mailboxes outside $folder.
! Sidebar entries are now prefixed with mailbox shortcuts '~' and '='.  This
  uses the same code as other parts of mutt, for more consistent display.
+ <browse-mailboxes> allows direct access to the mailboxes list from the
  index and pager, without having to use a macro.  This improves
  $browser_sticky_cursor initial selection of the current mailbox.
! <pipe-message> with $pipe_decode set will update MIME headers to decoded
  text/plain values.
+ $send_multipart_alternative and $send_multipart_alternative_filter allow
  the generation of a multipart/alternative when composing a message.  See
  their documentation in the manual for more details.  Also see
  contrib/markdown2html for a sample filter.
+ In the compose menu <view-alt>, <view-alt-text>, <view-alt-mailcap> allow
  previewing the output of the $send_multipart_alternative_filter.
! $write_bcc now defaults unset.  It no longer affects the Fcc copy, which
  will always include the Bcc header.
+ When $count_alternatives is set, Mutt will recurse inside
  multipart/alternatives while performing attachment searching and counting.
  This affects %X in the index and ~X pattern matching.
@
text
@d1 1
a1 1
$NetBSD: patch-ap,v 1.2 2018/05/20 07:54:23 tron Exp $
@

