Mon Nov 14 14:25:17 2016 UTC ()
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)


(wiz)
diff -r1.18 -r1.19 pkgsrc/mail/neomutt/Makefile
diff -r1.13 -r1.14 pkgsrc/mail/neomutt/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/mail/neomutt/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/neomutt/Makefile 2016/11/07 13:46:46 1.18
+++ pkgsrc/mail/neomutt/Makefile 2016/11/14 14:25:17 1.19
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2016/11/07 13:46:46 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2016/11/14 14:25:17 wiz Exp $
2 2
3DISTNAME= neomutt-20161028 3DISTNAME= neomutt-20161104
4PKGREVISION= 1 
5CATEGORIES= mail 4CATEGORIES= mail
6MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/}
7GITHUB_TAG= ${DISTNAME} 6GITHUB_TAG= ${DISTNAME}
8 7
9MAINTAINER= wiz@NetBSD.org 8MAINTAINER= wiz@NetBSD.org
10HOMEPAGE= http://www.neomutt.org/ 9HOMEPAGE= http://www.neomutt.org/
11COMMENT= Fork of mutt with integrated community patches 10COMMENT= Fork of mutt with integrated community patches
12LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # or newer 11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # or newer
13 12
14USE_TOOLS+= autoconf automake autoreconf msgfmt gmake 13USE_TOOLS+= autoconf automake autoreconf msgfmt gmake
15 14
16SPECIAL_PERMS+= bin/mutt_dotlock ${REAL_ROOT_USER} mail 2551 15SPECIAL_PERMS+= bin/mutt_dotlock ${REAL_ROOT_USER} mail 2551
17GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

cvs diff -r1.13 -r1.14 pkgsrc/mail/neomutt/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/neomutt/distinfo 2016/10/29 12:07:40 1.13
+++ pkgsrc/mail/neomutt/distinfo 2016/11/14 14:25:17 1.14
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2016/10/29 12:07:40 wiz Exp $ 1$NetBSD: distinfo,v 1.14 2016/11/14 14:25:17 wiz Exp $
2 2
3SHA1 (neomutt-20161028.tar.gz) = fd08658e64332dde7f11f364d10b14339c96beb7 3SHA1 (neomutt-20161104.tar.gz) = bcb267e186014587769da88deaca980c2ec58cde
4RMD160 (neomutt-20161028.tar.gz) = ec38bde192a0f1075c9a90faf07a38446ece13aa 4RMD160 (neomutt-20161104.tar.gz) = d697721eb0bbe2f4010eecc98f8321bbdb146bce
5SHA512 (neomutt-20161028.tar.gz) = 3ba4d32f13651b2372c0d43ac3375391bf245a147bb252288954d90e288626c4b17cd0e87ad576bd39f7ccfa2bf395b4d11acc1cb86ef59f6468295eaf49dc16 5SHA512 (neomutt-20161104.tar.gz) = 90b5c241ad90fd4f1233c343f9425ba119d500280b7b0287fa3c2596ed84f7ed783b03ba8dcef1496cbafdb932639f3a3d16169407ff4bac9ec642fc2ca086d1
6Size (neomutt-20161028.tar.gz) = 2662723 bytes 6Size (neomutt-20161104.tar.gz) = 2663369 bytes