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:           Sat Apr  5 08:16:45 UTC 2025

Modified Files:
        pkgsrc/mail/neomutt: Makefile distinfo

Log Message:
neomutt: update to 20250404.

2025-04-04  Richard Russon  \<rich%flatcap.org@localhost\>
* Features
  - #4493 config: don't quote enums
  - #4493 link config dump to docs
  - #4494 refactor the Help Page for clarity
  - #4554 CLI: `neomutt -DD` -- Dump Different
  - #4593 browser: tag select rather than descend
* Bug Fixes
  - #3469 source: fix variable interpretation
  - #4370 `mutt_oauth2`: refactor `sasl_string` computation
  - #4536 expand tabs to spaces in compose preview
  - #4537 fix dumping of initial values
  - #4538 move `real_name` init
  - #4542 Remove `MUTT_NEWFOLDER`, fix appending to mbox
  - #4546 Respect Ignore when modifying an email's headers
  - #4549 fix refresh on toggle `hide_thread_subject`
  - #4550 buffer: fix seek
  - #4551 add comma to single `<complete-query>` match
  - #4595 notmuch: check for parse failure
  - #4596 query: allow `<>`s around email addresses
  - pager: fix normal/stripe colour
  - fix colour leaks in pager
  - fix array leak in the verify certificate dialog
* Translations
  - 100% German
  - 100% Turkish
  - 96% Lithuanian
  - 86% French
  - 49% Chinese (Traditional)
* Build
  - #4552 Deprecate some configure options that aren't used anymore
  - build: workaround for unused-result warning
* Code
  - #4492 colour refactoring
  - #4543 debug: Chain old SEGV Handler
  - #4545 Allow nested `ARRAY_FOREACH()`
  - #4553 config: API `has_been_set()`
  - #4557 config: drop ConfigSet from API functions
  - #4558 drop obsolete pgp/smime menus
  - #4559 array: `foreach_reverse()`
  - #4560 Change description of verify-key to be crypto-scheme agnostic
  - #4561 expando: move EnvList out of library
  - #4570 Simplify the management of NeoMutt Commands
  - #4571 libcli - parse the command line
  - #4580 Split CLI Usage into sections
  - #4582 pager: fix lost `NT_PAGER` notifications
  - #4591 pager: fix refresh on config/colour changes
  - array: upgrade `get_elem_list()`
  - Buffer refactoring
  - coverity: fix defects
  - improve `localise_config()`
  - main: drop -B (batch mode) option
  - merge init.[ch] into main.c
  - refactor version code
  - neomutt: `home_dir`, `username`, `env`
  - query: unify NeoMutt `-D` and `-Q`
  - refactor `main.c`/`init.c`
  - sidebar: streamline expando callbacks
  - test: lots of parse coverage
  - window refactoring
  - window: force recalc|repaint on new windows
* Upstream
  - Update mutt/queue.h
  - Fix NULL pointer dereference when calling `imap_logout_all()`


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.77 -r1.78 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.103 pkgsrc/mail/neomutt/Makefile:1.104
--- pkgsrc/mail/neomutt/Makefile:1.103  Mon Jan 13 22:04:53 2025
+++ pkgsrc/mail/neomutt/Makefile        Sat Apr  5 08:16:45 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.103 2025/01/13 22:04:53 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2025/04/05 08:16:45 wiz Exp $
 
-DISTNAME=              neomutt-20250113
+DISTNAME=              neomutt-20250404
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${PKGVERSION_NOREV}

Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.77 pkgsrc/mail/neomutt/distinfo:1.78
--- pkgsrc/mail/neomutt/distinfo:1.77   Mon Jan 13 22:04:53 2025
+++ pkgsrc/mail/neomutt/distinfo        Sat Apr  5 08:16:45 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.77 2025/01/13 22:04:53 wiz Exp $
+$NetBSD: distinfo,v 1.78 2025/04/05 08:16:45 wiz Exp $
 
-BLAKE2s (neomutt-20250113-20250113.tar.gz) = d3d757368a8d2b993b7efc7d15b9f5a69f9460edaa3d1c4a8cd5986d518f91d6
-SHA512 (neomutt-20250113-20250113.tar.gz) = 714a9c8c712b327aa9dc98af776d66a2ba0f584bb09048b464526662e22183c739832bfbe72eb9762862ee209c36d4269cf5ecd528a6026d587c40d221b14178
-Size (neomutt-20250113-20250113.tar.gz) = 4099632 bytes
+BLAKE2s (neomutt-20250404-20250404.tar.gz) = 013fe633cfdff432bff9260c6f824ff701fce3194bf25ad0c45fb5938af315a7
+SHA512 (neomutt-20250404-20250404.tar.gz) = f1ed60071d2c70ce6065ff04a79d175ba9b9da54607388972b4074c837c943d47713aa4f6ecc21913a77fb373a98ce26edab16c012b4c238560e56984ef7dc69
+Size (neomutt-20250404-20250404.tar.gz) = 4177395 bytes



Home | Main Index | Thread Index | Old Index