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 Oct 19 14:43:41 UTC 2023

Modified Files:
        pkgsrc/mail/neomutt: Makefile distinfo

Log Message:
neomutt: update to 20231006.

2023-10-06  Richard Russon  \<rich%flatcap.org@localhost\>
* Features
  - #3870 - color: allow 'alert', 'bright', 'light' prefix for colorNNN
  - #3871 - color: refactor parsing code
  - #3895 - imap: truncate large UIDVALIDITYs to support non-conforming IMAP servers
  - #3898 - hcache: shrink Email and Body caches
  - #3900 - prompt: treat complete-query as complete where it makes sense
  - #3925 - help: add message flags to help screen
  - #3932 - help: add alternating colors
  - #3982 - mailboxes: add `-label`, `-notify` and `-poll` options
  - #4046 - color_directcolor: Also set the default/initial value on startup
* Bug Fixes
  - #3897 - maildir: fix sync when a deleted file disappears
  - #3878 - gnutls: fix "certificate saved" message
  - #3895 - imap: truncate large UIDVALIDITYs to support non-conforming servers
  - #3897 - maildir: fix fix error with `<sync-mailbox>` on mbsync
  - #3901 - address: parse comments after address
  - #3915 - bind: fix truncated binding strings
  - #3956 - fix 'from' address when real name isn't set
  - #3962 - Fix crash on `<next-thread>` when the `<limit>`ed view is empty
  - #3985 - browser: fix autocompletion
  - #3988 - pager: fix search crash
  - #3999 - help: fix search highlight
  - #4049 - force mail check on current mailbox after `<shell-escape>`
  - #4051 - openssl: continue if a signal interrupts an SSL read/write
* Config
  - #3881 - Rename `$imap_keepalive` to `$imap_keep_alive`
  - #3889 - Change defaults to use `%<...>` conditional syntax
    `$attach_format`, `$index_format`, `$mailbox_folder_format`,
    `$status_format`, `$ts_icon_format`, `$ts_status_format`
  - #3949 - Add `browser_sort_dirs_first` to always list directories first
* Code
  - #3877 - imap: factor out tagged emails
  - #3799 - address: use struct Buffer instead of plain char pointers
  - #3868 - drop notifications relay
  - #3869 - move `$delete_untag` out of the backend
  - #3873 - respect `--[disable-]fmemopen` in tests
  - hcache: optimize storage requirements, reduce config
  - logging: catch format string errors
  - colour:  refactor colour parsing
  - refactoring, cleanup
  - fixed coverity defects
  - convert many functions to use a `Buffer`
* Translations
  - 100% :tr: Turkish
  - 100% :serbia: Serbian
  - 100% :lithuania: Lithuanian
  - 100% :de: German
  - 99% :czech_republic: Czech
  - 99% :poland: Polish
  - 98% :slovakia: Slovak


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.64 -r1.65 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.85 pkgsrc/mail/neomutt/Makefile:1.86
--- pkgsrc/mail/neomutt/Makefile:1.85   Mon Aug 14 05:24:47 2023
+++ pkgsrc/mail/neomutt/Makefile        Thu Oct 19 14:43:41 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.85 2023/08/14 05:24:47 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2023/10/19 14:43:41 wiz Exp $
 
-DISTNAME=              neomutt-20230517
-PKGREVISION=           1
+DISTNAME=              neomutt-20231006
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${PKGVERSION_NOREV}

Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.64 pkgsrc/mail/neomutt/distinfo:1.65
--- pkgsrc/mail/neomutt/distinfo:1.64   Wed May 17 13:24:32 2023
+++ pkgsrc/mail/neomutt/distinfo        Thu Oct 19 14:43:41 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.64 2023/05/17 13:24:32 nikita Exp $
+$NetBSD: distinfo,v 1.65 2023/10/19 14:43:41 wiz Exp $
 
-BLAKE2s (neomutt-20230517-20230517.tar.gz) = 17e775b0ce68d211036317c090bcdc41c07da6a262febd281b0c0a29b1f8e74d
-SHA512 (neomutt-20230517-20230517.tar.gz) = 6314c63f1a324c9d45bc06fe1ab73b86a1f11467d6cf5105f72f55029fe8bc035b4a2833e6c8958e749fe109b5f8e68b53ff7821185b7a4480468ddce5c267f3
-Size (neomutt-20230517-20230517.tar.gz) = 3792146 bytes
+BLAKE2s (neomutt-20231006-20231006.tar.gz) = f541179fbe6cd5f098298cf3886eb489694a8b8e7df61661604f4f6a0c8e1a13
+SHA512 (neomutt-20231006-20231006.tar.gz) = 3f12b8885eb28284fa7b49372fdbf20de5b7203d56ad99f0dcacb66ca7de39f475a0d0448f427e52d9914364acb78b1f63b5254e009624f4d86a03af55f2b85c
+Size (neomutt-20231006-20231006.tar.gz) = 3801776 bytes



Home | Main Index | Thread Index | Old Index