diff options
author | wiz <wiz@pkgsrc.org> | 2018-04-29 10:00:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-04-29 10:00:16 +0000 |
commit | f79ca7e1241068a767157d544f241b7b030f3914 (patch) | |
tree | 4a5c4bf1769496abd975e6569fcf50a359065a28 /mail/notmuch | |
parent | d4d85e7d93bc10268d209361294a67da5b599a06 (diff) | |
download | pkgsrc-f79ca7e1241068a767157d544f241b7b030f3914.tar.gz |
notmuch: update to 0.26.2.
Notmuch 0.26.2 (2018-04-28)
===========================
Library Changes
---------------
Work around Xapian bug with `get_mset(0,0, x)`.
This causes aborts in `_notmuch_query_count_documents` on
e.g. Fedora 28. The underlying bug is fixed in Xapian commit
f92e2a936c1592, and will be fixed in Xapian 1.4.6.
Make thread indexing more robust against reference loops
Choose a thread root by date in case of reference loops. Fix a
related abort in `notmuch show`.
Diffstat (limited to 'mail/notmuch')
-rw-r--r-- | mail/notmuch/Makefile | 4 | ||||
-rw-r--r-- | mail/notmuch/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index 6a9c1a7f0b8..21758bd49fe 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2018/04/16 13:19:42 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2018/04/29 10:00:16 wiz Exp $ -DISTNAME= notmuch-0.26.1 +DISTNAME= notmuch-0.26.2 CATEGORIES= mail MASTER_SITES= https://notmuchmail.org/releases/ diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo index f8fdeb6de1b..809d4d8d9ba 100644 --- a/mail/notmuch/distinfo +++ b/mail/notmuch/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.30 2018/04/16 13:19:42 wiz Exp $ +$NetBSD: distinfo,v 1.31 2018/04/29 10:00:16 wiz Exp $ -SHA1 (notmuch-0.26.1.tar.gz) = 7bf644319ebadc918fa98693adbd53eaf26d5fd0 -RMD160 (notmuch-0.26.1.tar.gz) = c73993a84a0fded04fe561f1018e5b7cab93a68d -SHA512 (notmuch-0.26.1.tar.gz) = f0d95a0f03535495037c73ab18d1251ece505284736efa5a535fe9bc8aea33954b5c87e5dcdfd30670c8df53178294be520a63e5b19beac7d90f166e616d19dd -Size (notmuch-0.26.1.tar.gz) = 906523 bytes +SHA1 (notmuch-0.26.2.tar.gz) = 7ce15988a972fad55e866735e551ff3373f6af85 +RMD160 (notmuch-0.26.2.tar.gz) = a0b43b3c6db643a6fb8584d70bf4997d2c15d362 +SHA512 (notmuch-0.26.2.tar.gz) = ebd8460c5f08cb8c79dabc1bc1bc32e1f2e1f123d304bb20205d4dedb982186336fd43d0e39acf020ea2563278bee0a063ceb3bf276f1251c099d8fcdd5098e7 +Size (notmuch-0.26.2.tar.gz) = 907187 bytes |