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:           Fri Dec 22 08:00:38 UTC 2023

Modified Files:
        pkgsrc/mail/neomutt: Makefile distinfo

Log Message:
neomutt: update to 20231221.

2023-12-21  Richard Russon  \<rich%flatcap.org@localhost\>
* Features
  - #4126 - add alias 'tags:'
* Bug Fixes
  - #4115 - create HelpBar after colours
  - #4116 - Fix Batch Sending of Emails
  - #4119 - Fix Header Cache Key Handling
  - #4121 - mutt_oauth2.py: error out if ENCRYPTION_PIPE was not supplied
  - #4124 - config: fix flag overlaps
  - #4125 - compose: restore view-text/pager/mailcap
  - color: fix attr_color_copy()
  - fix :color dump
  - fix leak in completion
  - force mail check on current mailbox after `<imap-fetch-mail>`
  - Allow sending an empty mail
  - mutt_oauth2.py: Use readline to overcome macOS input() restrictions
* Changed Config
  - add $history_format: '%s'
* Translations
  - 100% Czech
  - 100% German
  - 100% Lithuanian
  - 100% Serbian
  - 100% Slovak
  - 100% Turkish
  - 99% Spanish
  - 99% Hungarian
* Coverity defects
  - #4111 Educate Coverity about ARRAYs
  - fix defects
* Build
  - #4098 - build: use fallthrough attribute
  - #4100 - build: split maildir and mh types
  - #4101 - version: drop default features
  - #4108 - strip non-conditionals
  - #4122 - add github action to check for unused functions (xunused)
  - update fedora action
  - coverage: fix build for lcov v2
  - tests: fix error cases
* Code
  - #4097 - config: add DT_ON_STARTUP
  - #4104 - Change mutt_default_save() and addr_hook() to take a buffer
  - #4105 - Use buffer pool in tests
  - #4106 - Switch some buffers to use the buffer pool
  - #4109 - Improve the Progress Bar
  - #4117 - remove MxOps::path_parent() and mutt_path_parent()
  - #4120 - remove unused functions
  - #4131 - move editor test code
  - #4133 - move log_disp_null() into test folder
  - #4137 - move config string name functions into tests
  - add: hook_new()/hook_free()
  - fix more printf-style params
  - rename compare to equal
  - hcache: renaming for clarity


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.67 -r1.68 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.89 pkgsrc/mail/neomutt/Makefile:1.90
--- pkgsrc/mail/neomutt/Makefile:1.89   Sat Nov  4 00:21:04 2023
+++ pkgsrc/mail/neomutt/Makefile        Fri Dec 22 08:00:38 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.89 2023/11/04 00:21:04 wiz Exp $
+# $NetBSD: Makefile,v 1.90 2023/12/22 08:00:38 wiz Exp $
 
-DISTNAME=              neomutt-20231103
+DISTNAME=              neomutt-20231221
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${PKGVERSION_NOREV}

Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.67 pkgsrc/mail/neomutt/distinfo:1.68
--- pkgsrc/mail/neomutt/distinfo:1.67   Sat Nov  4 00:21:04 2023
+++ pkgsrc/mail/neomutt/distinfo        Fri Dec 22 08:00:38 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.67 2023/11/04 00:21:04 wiz Exp $
+$NetBSD: distinfo,v 1.68 2023/12/22 08:00:38 wiz Exp $
 
-BLAKE2s (neomutt-20231103-20231103.tar.gz) = d3bc42c50901c033900c52c4efebe25ddd3ad3cdfd859b50d4d3f055750b6fc9
-SHA512 (neomutt-20231103-20231103.tar.gz) = f60911fa479dc2ff99fc90a6d62a6f1c914443d38ef7de055a6bce87808f4682f798f1faef005b0e5fbe9417f4d42588d9b4b1fc56968c02f871d6f3355aa446
-Size (neomutt-20231103-20231103.tar.gz) = 3816069 bytes
+BLAKE2s (neomutt-20231221-20231221.tar.gz) = 38372796f72089dd1de55272ebfff8f74613dad76acdbd571c856f183bb81dd1
+SHA512 (neomutt-20231221-20231221.tar.gz) = a0670d3a6de6664aefa85718194d14d703b08f38e7b633c9827e6d7ef627c6b242c7279498e98dabe8e76976d79fb207ce6d1fef674462c5939c06b8fa0f0138
+Size (neomutt-20231221-20231221.tar.gz) = 3812682 bytes



Home | Main Index | Thread Index | Old Index