summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-02-24 10:13:56 +0000
committerwiz <wiz@pkgsrc.org>2018-02-24 10:13:56 +0000
commit8f8153c5d39746e0feb62cb3a1f0b135ee69d266 (patch)
tree0ff145c152aca3a6f933af22bbbfee71fa4767f3
parent5163f6a092b8b57b1ab959d5cb69905d33eb9f1a (diff)
downloadpkgsrc-8f8153c5d39746e0feb62cb3a1f0b135ee69d266.tar.gz
neomutt: update to 20180223.
2018-02-23 Richard Russon <rich@flatcap.org> * 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
-rw-r--r--mail/neomutt/Makefile4
-rw-r--r--mail/neomutt/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile
index fc913f67e7a..c6aa45bc259 100644
--- a/mail/neomutt/Makefile
+++ b/mail/neomutt/Makefile
@@ -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 --git a/mail/neomutt/distinfo b/mail/neomutt/distinfo
index ff85c9955fd..e077d1a353d 100644
--- a/mail/neomutt/distinfo
+++ b/mail/neomutt/distinfo
@@ -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