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:           Sun Sep 27 14:58:46 UTC 2020

Modified Files:
        pkgsrc/mail/neomutt: Makefile distinfo

Log Message:
neomutt: update to 20200925.

2020-09-25  Richard Russon  <rich%flatcap.org@localhost>
* Features
  - Compose: display user-defined headers
  - Address Book / Query: live sorting
  - Address Book / Query: patterns for searching
  - Config: Add '+=' and '-=' operators for String Lists
  - Config: Add '+=' operator for Strings
  - Allow postfix query ':setenv NAME?' for env vars
* Bug Fixes
  - Fix crash when searching with invalid regexes
  - Compose: Prevent infinite loop of `send2-hook`s
  - Fix sidebar on new/removed mailboxes
  - Restore indentation for named mailboxes
  - Prevent half-parsing an alias
  - Remove folder creation prompt for POP path
  - Show error if `$message_cachedir` doesn't point to a valid directory
  - Fix tracking LastDir in case of IMAP paths with Unicode characters
  - Make sure all mail gets applied the index limit
  - Add warnings to -Q query CLI option
  - Fix index tracking functionality
* Changed Config
  - Add `$compose_show_user_headers` (yes)
* Translations
  - 100% Czech
  - 100% Lithuanian
  - Split up usage strings
* Build
  - Run shellcheck on hcachever.sh
  - Add the Address Sanitizer
  - Move compose files to lib under compose/
  - Move address config into libaddress
  - Update to latest acutest - fixes a memory leak in the unit tests
* Code
  - Implement ARRAY API
  - Deglobalised the Config Sort functions
  - Refactor the Sidebar to be Event-Driven
  - Refactor the Color Event
  - Refactor the Commands list
  - Make ctx_update_tables private
  - Reduce the scope/deps of some Validator functions
  - Use the Email's IMAP UID instead of an increasing number as index
  - debug: log window focus


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.46 -r1.47 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.63 pkgsrc/mail/neomutt/Makefile:1.64
--- pkgsrc/mail/neomutt/Makefile:1.63   Mon Aug 31 18:09:58 2020
+++ pkgsrc/mail/neomutt/Makefile        Sun Sep 27 14:58:46 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2020/08/31 18:09:58 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2020/09/27 14:58:46 wiz Exp $
 
-DISTNAME=              neomutt-20200821
-PKGREVISION=           2
+DISTNAME=              neomutt-20200925
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${PKGVERSION_NOREV}

Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.46 pkgsrc/mail/neomutt/distinfo:1.47
--- pkgsrc/mail/neomutt/distinfo:1.46   Fri Aug 21 14:53:28 2020
+++ pkgsrc/mail/neomutt/distinfo        Sun Sep 27 14:58:46 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.46 2020/08/21 14:53:28 wiz Exp $
+$NetBSD: distinfo,v 1.47 2020/09/27 14:58:46 wiz Exp $
 
-SHA1 (neomutt-20200821-20200821.tar.gz) = 46dc66a15ae698b97fbcce1cff45c273b1a55b31
-RMD160 (neomutt-20200821-20200821.tar.gz) = bfc1aa8400df33bd2278aba7f54e0f3b449518ea
-SHA512 (neomutt-20200821-20200821.tar.gz) = f7cba9123613c34711b84ab9f5ccab840be38876da20b29d281c142a3b4f5d582b879d727c95232b0fcc7b41947d05bf89707232d3980e160bcdba68784d6eef
-Size (neomutt-20200821-20200821.tar.gz) = 3404856 bytes
+SHA1 (neomutt-20200925-20200925.tar.gz) = d92cfdb43b5fcb91aa6e72fede2729229db20fb4
+RMD160 (neomutt-20200925-20200925.tar.gz) = 08ef01fac1ac64be062341755826a641a897b3d3
+SHA512 (neomutt-20200925-20200925.tar.gz) = 1ee89ee1b3581fe2b7dafd091e315fcf4d6f7b0644c15b08af8eb2720e83f07ae526b5659abb44430309821f48013fc85af0dd6f140729b2e52e5f874cf3bc50
+Size (neomutt-20200925-20200925.tar.gz) = 3440056 bytes
 SHA1 (patch-resize.c) = b747f878459950462d56e01bada2d01b49fca088



Home | Main Index | Thread Index | Old Index