diff options
author | wiz <wiz@pkgsrc.org> | 2016-11-14 14:25:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-11-14 14:25:17 +0000 |
commit | f3d96883fa35ba8d9fa1cf395b842b9136ec8282 (patch) | |
tree | d8f0b806730272c07dff7bb92a64a8f38a698c32 /mail | |
parent | ba07873c1d75a76b74732435a82e27017fc91344 (diff) | |
download | pkgsrc-f3d96883fa35ba8d9fa1cf395b842b9136ec8282.tar.gz |
Updated neomutt to 20161104.
2016-11-04 Richard Russon <rich@flatcap.org>
* Bug Fixes
- don't crash when the imap connection dies
* Upstream
- Add root-message function to jump to root message in thread.
- Updated French translation.
- Prevent an integer overflow in mutt_mktime() (closes #3880)
- Fix pager segfault when lineInfo.chunks overflows. (closes #3888)
- Perform charset conversion on text attachments when piping. (closes #3773) (see #3886)
- Add a --disable-doc configuration option.
- Make ncurses and ncursesw header checking the same.
- Attempt to silence a clang range warning. (closes #3891)
- Fixed issue from changeset 4da647a80c55. (closes #3892)
- Define PATH_MAX, it's missing on the GNU Hurd. (closes #3815)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/neomutt/Makefile | 5 | ||||
-rw-r--r-- | mail/neomutt/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index 631da25325f..3cfaa20c646 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2016/11/07 13:46:46 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/11/14 14:25:17 wiz Exp $ -DISTNAME= neomutt-20161028 -PKGREVISION= 1 +DISTNAME= neomutt-20161104 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/} GITHUB_TAG= ${DISTNAME} diff --git a/mail/neomutt/distinfo b/mail/neomutt/distinfo index 973d054a291..57aa3fe17c1 100644 --- a/mail/neomutt/distinfo +++ b/mail/neomutt/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2016/10/29 12:07:40 wiz Exp $ +$NetBSD: distinfo,v 1.14 2016/11/14 14:25:17 wiz Exp $ -SHA1 (neomutt-20161028.tar.gz) = fd08658e64332dde7f11f364d10b14339c96beb7 -RMD160 (neomutt-20161028.tar.gz) = ec38bde192a0f1075c9a90faf07a38446ece13aa -SHA512 (neomutt-20161028.tar.gz) = 3ba4d32f13651b2372c0d43ac3375391bf245a147bb252288954d90e288626c4b17cd0e87ad576bd39f7ccfa2bf395b4d11acc1cb86ef59f6468295eaf49dc16 -Size (neomutt-20161028.tar.gz) = 2662723 bytes +SHA1 (neomutt-20161104.tar.gz) = bcb267e186014587769da88deaca980c2ec58cde +RMD160 (neomutt-20161104.tar.gz) = d697721eb0bbe2f4010eecc98f8321bbdb146bce +SHA512 (neomutt-20161104.tar.gz) = 90b5c241ad90fd4f1233c343f9425ba119d500280b7b0287fa3c2596ed84f7ed783b03ba8dcef1496cbafdb932639f3a3d16169407ff4bac9ec642fc2ca086d1 +Size (neomutt-20161104.tar.gz) = 2663369 bytes |