diff options
author | wiz <wiz@pkgsrc.org> | 2017-04-04 11:54:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-04-04 11:54:10 +0000 |
commit | 588d1ef6a436a18462bc3e6e6a561ef582e67770 (patch) | |
tree | 6a423027216e7f0bde5f713c37ec03a358714579 /mail/notmuch | |
parent | 2ce9710070b8f22e8d621e2c98e49de69317834c (diff) | |
download | pkgsrc-588d1ef6a436a18462bc3e6e6a561ef582e67770.tar.gz |
Updated notmuch to 0.24.1.
Notmuch 0.24.1 (2017-04-01)
===========================
General
-------
Fix regressions in non-regexp search for `from:` and `subject:`.
The regexp search code in 0.24 introduced a regression in the
handling of empty queries and wildcards. These are both corrected in
this release.
Command Line Interface
----------------------
Fix several memory leaks in `notmuch show`.
Update NEWS for 0.24 to mention schema changes.
Fix bug in dump header.
The previous version of the dump header failed to mention the
inclusion of tags. This fix bumps the version number of the dump
format to 3. There are no other changes to the format.
Library Changes
---------------
Fix a read-after-free in the library.
Diffstat (limited to 'mail/notmuch')
-rw-r--r-- | mail/notmuch/Makefile | 5 | ||||
-rw-r--r-- | mail/notmuch/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index a6447e4f5f9..a9e7fd8e7d7 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2017/03/31 10:32:15 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2017/04/04 11:54:10 wiz Exp $ -DISTNAME= notmuch-0.24 -PKGREVISION= 1 +DISTNAME= notmuch-0.24.1 CATEGORIES= mail MASTER_SITES= http://notmuchmail.org/releases/ diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo index 75de848d912..52e0e72dd5e 100644 --- a/mail/notmuch/distinfo +++ b/mail/notmuch/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.21 2017/03/20 13:19:26 wiz Exp $ +$NetBSD: distinfo,v 1.22 2017/04/04 11:54:10 wiz Exp $ -SHA1 (notmuch-0.24.tar.gz) = 76c890ac3719f78dbcc5c4a434a7383290ce4817 -RMD160 (notmuch-0.24.tar.gz) = be5156827b596ba87f3d1f204903c217655718a8 -SHA512 (notmuch-0.24.tar.gz) = f966b4faf96b165cc04be15a90681fabfe7ce66a0a9255183f9e4542556836adb7acfe8c02033db3ad8af6cb8962d1a64da8cdd03a0485b104a7b40b88b598d5 -Size (notmuch-0.24.tar.gz) = 708243 bytes +SHA1 (notmuch-0.24.1.tar.gz) = 761bb1391a0d174b5819efabca582d3fba1f57cf +RMD160 (notmuch-0.24.1.tar.gz) = 847bc5011131b4c34f3dfbd12dfb58fcd9a2ce1c +SHA512 (notmuch-0.24.1.tar.gz) = e2014380de68de3e1a3fd3058a441c6771a92bfffe07c0bd2b374802dd8b2539eddbbb91074738f58f48452a936f2f9427fadca825a165c61a27fe0c3e1fe7fc +Size (notmuch-0.24.1.tar.gz) = 709190 bytes SHA1 (patch-Makefile.global) = 848213d8914c59d2786c74eee71df5c7599c17ec SHA1 (patch-Makefile.local) = e5a11e3fd7470f745fccb3086fb864c2068f55a7 SHA1 (patch-aa) = 90414224b80703587d211c8b56bfba0cbe1377b6 |