pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/notmuch



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jun 28 15:20:37 UTC 2021

Modified Files:
        pkgsrc/mail/notmuch: Makefile distinfo

Log Message:
notmuch: Update to 0.32.2

Changelog:
What's new in notmuch 0.32.2
=========================

General
-------

Fix a bug from 2017 that can add duplicate thread-id terms to message
documents.

CLI
---

Fix small memory leak in notmuch new.

Emacs
-----

Add `(require 'seq)` for `seq-some`.

Documentation
-------------

Fix man page build for Sphinx 4.x. Fix variable name in emacs docs.

Tests
-----

Fix backup creation in `perf-test/T00-new`.  Check openssl
prerequisite in `add_gpgsm_home`.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/mail/notmuch/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/mail/notmuch/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/notmuch/Makefile
diff -u pkgsrc/mail/notmuch/Makefile:1.66 pkgsrc/mail/notmuch/Makefile:1.67
--- pkgsrc/mail/notmuch/Makefile:1.66   Mon May 17 16:09:19 2021
+++ pkgsrc/mail/notmuch/Makefile        Mon Jun 28 15:20:36 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2021/05/17 16:09:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.67 2021/06/28 15:20:36 ryoon Exp $
 
-DISTNAME=      notmuch-0.32.1
+DISTNAME=      notmuch-0.32.2
 CATEGORIES=    mail
 MASTER_SITES=  https://notmuchmail.org/releases/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/mail/notmuch/distinfo
diff -u pkgsrc/mail/notmuch/distinfo:1.52 pkgsrc/mail/notmuch/distinfo:1.53
--- pkgsrc/mail/notmuch/distinfo:1.52   Wed Jun 23 18:34:33 2021
+++ pkgsrc/mail/notmuch/distinfo        Mon Jun 28 15:20:36 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.52 2021/06/23 18:34:33 schmonz Exp $
+$NetBSD: distinfo,v 1.53 2021/06/28 15:20:36 ryoon Exp $
 
-SHA1 (notmuch-0.32.1.tar.xz) = 8f5209719f27dce21fc493dad59204624a9055f6
-RMD160 (notmuch-0.32.1.tar.xz) = eebf6bca560e8866e5b2332a816d1f8de4264c8f
-SHA512 (notmuch-0.32.1.tar.xz) = c561658919a3c19bfe282e28a5c95db5d58030f044307fdfcaee02d3bf6fc15c9ae9d6d9d8a948c9e6f9b54f563dc82cde757a26a7d7c33eb976b3cfe7ce8c36
-Size (notmuch-0.32.1.tar.xz) = 725196 bytes
+SHA1 (notmuch-0.32.2.tar.xz) = bfd67156257d33373fe42207ef552c679d683ce8
+RMD160 (notmuch-0.32.2.tar.xz) = 0774a51bb31ced939c898fffa0ee0c59b72dd3ad
+SHA512 (notmuch-0.32.2.tar.xz) = e4151cb3ba0e5d26e67572a37c3132d0e35af5d9ca4339d88d8ba25385b6022c376a75abcffb57fda3242c836f6e40dec39c4038674682616b6e5785223295bf
+Size (notmuch-0.32.2.tar.xz) = 725652 bytes
 SHA1 (patch-configure) = 63b15478d1f360b930ccdcef1bfc853f5d683499
 SHA1 (patch-emacs_Makefile.local) = 4a36a2c165852a098a45c8b99c8372d65d33b07c



Home | Main Index | Thread Index | Old Index