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 Feb 17 14:03:30 UTC 2017
Modified Files:
pkgsrc/mail/neomutt: Makefile distinfo
Log Message:
Updated neomutt to 20170206.
2017-02-06 Richard Russon <rich%flatcap.org@localhost>
* Bug Fixes
- Unicode 0x202F is a non-break space too (#358) (@gahr)
- improve readability of find_subject() (@toogley)
- Import hcache-lmdb fixes from upstream (#363) (@gahr)
- Rework the "inbox-first" implementation to make code self-explanatory (#356) (@gahr)
- If possible, only redraw after gpgme has invoked pinentry (#352) (@gahr)
- Remove two use-after free in global hooks (#353) (@guiniol)
- Handle BAD as IMAP_AUTH_UNAVAIL (#351) (@gahr)
- Do not crash when closing a non-opened mailbox (origin/requests/github/343) (@gahr)
- Import hcache benchmark (@gahr)
- fix: bug introduced by mkdir changes (#350)
- change pager to allow timehook-hook to fire
* Docs
- Update documentation about modify-labels-then-hide (@bbenne10)
2017-01-28 Richard Russon <rich%flatcap.org@localhost>
* Features
- Add option for missing subject replacement
- notmuch: Allow <modify-labels> to toggle labels
- Support for aborting mailbox loading
- Do a buffy check after shell escape
- Support of relative paths sourcing and cyclic source detection
- Support of multiple config files as CLI arguments
- Extend the ~m pattern to allow relative ranges
- Implement SASL's PLAIN mechanism as a standalone authenticator
- Add support for sensitive config options
- Searching with a window over notmuch vfolders
* Contrib
- fix vim syntax file for index-color commands
- add .editorconfig
* Bug Fixes
- fix global hooks to not take a pattern
- Avoid breaking relative paths when avoiding cyclic checks on
- Fix sorting when using '/' as a namespace separator
* Docs
- Added waffle badges to readme
- Describe the new message ranges
- add documentation for -DS command line switch
- fix typos in section on config locations
- remove reference to missing keybinding
- fix docbook validation
* Build
- Start migrating to stdbool logic
- add recursive mkdir()
- reformat the source to mutt standards
- appease check_sec.sh
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.16 -r1.17 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.22 pkgsrc/mail/neomutt/Makefile:1.23
--- pkgsrc/mail/neomutt/Makefile:1.22 Tue Jan 17 12:32:42 2017
+++ pkgsrc/mail/neomutt/Makefile Fri Feb 17 14:03:30 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2017/01/17 12:32:42 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2017/02/17 14:03:30 wiz Exp $
-DISTNAME= neomutt-20170113
+DISTNAME= neomutt-20170206
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/}
GITHUB_TAG= ${DISTNAME}
Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.16 pkgsrc/mail/neomutt/distinfo:1.17
--- pkgsrc/mail/neomutt/distinfo:1.16 Tue Jan 17 12:32:42 2017
+++ pkgsrc/mail/neomutt/distinfo Fri Feb 17 14:03:30 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2017/01/17 12:32:42 wiz Exp $
+$NetBSD: distinfo,v 1.17 2017/02/17 14:03:30 wiz Exp $
-SHA1 (neomutt-20170113.tar.gz) = 18072b12683e6932471abe1a06b66d6fb32dc988
-RMD160 (neomutt-20170113.tar.gz) = b46b5be6101b59f9f1d4e713fa4d5c9094e6fc21
-SHA512 (neomutt-20170113.tar.gz) = bd2fc79f441f044acca011155f0bfaa7d26630261a16711193a2ad6c85262220c625216e39eb98983485459541c8af24ebf023a3589eae863dd154475e976824
-Size (neomutt-20170113.tar.gz) = 2751855 bytes
+SHA1 (neomutt-20170206.tar.gz) = ca8b1aa7e63f93b7ad08a85def88154b13e16d07
+RMD160 (neomutt-20170206.tar.gz) = e169ff3996c2d732dde34f26badf7a670546dfd1
+SHA512 (neomutt-20170206.tar.gz) = 1b00eb7c631cc639b0c325b273d792ae3ce6e8fa1aa22ad2be2ea1802594216657dfdd585417597f939e1da274353cc3a274cd4ed5007cdbd59b093dd257b4e1
+Size (neomutt-20170206.tar.gz) = 2765042 bytes
Home |
Main Index |
Thread Index |
Old Index