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: Thu Dec 12 17:28:08 UTC 2024
Modified Files:
pkgsrc/mail/neomutt: Makefile distinfo
Log Message:
neomutt: update to 20241212.
2024-12-12 Richard Russon \<rich%flatcap.org@localhost\>
* Features
- #4437 show message preview in compose view
- #4439 add trailing commas when editing addresses
* Bug Fixes
- #4444 expando: fix overflow
- #4461 Spaces can be wide
- #4464 Remove BOM from UTF-8 text
- #4467 Bug with wrong fingerprints in certificate_file
- #4470 fix postponed sorting assertion failure
- #4472 fix: `save_attachment_open()` when overwriting
- #4473 add text-wrapping to compose message preview pager
- #4475 edit_headers: cleanup temporary file on error
- expando: fix crash on empty `%[]` date
- expando: fix container formatting
- browser: fix 'tag-' display
- query: fix memory leak
- fix more arrow_cursor + search
* Changed Config
- Config Renames:
- `$pgp_sort_keys` -> `$pgp_key_sort`
- `$sidebar_sort_method` -> `$sidebar_sort`
- `$sort_alias` -> `$alias_sort`
- `$sort_browser` -> `$browser_sort`
- Changed Defaults:
- `set alias_format = "%3i %f%t %-15a %-56A | %C%> %Y"`
- `set query_format = "%3i %t %-25N %-25E | %C%> %Y"`
* Translations
- 100% German
- 100% Lithuanian
- 100% Serbian
- 100% Turkish
- 89% French
- 39% Chinese (Traditional)
* Coverity Defects
- Explicit null dereferenced
- Overflowed constant
- Overflowed return value
- Resource leak
* Docs
- alias tags
* Build
- #4452 only use `struct tm.tm_gmtoff` if available
* Code
- #4294 refactor memory allocation
- #4442 remove unused fields from ComposeSharedData
- #4447 refactor 'sort' constants
- #4449 add `mutt_window_swap()`
- unify Menu data
- move config to libraries
- unify Alias/Query
- expando factor out callbacks
- refactor `simple_dialog_new()`
- test: add `TEST_CHECK_NUM_EQ()`
- fopen: tidy read-only
* Upstream
- #4448 Update queue.h
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.74 -r1.75 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.100 pkgsrc/mail/neomutt/Makefile:1.101
--- pkgsrc/mail/neomutt/Makefile:1.100 Fri Nov 15 08:26:40 2024
+++ pkgsrc/mail/neomutt/Makefile Thu Dec 12 17:28:08 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2024/11/15 08:26:40 wiz Exp $
+# $NetBSD: Makefile,v 1.101 2024/12/12 17:28:08 wiz Exp $
-DISTNAME= neomutt-20241114
+DISTNAME= neomutt-20241212
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/}
GITHUB_TAG= ${PKGVERSION_NOREV}
Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.74 pkgsrc/mail/neomutt/distinfo:1.75
--- pkgsrc/mail/neomutt/distinfo:1.74 Fri Nov 15 08:26:40 2024
+++ pkgsrc/mail/neomutt/distinfo Thu Dec 12 17:28:08 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.74 2024/11/15 08:26:40 wiz Exp $
+$NetBSD: distinfo,v 1.75 2024/12/12 17:28:08 wiz Exp $
-BLAKE2s (neomutt-20241114-20241114.tar.gz) = 55cf5a102de34842d6d79dde5e24e5d09a6d1a5ad64020f70c29886aae3c461a
-SHA512 (neomutt-20241114-20241114.tar.gz) = 3325b27fc09fdb0147abbd17ecc5059ab2460a7537b09fad846a9835c70cd7a1904488c76cb420a8db57b43905ebf81b8a2f0afa6a3c7f7a827c760d63353f00
-Size (neomutt-20241114-20241114.tar.gz) = 4072339 bytes
+BLAKE2s (neomutt-20241212-20241212.tar.gz) = fab9c41eefc983001cbb99d4af84d2a2c23128ecc5457a532460af1fe703d252
+SHA512 (neomutt-20241212-20241212.tar.gz) = cbb82a2fb5943092019e6c538af15dbf83cbb4620310d8a7295a425ef10594a07b0ed64a3e4174f75e9483da08daa36d01c7405b5252a9e074076af7e2023079
+Size (neomutt-20241212-20241212.tar.gz) = 4098483 bytes
Home |
Main Index |
Thread Index |
Old Index