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  7 09:02:41 UTC 2026

Modified Files:
        pkgsrc/mail/neomutt: Makefile distinfo

Log Message:
neomutt: update to 20260406.

2026-04-06  Richard Russon  \<rich%flatcap.org@localhost\>
* Features
  - #4799 Add IMAP connection monitoring, timeouts, and reconnection backoff
* Bug Fixes
  - #4755 Fix off-by-one in ARRAY_RESERVE()
  - #4819 Fix IMAP crash when changing folders
  - Fix freeze in IMAP with OpenSSL
  - Fix blocking IMAP pipeline drain with many mailboxes
  - Fix crash on threaded index update
  - Fix crash on NULL thread in display subject
  - Fix menu half-down when data fits in one page
  - Fix alias search prompt
  - Fix index tag colours
  - Protect hooks against unhook during execution
  - Fix leak in pattern alias search
  - Consistently convert headers to LF EOL convention
* Changed Config
  - Changed: `compose_show_preview = yes`
    Display a preview of the message body in the Compose window
* Docs
  - `$message_id_format`: mention Base64Url encoding
  - Fix descriptions of deprecated config options
* Build
  - #4826 Use optreset on Solaris too
  - #4827 Avoid function name clash on Solaris
  - #4828 Allow Solaris to use qsort_s
  - Check docs requirements in configure
* Code
  - Fix graphviz debug output


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.88 -r1.89 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.117 pkgsrc/mail/neomutt/Makefile:1.118
--- pkgsrc/mail/neomutt/Makefile:1.117  Sun Mar 22 17:11:46 2026
+++ pkgsrc/mail/neomutt/Makefile        Tue Apr  7 09:02:41 2026
@@ -1,12 +1,9 @@
-# $NetBSD: Makefile,v 1.117 2026/03/22 17:11:46 wiz Exp $
+# $NetBSD: Makefile,v 1.118 2026/04/07 09:02:41 wiz Exp $
 
-DISTNAME=              neomutt-20260105
-PKGREVISION=           5
+DISTNAME=              neomutt-20260406
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
-#GITHUB_TAG=           ${PKGVERSION_NOREV}
-# use head of 'release' branch as of 20260322
-GITHUB_TAG=            543ed2389354b31c2219661bb120831562283083
+GITHUB_TAG=            ${PKGVERSION_NOREV}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://www.neomutt.org/

Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.88 pkgsrc/mail/neomutt/distinfo:1.89
--- pkgsrc/mail/neomutt/distinfo:1.88   Sun Mar 22 17:11:46 2026
+++ pkgsrc/mail/neomutt/distinfo        Tue Apr  7 09:02:41 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.88 2026/03/22 17:11:46 wiz Exp $
+$NetBSD: distinfo,v 1.89 2026/04/07 09:02:41 wiz Exp $
 
-BLAKE2s (neomutt-20260105-543ed2389354b31c2219661bb120831562283083.tar.gz) = ee0827c52962eecaa09f11be26a8fb089a9afd27632bb5d50fe94eea7b84fd8b
-SHA512 (neomutt-20260105-543ed2389354b31c2219661bb120831562283083.tar.gz) = 
6f2010d8227fe37b71f58c9a0e2b0848646ccc54f5477737b787f635a4b2eb20f67112342cca27e9e47702ca1b25ff7a49e808ef01815f78d6ba81ad2490bb0d
-Size (neomutt-20260105-543ed2389354b31c2219661bb120831562283083.tar.gz) = 4199579 bytes
+BLAKE2s (neomutt-20260406-20260406.tar.gz) = ab16d7501195401b901eae1271516deb04c033c58a95c3605d807683fd7f3716
+SHA512 (neomutt-20260406-20260406.tar.gz) = 80d11ba54216e381852edd0f602d303ec3323691d2d5a73d557a63e11d0c8dfb72736a2febd17eebcedec9f4ce241517d4179127755168a176bfffb9fc7c578f
+Size (neomutt-20260406-20260406.tar.gz) = 4197623 bytes



Home | Main Index | Thread Index | Old Index