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 Jan  6 17:09:43 UTC 2026

Modified Files:
        pkgsrc/mail/neomutt: Makefile distinfo
Removed Files:
        pkgsrc/mail/neomutt/patches: patch-smime_Makefile.autosetup

Log Message:
neomutt: update to 20260105.

2026-01-05  Richard Russon  \<rich%flatcap.org@localhost\>
* Security
  - #4725       deprecate old ssl and tls options
* Features
  - #4718       add `$message_id_format`
  - Notmuch: hide some old/deprecated features
* Bug Fixes
  - #4666       limit: force refresh of index bar
  - #4671       Update the status bar on thread [un]collapse
  - #4673       shrink history file on every new entry
  - #4679       Flush S/MIME passkey on failure to sign
  - #4684       execute message-hook sooner
  - #4687       fix: exec auto-completion
  - #4688       Fix infinite loop in GnuTLS socket I/O when socket blocks
  - #4696       `cmd_parse_fetch()`: debug: avoid NULL dereference
  - #4697       expunge: guard against segfault
  - #4719       alias: complete when only one match
  - #4726       imap: protect against crash on shutdown
  - fix resolve for tagged save
  - help: fix sorting of unbound functions
  - help: hide deprecated functions
* Changed Config
  - New: `message_id_format = "<%z@%f>"`
  - Deprecated `ssl_use_sslv2`
  - Deprecated `ssl_use_sslv3`
  - Deprecated `ssl_use_tlsv1`
  - Deprecated `ssl_use_tlsv1_1`
* Translations
  - 100% Esperanto
  - 100% Lithuanian
  - 100% Serbian
  - 100% Turkish
* Docs
  - #4665       Revamp the S/MIME docs
  - #4680       Document how to use S/MIME with GPGMe
  - #4692       update the contribution guidelines
  - fix deprecated $pager example
  - lots man pages fixes
  - update help for sort options
* Build
  - #4668       fix build for re-entrant ncurses
  - #4727       make openssl/gnutls mutually exclusive
  - libkey: light refactoring
  - lua: create liblua
* Code
  - #4695       Replace some `TAILQ` uses with `ARRAY`
  - convert the ctype wrappers to use `bool`
  - global invert `OptNoCurses` to `OptGui`
  - key: collapse redirector functions
  - move `km_init()` earlier in startup
  - opcodes: add flags to `MenuFuncOp`
  - pass focused window to global functions
  - Use `buf_at()` to get a char from a `Buffer`
  - use `StringArray` everywhere


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.82 -r1.83 pkgsrc/mail/neomutt/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/mail/neomutt/patches/patch-smime_Makefile.autosetup

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.110 pkgsrc/mail/neomutt/Makefile:1.111
--- pkgsrc/mail/neomutt/Makefile:1.110  Fri Dec 12 11:24:05 2025
+++ pkgsrc/mail/neomutt/Makefile        Tue Jan  6 17:09:42 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.110 2025/12/12 11:24:05 wiz Exp $
+# $NetBSD: Makefile,v 1.111 2026/01/06 17:09:42 wiz Exp $
 
-DISTNAME=              neomutt-20251211
+DISTNAME=              neomutt-20260105
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${PKGVERSION_NOREV}

Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.82 pkgsrc/mail/neomutt/distinfo:1.83
--- pkgsrc/mail/neomutt/distinfo:1.82   Fri Dec 12 11:24:05 2025
+++ pkgsrc/mail/neomutt/distinfo        Tue Jan  6 17:09:42 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.82 2025/12/12 11:24:05 wiz Exp $
+$NetBSD: distinfo,v 1.83 2026/01/06 17:09:42 wiz Exp $
 
-BLAKE2s (neomutt-20251211-20251211.tar.gz) = 0b8e5df6516ed0b1c712c81e48e8bdde2652f79480b4c66e5d03384b0e94acf7
-SHA512 (neomutt-20251211-20251211.tar.gz) = 9290a3d6a6cc68bdc567e5f727679f7fee3d69098b10417eeeee974e9fe2b402c3bfd5d4596e2b82f45a416f15bf659c6080c3cf3f8e49270df1f451615a8965
-Size (neomutt-20251211-20251211.tar.gz) = 4194272 bytes
-SHA1 (patch-smime_Makefile.autosetup) = f5bd8d86e70ce66b7510fc112fb4038b9e49b172
+BLAKE2s (neomutt-20260105-20260105.tar.gz) = 633e69306fa2a1cf108023b657259e0129ef4ed92183710f1eca3a2ebc58ddd0
+SHA512 (neomutt-20260105-20260105.tar.gz) = 07fb4dcbebfc1b2c661232ce4d787e723a3278b02143f7f89732c77d56c9be315fe97431075d79a5e61d0a9bc5cd423c9ebe1a6bd1641f3df772ed455b35bc7a
+Size (neomutt-20260105-20260105.tar.gz) = 4194306 bytes



Home | Main Index | Thread Index | Old Index