pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/notmuch Updated notmuch to 0.23.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f139f7db37d8
branches:  trunk
changeset: 359260:f139f7db37d8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 05 12:33:31 2017 +0000

description:
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.

diffstat:

 mail/notmuch/Makefile |   4 ++--
 mail/notmuch/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 9f476abca84d -r f139f7db37d8 mail/notmuch/Makefile
--- a/mail/notmuch/Makefile     Sun Mar 05 12:31:35 2017 +0000
+++ b/mail/notmuch/Makefile     Sun Mar 05 12:33:31 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2017/01/16 11:08:42 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2017/03/05 12:33:31 wiz Exp $
 
-DISTNAME=      notmuch-0.23.5
+DISTNAME=      notmuch-0.23.7
 CATEGORIES=    mail
 MASTER_SITES=  http://notmuchmail.org/releases/
 
diff -r 9f476abca84d -r f139f7db37d8 mail/notmuch/distinfo
--- a/mail/notmuch/distinfo     Sun Mar 05 12:31:35 2017 +0000
+++ b/mail/notmuch/distinfo     Sun Mar 05 12:33:31 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.18 2017/01/16 11:08:42 wiz Exp $
+$NetBSD: distinfo,v 1.19 2017/03/05 12:33:31 wiz Exp $
 
-SHA1 (notmuch-0.23.5.tar.gz) = 98094da0f6a0851a2eb0b8208bc65a609bef2d61
-RMD160 (notmuch-0.23.5.tar.gz) = 1ca69c41a074594feebcb66161f67fa54b731a9e
-SHA512 (notmuch-0.23.5.tar.gz) = 703b685737c779008484a1a5064a0a6b4c93d0c20c48a9c417e0a471b8807f5ee3151a67f0161eb6b376dce56ab42a285dd80532ec9ff79451e982a7c0f25fa1
-Size (notmuch-0.23.5.tar.gz) = 691921 bytes
+SHA1 (notmuch-0.23.7.tar.gz) = 07eca222977488051cb7fcd3f2238da355c5ec1c
+RMD160 (notmuch-0.23.7.tar.gz) = 681d6bdbbf4db692934d63b4dc3a37cbb221ae6b
+SHA512 (notmuch-0.23.7.tar.gz) = e71da3bd6ce1b344aae79b277b695a4668d4fe1b8838618d6970a0b27df9867bac66a3240473ef31fc30ed8af2b0a558203ed5ffb34da873c991b1ecc6c08522
+Size (notmuch-0.23.7.tar.gz) = 692230 bytes
 SHA1 (patch-Makefile.local) = cab8635a8ff1f2f2e7dc45f2c853f90553c28606
 SHA1 (patch-aa) = 5276035fce76d9cf891d168aeba60b0eede00a09
 SHA1 (patch-lib_Makefile.local) = c81920e239d1e26d4502e57c4e7fdbd3209b6325



Home | Main Index | Thread Index | Old Index