pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/neomutt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 16 22:08:23 UTC 2024

Modified Files:
        pkgsrc/mail/neomutt: Makefile distinfo

Log Message:
neomutt: update to 20240416.

2024-04-16  Richard Russon  \<rich%flatcap.org@localhost\>
* Features
  - #4216 Compose: Hide MixMaster chain if chain is empty
  - Expando upgrade
  - version: bold labels
* Contrib
  - mutt_oauth2.py: Detect recipient for oauth automatically
  - mutt_oauth2.py: imap_oauth_refresh_command does not need options
* Bug Fixes
  - #4210 mbox: fix sorting for `mbox_resync()`
  - #4241 only wrap after first address in header lines
  - status: reset Buffer before reuse
  - history: truncate file before writing over it
  - notmuch: strip leading / from short path
  - Fix smtp client `$envelope_from_address` possible dangling pointer
  - Fix non-printable keyname printing to use `<octal>` syntax
  - Filter Arabic Letter Mark due to display corruption
  - Loosen `imap_open_mailbox()` SELECT response data parsing
  - Change `mailto_allow` to be exact match only
  - Fix `mutt_read_rfc822_line()` to use `is_email_wsp()`
  - Improve pattern compiler whitespace skipping
  - Fix gpgme crash when listing keys in a public key block
  - Add SigInt handler for pattern functions
  - Fix some mailbox prompts to use mailbox history ring
  - Improve GPGME inline processing
  - Reset SIGPIPE signal handler in child process before `exec()`
  - Filter headers passed via the command line
  - Remove trailing slashes when opening maildir/mh mailboxes
  - Fix `mutt_paddstr()` to properly filter unprintable chars
  - Minor fixes to `match_body_patterns()`
  - Fix `mutt_ts_capability()` fallback list loop
  - Ensure SIGALRM interrupts connect() in batch mode
  - Tighten `$query_command` parsing to allow empty name field
* Changed Config
  - #4224 config: add L10N support
  - New: `set compose_confirm_detach_first = yes`
    Prevent the accidental deletion of the composed message
  - Changed: `set reply_regex = "^((re)(\\[[0-9]+\\])*:[ \t]*)*"`
    Regex to match message reply subjects like 're: '
  - Changed: `set pager = ""`
    External command for viewing messages, or empty to use NeoMutt's
* Translations
  - 100% Czech
  - 100% German
  - 100% Lithuanian
  - 100% Serbian
  - 100% Slovak
  - 99% Turkish
  - l10n: document functions
  - config: add L10N support
* Docs
  - Clarify the manual section on POP3 support
  - Document the `<1234>` key syntax for bind
  - Document `$sendmail` invocation behavior
  - Clarify -H usage in batch mode is not a "pass through" option


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.70 -r1.71 pkgsrc/mail/neomutt/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/neomutt/Makefile
diff -u pkgsrc/mail/neomutt/Makefile:1.92 pkgsrc/mail/neomutt/Makefile:1.93
--- pkgsrc/mail/neomutt/Makefile:1.92   Fri Apr  5 10:31:55 2024
+++ pkgsrc/mail/neomutt/Makefile        Tue Apr 16 22:08:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2024/04/05 10:31:55 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2024/04/16 22:08:23 wiz Exp $
 
-DISTNAME=              neomutt-20240329
+DISTNAME=              neomutt-20240416
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${PKGVERSION_NOREV}

Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.70 pkgsrc/mail/neomutt/distinfo:1.71
--- pkgsrc/mail/neomutt/distinfo:1.70   Fri Apr  5 10:31:55 2024
+++ pkgsrc/mail/neomutt/distinfo        Tue Apr 16 22:08:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.70 2024/04/05 10:31:55 wiz Exp $
+$NetBSD: distinfo,v 1.71 2024/04/16 22:08:23 wiz Exp $
 
-BLAKE2s (neomutt-20240329-20240329.tar.gz) = 18386705d66298b9617260e7aaf5e614e22baa560c3766836904fc8c395defe0
-SHA512 (neomutt-20240329-20240329.tar.gz) = 0b4e0348b698d83fd79085782ad951ea256662ed7447ee233bca40d8ae7e63439313f28a72501451866d8344cae1658f37751310473f3d4bda143247d0884794
-Size (neomutt-20240329-20240329.tar.gz) = 3832314 bytes
+BLAKE2s (neomutt-20240416-20240416.tar.gz) = 16e22ebfd447200f61ffcec77a18435d3a4404d4bb19d46d8fb3b77330e81ec8
+SHA512 (neomutt-20240416-20240416.tar.gz) = fa5313cbd7b8d5455fc58bfb105067e188a08284ac08fb10d0066b0390cb040519041a6e2ffc6c9098e85d109ff66f18064883e71dee498a6a2d1e09fac07254
+Size (neomutt-20240416-20240416.tar.gz) = 4089291 bytes



Home | Main Index | Thread Index | Old Index