pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mutt



Module Name:    pkgsrc
Committed By:   tron
Date:           Sun Feb 13 08:35:32 UTC 2022

Modified Files:
        pkgsrc/mail/mutt: Makefile distinfo

Log Message:
mutt: Update to version 2.2.0

Changes since version 2.1.5:
+ $pager_skip_quoted_context determines the number of lines to show
  before unquoted text when using <skip-quoted> in the pager.
! Quadoption prompts and a few boolean prompts now have a '?' choice,
  which will display the associated configuration variable.
! <enter>, <return>, and <keypadenter> can be bound to separate
  functions/macros.
+ $sort_thread_groups can be used to sort top-level thread groups differently
  than subthreads.
! contrib/smime.rc now uses the cms utility for SMIME encryption/decryption.
+ $compose_confirm_detach_first helps prevent accidentally deleting your
  typed message in the compose menu.
+ The $attach_save_charset_convert quadoption prompts to allow charset
  conversion of received text-type attachments when saving them to disk.
+ --with-gsasl allows configuration with the GNU SASL library, as an
  alternative to Cyrus.
! $reply_regexp is now localizable by translators, to add other
  non-standard prefixes used in the locale.  "aw" was removed from the
  default value.
! $rfc2047_parameters is enabled by default.


To generate a diff of this commit:
cvs rdiff -u -r1.255 -r1.256 pkgsrc/mail/mutt/Makefile
cvs rdiff -u -r1.103 -r1.104 pkgsrc/mail/mutt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/mutt/Makefile
diff -u pkgsrc/mail/mutt/Makefile:1.255 pkgsrc/mail/mutt/Makefile:1.256
--- pkgsrc/mail/mutt/Makefile:1.255     Fri Dec 31 07:33:02 2021
+++ pkgsrc/mail/mutt/Makefile   Sun Feb 13 08:35:32 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.255 2021/12/31 07:33:02 tron Exp $
+# $NetBSD: Makefile,v 1.256 2022/02/13 08:35:32 tron Exp $
 
-DISTNAME=              mutt-2.1.5
+DISTNAME=              mutt-2.2.0
 CATEGORIES=            mail
 MASTER_SITES=          http://ftp.mutt.org/pub/mutt/
 

Index: pkgsrc/mail/mutt/distinfo
diff -u pkgsrc/mail/mutt/distinfo:1.103 pkgsrc/mail/mutt/distinfo:1.104
--- pkgsrc/mail/mutt/distinfo:1.103     Fri Dec 31 07:33:02 2021
+++ pkgsrc/mail/mutt/distinfo   Sun Feb 13 08:35:32 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.103 2021/12/31 07:33:02 tron Exp $
+$NetBSD: distinfo,v 1.104 2022/02/13 08:35:32 tron Exp $
 
-BLAKE2s (mutt-2.1.5.tar.gz) = f66ab01489f3909084dbb0ed625bb459b9a36bdbe84f58d8b3f6adfcbd4d0846
-SHA512 (mutt-2.1.5.tar.gz) = 8daf534ef6b8f97bdbbc1bccb64dad51de6fe0fbdb41d3d5cbe418fe234000dc09ea2b790d2529c205f16b89c6963b6de98eaa2fdc6e3f5b55a3cb5f7962e0d5
-Size (mutt-2.1.5.tar.gz) = 5414049 bytes
+BLAKE2s (mutt-2.2.0.tar.gz) = 307a504fe1ffae57c856179c2923e895442cce19994f0631f941286d02cd28e4
+SHA512 (mutt-2.2.0.tar.gz) = 91046063f0b3d670a2f7a8f38b291618caedb6ecd7290c71868bc45fffe4c8e7e560d91a13f797f74a9a5fabb26e61963566deaf4699ca0f582deb949016273e
+Size (mutt-2.2.0.tar.gz) = 5503348 bytes
 SHA1 (patch-Makefile.in) = 646eab10790053fff80bf8012ea85f40412b330c
 SHA1 (patch-color.c) = fc3777cace89e615b13118561ba133c504741bd0
 SHA1 (patch-configure) = e9c8afff997485ec6e363d52744c7446c447f293



Home | Main Index | Thread Index | Old Index