pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/neomutt neomutt: update to 20180223.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/853db671b9b1
branches:  trunk
changeset: 375890:853db671b9b1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 24 10:13:56 2018 +0000

description:
neomutt: update to 20180223.

2018-02-23  Richard Russon  <rich%flatcap.org@localhost>
* Features
  - browser: `<goto-parent>` function bound to "p"
  - editor: `<history-search>` function bound to "Ctrl-r"
  - Cygwin support: https://www.neomutt.org/distro/cygwin
  - OpenSUSE support: https://www.neomutt.org/distro/suse
  - Upstream Homebrew support: Very soon - https://www.neomutt.org/distro/homebrew
* Bug Fixes
  - gmail server-size search
  - nested-if: correctly handle "<" and ">" with %?
  - display of special chars
  - lua: enable myvars
  - for pgpewrap in default gpg.rc
  - reply_regexp which wasn't formatted correctly.
  - parsing of urls containing '?'
  - out-of-bounds read in mutt_str_lws_len
* Translations
  - Review fuzzy lt translations
  - Updated French translation
* Website
  - Installation guide for Cygwin
  - Installation guide for OpenSUSE
  - Installation guide for CRUX
* Build
  - check that DTDs are installed
  - autosetup improvements
  - option for which version of bdb to use
  - drop test for resizeterm -- it's always present
* Code
  - split if's containing assignments
  - doxygen: add/improve comments
  - rename functions / parameters for consistency
  - add missing {}s for clarity
  - move functions to library
  - reduce scope of variables
  - boolify more variables
  - iwyu: remove unnecessary headers
  - name unicode chars
  - tailq: migrate parameter api
  - md5: refactor and tidy
  - rfc2047: refactor and tidy
  - buffer: improvements
  - create unit test framework
  - fix several coverity defects
* Upstream
  - Fix s/mime certificate deletion bug
  - Disable message security if the backend is not available
  - Fix improper signed int conversion of IMAP uid and msn values
  - Change imap literal counts to parse and store unsigned ints
  - Fix imap status count range check
  - cmd_handle_fatal: make error message a bit more descriptive
  - Create pgp and s/mime default and sign_as key vars
  - Add missing setup calls when resuming encrypted drafts
  - mutt_pretty_size: show real number for small files
  - examine_directory: set directory/symlink size to zero
  - Add history-search function, bound to ctrl-r
  - Avoid a potential integer overflow if a Content-Length value is huge

diffstat:

 mail/neomutt/Makefile |   4 ++--
 mail/neomutt/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r f64d2cc18fba -r 853db671b9b1 mail/neomutt/Makefile
--- a/mail/neomutt/Makefile     Sat Feb 24 05:34:19 2018 +0000
+++ b/mail/neomutt/Makefile     Sat Feb 24 10:13:56 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2017/12/21 12:22:13 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2018/02/24 10:13:56 wiz Exp $
 
-DISTNAME=              neomutt-20171215
+DISTNAME=              neomutt-20180223
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${DISTNAME}
diff -r f64d2cc18fba -r 853db671b9b1 mail/neomutt/distinfo
--- a/mail/neomutt/distinfo     Sat Feb 24 05:34:19 2018 +0000
+++ b/mail/neomutt/distinfo     Sat Feb 24 10:13:56 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2017/12/21 12:22:13 wiz Exp $
+$NetBSD: distinfo,v 1.31 2018/02/24 10:13:56 wiz Exp $
 
-SHA1 (neomutt-20171215.tar.gz) = b3af4009df8c2db74ccfb46b75a4823f40e75cfa
-RMD160 (neomutt-20171215.tar.gz) = 66ea10f7af91136b709f62d8b83a6fc6b8981739
-SHA512 (neomutt-20171215.tar.gz) = 8098f537e8ef7d3f7aa87fc875c0dc079b996285b786fe6fc6bdf18154c1282b03a4e19dd6902a110616443ca2b23008c8c1f5c4a615c53b620b537c50dfb658
-Size (neomutt-20171215.tar.gz) = 2680191 bytes
+SHA1 (neomutt-20180223.tar.gz) = 159f75282d4d831beda85d97f4f6304532a77e13
+RMD160 (neomutt-20180223.tar.gz) = 03b43ff119d33d5b3b76a41d62ea80a97b2f4869
+SHA512 (neomutt-20180223.tar.gz) = 6fbbea9e182d087d8fe90094dfcbadaaca2878fa71e024e504999d1a54d853dcd346ea7aa32f421ed9dfdf90c42307f2796518dc43748805c4e36fd5755d4adc
+Size (neomutt-20180223.tar.gz) = 2695087 bytes



Home | Main Index | Thread Index | Old Index