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 Oct 8 15:44:49 UTC 2024
Modified Files:
pkgsrc/mail/neomutt: Makefile distinfo
Log Message:
neomutt: update to 20241002.
2024-10-02 Richard Russon <rich%flatcap.org@localhost>
* Security
- #4243 - security: kill unnecessary blank lines
- #4251 - more security improvements
- #4282 - improve NeoMutt bailout handling
* Features
- #4329 - remove mixmaster
- #4149 - honour umask in attach save
* Bug Fixes
- #3945 - do not force username in addition to client certificate
- #4341 - Fix '%z' and '%Z in '%{...}' expando
- #4356 - Allow longer maildir filename suffixes
- #4357 - Don't force mbox stats calculations on startup
- #4365 - Fix sorting INBOX and its subfolders
- #4367 - Let `~Y` match each tag individually
- #4371 - ignore macro events during autocrypt initialization
- #4383 - Generate the Message-ID earlier
- compose: fix `$compose_confirm_detach_first`
* Changed Config
- `set crypt_encryption_info = yes`
Add an informative block with details about the encryption
- `set crypt_protected_headers_weed = no`
Controls wether NeoMutt will weed protected header fields
- `set devel_security = no`
Devel feature: Security -- https://github.com/neomutt/neomutt/discussions/4251
- `$mixmaster` is deprecated
- `$mix_entry_format` is deprecated
* Translations
- 100% German
- 100% Lithuanian
- 100% Serbian
- 100% Spanish
- 81% French
* Docs
- #4350 - Fix configure script name in INSTALL.md
- fix para ordering
* Build
- #4280 - Update autosetup
- #4281 - Update acutest to the latest upstream commit
- #4289 - don't treat stddef.h specially
- #4306 - Add -std to CFLAGS too
- #4307 - require C11
- #4347 - Support BerkeleyDB 18.1
- #4362 - Assume 'struct timespec' exists
- fix idn2 typo
* Code
- #4113 - Close the hcache handle on failure to open the store
- #4214 - upgrade `assert()`
- #4283 - mutt/list.c: Use `STAILQ_FOREACH_SAFE()` in stailq deallocators
- #4296 - Use `wmem*()` functions with wide-character strings
- #4297 - ncrypt/crypt.c: Fix allocation size calculation
- #4305 - remove `mutt_expand_path()`
- #4308 - fix `-Wdouble-promotion` warnings
- #4310 - scanf: initialise out-vars
- #4312 - Allow opening the header cache in non-`O_CREAT` mode
- #4337 - Fix function pointer types
- #4348 - Check `mutt_date_parse_date()`s return value
- #4366 - Fix up slashes in `imap_fix_path()`
- #4378 - Fix padding with an empty string
- tidy expando library
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.72 -r1.73 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.98 pkgsrc/mail/neomutt/Makefile:1.99
--- pkgsrc/mail/neomutt/Makefile:1.98 Fri Aug 9 09:42:23 2024
+++ pkgsrc/mail/neomutt/Makefile Tue Oct 8 15:44:48 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2024/08/09 09:42:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.99 2024/10/08 15:44:48 wiz Exp $
-DISTNAME= neomutt-20240425
-PKGREVISION= 3
+DISTNAME= neomutt-20241002
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/}
GITHUB_TAG= ${PKGVERSION_NOREV}
@@ -31,6 +30,7 @@ CONF_FILES= ${EGDIR}/neomuttrc ${PKG_SY
INSTALLATION_DIRS+= ${EGDIR}
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} DOTLOCK_GROUP= sysconfdir=${EGDIR}
+USE_CC_FEATURES+= c11
GCC_REQD+= 8
.include "../../mk/bsd.prefs.mk"
Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.72 pkgsrc/mail/neomutt/distinfo:1.73
--- pkgsrc/mail/neomutt/distinfo:1.72 Fri Apr 26 04:41:29 2024
+++ pkgsrc/mail/neomutt/distinfo Tue Oct 8 15:44:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.72 2024/04/26 04:41:29 wiz Exp $
+$NetBSD: distinfo,v 1.73 2024/10/08 15:44:48 wiz Exp $
-BLAKE2s (neomutt-20240425-20240425.tar.gz) = 55cc8f06a44333423a5e34973a3c2b10bbe19741bfe407acc8bb2f00f1b7d924
-SHA512 (neomutt-20240425-20240425.tar.gz) = bb47aba1aa8ecc824d9d0a8f6be23f2d39f0aac06739920ee349ff96bc27cbe39b6cfa797f648eb683fe49f01fa1873805a3ed2e7cbf4124dae12517591c02c9
-Size (neomutt-20240425-20240425.tar.gz) = 4092419 bytes
+BLAKE2s (neomutt-20241002-20241002.tar.gz) = 77ec77eed276e88b78201c7cd3099fd1d8133e52802cbfd0aaabcc55315f3585
+SHA512 (neomutt-20241002-20241002.tar.gz) = 99d713b57036396c1523e1e6697bb1c6fb7cf05a16a0d6aa1d6ea34d6eb699a06f1ac32e5f47761b069a75452a31d8f9c3a91c04020b3529e1baa85205312c27
+Size (neomutt-20241002-20241002.tar.gz) = 4062407 bytes
Home |
Main Index |
Thread Index |
Old Index