Sun Mar 5 12:33:31 2017 UTC ()
Updated notmuch to 0.23.7.

Notmuch 0.23.7 (2017-02-28)
===========================

Test Suite
----------

Drop use of gpgconf --create-socketdir. Move $GNUPGHOME to /tmp.

  It turns out the hardcoded use of /run/user in gpg doesn't work out
  that well in some environments. The more low tech fix is to move all
  of $GNUPGHOME to somewhere where we can control the length of the
  paths.

Notmuch 0.23.6 (2017-02-27)
===========================

Command Line Interface
----------------------

Fix read-after-free bug in `notmuch new`.

Test Suite
----------

Use gpgconf --create-socketdir if available.

  GnuPG has a facility to use sockets in /run or /var/run to avoid
  problems with long socket paths, but this is not enabled by default
  for GNUPGHOME other than $HOME/.gnupg. Enable it, if possible.


(wiz)
diff -r1.23 -r1.24 pkgsrc/mail/notmuch/Makefile
diff -r1.18 -r1.19 pkgsrc/mail/notmuch/distinfo

cvs diff -r1.23 -r1.24 pkgsrc/mail/notmuch/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/notmuch/Makefile 2017/01/16 11:08:42 1.23
+++ pkgsrc/mail/notmuch/Makefile 2017/03/05 12:33:31 1.24
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.23 2017/01/16 11:08:42 wiz Exp $ 1# $NetBSD: Makefile,v 1.24 2017/03/05 12:33:31 wiz Exp $
2 2
3DISTNAME= notmuch-0.23.5 3DISTNAME= notmuch-0.23.7
4CATEGORIES= mail 4CATEGORIES= mail
5MASTER_SITES= http://notmuchmail.org/releases/ 5MASTER_SITES= http://notmuchmail.org/releases/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://notmuchmail.org/ 8HOMEPAGE= http://notmuchmail.org/
9COMMENT= Mail indexer 9COMMENT= Mail indexer
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx 12BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
13 13
14HAS_CONFIGURE= yes 14HAS_CONFIGURE= yes
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_TOOLS+= gmake pkg-config 16USE_TOOLS+= gmake pkg-config

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

--- pkgsrc/mail/notmuch/distinfo 2017/01/16 11:08:42 1.18
+++ pkgsrc/mail/notmuch/distinfo 2017/03/05 12:33:31 1.19
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1$NetBSD: distinfo,v 1.18 2017/01/16 11:08:42 wiz Exp $ 1$NetBSD: distinfo,v 1.19 2017/03/05 12:33:31 wiz Exp $
2 2
3SHA1 (notmuch-0.23.5.tar.gz) = 98094da0f6a0851a2eb0b8208bc65a609bef2d61 3SHA1 (notmuch-0.23.7.tar.gz) = 07eca222977488051cb7fcd3f2238da355c5ec1c
4RMD160 (notmuch-0.23.5.tar.gz) = 1ca69c41a074594feebcb66161f67fa54b731a9e 4RMD160 (notmuch-0.23.7.tar.gz) = 681d6bdbbf4db692934d63b4dc3a37cbb221ae6b
5SHA512 (notmuch-0.23.5.tar.gz) = 703b685737c779008484a1a5064a0a6b4c93d0c20c48a9c417e0a471b8807f5ee3151a67f0161eb6b376dce56ab42a285dd80532ec9ff79451e982a7c0f25fa1 5SHA512 (notmuch-0.23.7.tar.gz) = e71da3bd6ce1b344aae79b277b695a4668d4fe1b8838618d6970a0b27df9867bac66a3240473ef31fc30ed8af2b0a558203ed5ffb34da873c991b1ecc6c08522
6Size (notmuch-0.23.5.tar.gz) = 691921 bytes 6Size (notmuch-0.23.7.tar.gz) = 692230 bytes
7SHA1 (patch-Makefile.local) = cab8635a8ff1f2f2e7dc45f2c853f90553c28606 7SHA1 (patch-Makefile.local) = cab8635a8ff1f2f2e7dc45f2c853f90553c28606
8SHA1 (patch-aa) = 5276035fce76d9cf891d168aeba60b0eede00a09 8SHA1 (patch-aa) = 5276035fce76d9cf891d168aeba60b0eede00a09
9SHA1 (patch-lib_Makefile.local) = c81920e239d1e26d4502e57c4e7fdbd3209b6325 9SHA1 (patch-lib_Makefile.local) = c81920e239d1e26d4502e57c4e7fdbd3209b6325
10SHA1 (patch-notmuch-dump.c) = d85095239da2c7247113143d2668d6ca47bc324f 10SHA1 (patch-notmuch-dump.c) = d85095239da2c7247113143d2668d6ca47bc324f
11SHA1 (patch-notmuch-restore.c) = 5f908d2ee146e29bd025eee36adb5997d897e9ea 11SHA1 (patch-notmuch-restore.c) = 5f908d2ee146e29bd025eee36adb5997d897e9ea
12SHA1 (patch-util_Makefile.local) = 1dcf152c0aba329e5e309c98042bd14f9a733714 12SHA1 (patch-util_Makefile.local) = 1dcf152c0aba329e5e309c98042bd14f9a733714