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:           Wed Feb 14 08:14:58 UTC 2024

Modified Files:
        pkgsrc/mail/neomutt: Makefile PLIST distinfo

Log Message:
neomutt: update to 20240201.

2024-02-01  Richard Russon  \<rich%flatcap.org@localhost\>
* Features
  - #4134 Command-line Crypto (neomutt -C)
* Bug Fixes
  - #4065 track new-mail check time per mailbox
  - #4141 fix(change-folder): don't exclude notmuch
  - #4147 envelope: manage subject/real_subj together
  - #4155 fix parsing of $REPLYTO
  - #4158 status: fix refresh after sync-mailbox
  - #4166 Fix two memory leaks in notmuch support
  - progress: fix percentages
* Translations
  - 100% Czech
  - 100% German
  - 100% Lithuanian
  - 100% Serbian
  - 100% Slovak
  - 100% Turkish
* Docs
  - #4172 Several fixes for the manual pages
* Build
  - build: openbsd workarounds
* Code
  - #4142 add mutt_time_now()
  - #4146 config: factor out R_ flags
  - #4154 file: upgrade mutt_file_fopen/fclose()
  - #4159 upgrade mutt_str_append_item() to use struct Buffer
  - #4161 maildir: encapsulate the header cache
  - #4162 remove mutt_str_dequote_comment()
  - #4165 bufferize mutt_str_inline_replace() as buf_inline_replace()
  - #4167 bufferize mutt_strn_rfind() as buf_rfind()
  - #4168 replace buf_len() checks with buf_is_empty()
  - config: drop unused flags
  - use message_new()/message_free()
  - Reconsider the config type bitmap entirely


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/mail/neomutt/PLIST
cvs rdiff -u -r1.68 -r1.69 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.90 pkgsrc/mail/neomutt/Makefile:1.91
--- pkgsrc/mail/neomutt/Makefile:1.90   Fri Dec 22 08:00:38 2023
+++ pkgsrc/mail/neomutt/Makefile        Wed Feb 14 08:14:58 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.90 2023/12/22 08:00:38 wiz Exp $
+# $NetBSD: Makefile,v 1.91 2024/02/14 08:14:58 wiz Exp $
 
-DISTNAME=              neomutt-20231221
+DISTNAME=              neomutt-20240201
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${PKGVERSION_NOREV}

Index: pkgsrc/mail/neomutt/PLIST
diff -u pkgsrc/mail/neomutt/PLIST:1.25 pkgsrc/mail/neomutt/PLIST:1.26
--- pkgsrc/mail/neomutt/PLIST:1.25      Wed Mar 22 20:34:39 2023
+++ pkgsrc/mail/neomutt/PLIST   Wed Feb 14 08:14:58 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2023/03/22 20:34:39 nikita Exp $
+@comment $NetBSD: PLIST,v 1.26 2024/02/14 08:14:58 wiz Exp $
 bin/neomutt
 libexec/neomutt/pgpewrap
 ${PLIST.smime}libexec/neomutt/smime_keys
@@ -79,7 +79,7 @@ share/neomutt/logo/neomutt-32.png
 share/neomutt/logo/neomutt-64.png
 share/neomutt/logo/neomutt.svg
 share/neomutt/mime.types
+share/neomutt/oauth2/README.md
 share/neomutt/oauth2/mutt_oauth2.py
-share/neomutt/oauth2/mutt_oauth2.py.README
 share/neomutt/vim-keys/README.md
 share/neomutt/vim-keys/vim-keys.rc

Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.68 pkgsrc/mail/neomutt/distinfo:1.69
--- pkgsrc/mail/neomutt/distinfo:1.68   Fri Dec 22 08:00:38 2023
+++ pkgsrc/mail/neomutt/distinfo        Wed Feb 14 08:14:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.68 2023/12/22 08:00:38 wiz Exp $
+$NetBSD: distinfo,v 1.69 2024/02/14 08:14:58 wiz Exp $
 
-BLAKE2s (neomutt-20231221-20231221.tar.gz) = 38372796f72089dd1de55272ebfff8f74613dad76acdbd571c856f183bb81dd1
-SHA512 (neomutt-20231221-20231221.tar.gz) = a0670d3a6de6664aefa85718194d14d703b08f38e7b633c9827e6d7ef627c6b242c7279498e98dabe8e76976d79fb207ce6d1fef674462c5939c06b8fa0f0138
-Size (neomutt-20231221-20231221.tar.gz) = 3812682 bytes
+BLAKE2s (neomutt-20240201-20240201.tar.gz) = 8459525cdbbfd3ecb809efc54741b8a75de6861da96e8efd25e57bce74bebad0
+SHA512 (neomutt-20240201-20240201.tar.gz) = 431270a093bfa5024f2565aa8921e3482262210ca03c410362b6fa504aa1f2e299d1f6eb63cb05dcaf7b1328051b5d32c4fd719b5cb7ddec83a176a85ff5dc53
+Size (neomutt-20240201-20240201.tar.gz) = 3831010 bytes



Home | Main Index | Thread Index | Old Index