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 May 5 08:20:02 UTC 2026
Modified Files:
pkgsrc/mail/neomutt: Makefile distinfo
Log Message:
neomutt: update to 20260504.
2026-05-04 Richard Russon \<rich%flatcap.org@localhost\>
* Security
- Fix GSSAPI buffer underflow on short unwrapped tokens
- Reject percent-encoded NUL bytes in URL decoding
- Skip CN fallback when SAN dNSName entries exist (RFC6125)
- Cap POP3 UIDL responses to prevent OOM from a malicious server
- Harden POP host URL copy
* Bug Fixes
- #4836 imap: fix memory leak in `msg_parse_flags`
- #4849 Fix memmove in `mutt_str_expand_tabs`
- #4850 IMAP: enhance stability with re-entrancy protection and reconnection fixes
- #4852 Say which mailcap field we are looking for
- #4853 Don't overwrite content_type
- pager: fix crash on `uncolor *`
- pager: fix wrong line index in signature syntax realloc
- pager: fix OOB read on short log lines in `display_line()`
- pager: fix off-by-one in newline restoration
- imap: fix sort for missing emails
- imap: fix crash when syncing mailbox on exit
- Fix crash in `cmd_parse_fetch()` when edata is NULL
- log: fix missing errors on startup
- Force cursor to be visible on exit
To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.91 -r1.92 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.120 pkgsrc/mail/neomutt/Makefile:1.121
--- pkgsrc/mail/neomutt/Makefile:1.120 Mon Apr 27 20:47:44 2026
+++ pkgsrc/mail/neomutt/Makefile Tue May 5 08:20:02 2026
@@ -1,12 +1,9 @@
-# $NetBSD: Makefile,v 1.120 2026/04/27 20:47:44 wiz Exp $
+# $NetBSD: Makefile,v 1.121 2026/05/05 08:20:02 wiz Exp $
-DISTNAME= neomutt-20260406
-PKGREVISION= 2
+DISTNAME= neomutt-20260504
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/}
-#GITHUB_TAG= ${PKGVERSION_NOREV}
-# post-release patch from 'release' branch
-GITHUB_TAG= 6a927610e88b23f2f14cfb046997c5f68c67e525
+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.91 pkgsrc/mail/neomutt/distinfo:1.92
--- pkgsrc/mail/neomutt/distinfo:1.91 Mon Apr 27 20:47:44 2026
+++ pkgsrc/mail/neomutt/distinfo Tue May 5 08:20:02 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.91 2026/04/27 20:47:44 wiz Exp $
+$NetBSD: distinfo,v 1.92 2026/05/05 08:20:02 wiz Exp $
-BLAKE2s (neomutt-20260406-6a927610e88b23f2f14cfb046997c5f68c67e525.tar.gz) = f160ba82a088a3eef1bbdec0cd9c3d8959d67f21dac0c3435656563939157771
-SHA512 (neomutt-20260406-6a927610e88b23f2f14cfb046997c5f68c67e525.tar.gz) =
3607c1ab10c778a89839a3d86af86f9eb103c3c18b9b6c4918be0c9fc36bdffba4a9d0dacbd330aa96d2b4486694dc0294b358966068df8cc1290be1cb41b36f
-Size (neomutt-20260406-6a927610e88b23f2f14cfb046997c5f68c67e525.tar.gz) = 4202038 bytes
+BLAKE2s (neomutt-20260504-20260504.tar.gz) = 8550d535d3ce5fccf0551a971d1b73d3d962d597463c908e07af0196287dfd55
+SHA512 (neomutt-20260504-20260504.tar.gz) = ba8276f1d7daa88c620fe9b5daa8f1dde0865d5a39c0d16d8e2a4144a457fdddeda75d977ce2b5ec040f6de824db3caf327af93a0674775ecc0febba975a998f
+Size (neomutt-20260504-20260504.tar.gz) = 4200095 bytes
Home |
Main Index |
Thread Index |
Old Index