Received: by mail.netbsd.org (Postfix, from userid 605) id 3243584D51; Mon, 17 May 2021 16:09:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6C39384D48 for ; Mon, 17 May 2021 16:09:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id uMVeBxel6flP for ; Mon, 17 May 2021 16:09:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E069584CD9 for ; Mon, 17 May 2021 16:09:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D9C29FA95; Mon, 17 May 2021 16:09:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162126775992900" MIME-Version: 1.0 Date: Mon, 17 May 2021 16:09:19 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/mail/notmuch To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20210517160919.D9C29FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162126775992900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Mon May 17 16:09:19 UTC 2021 Modified Files: pkgsrc/mail/notmuch: Makefile distinfo Log Message: notmuch: Update to 0.32.1 Changelog: Notmuch 0.32.1 (2021-05-15) =========================== General ------- Restore handling of relative values for `database.path` that was broken by 0.32. Extend this handling to `database.mail_root`, `database.backup_dir`, and `database.hook_dir`. Reload certain metadata from Xapian database in notmuch_database_reopen. This fixes a bug when adding messages to the database in a pre-new hook. Fix default of `$HOME/mail` for `database.path`. In release 0.32, this default worked only in "notmuch config". Emacs ----- Restore the dynamically bound variables `tag-changes` and `query` in in `notmuch-before-tag-hook` and `notmuch-after-tag-hook`. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/mail/notmuch/Makefile cvs rdiff -u -r1.50 -r1.51 pkgsrc/mail/notmuch/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162126775992900 Content-Disposition: inline Content-Length: 1746 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/notmuch/Makefile diff -u pkgsrc/mail/notmuch/Makefile:1.65 pkgsrc/mail/notmuch/Makefile:1.66 --- pkgsrc/mail/notmuch/Makefile:1.65 Mon May 3 14:50:46 2021 +++ pkgsrc/mail/notmuch/Makefile Mon May 17 16:09:19 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2021/05/03 14:50:46 ryoon Exp $ +# $NetBSD: Makefile,v 1.66 2021/05/17 16:09:19 ryoon Exp $ -DISTNAME= notmuch-0.32 +DISTNAME= notmuch-0.32.1 CATEGORIES= mail MASTER_SITES= https://notmuchmail.org/releases/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/mail/notmuch/distinfo diff -u pkgsrc/mail/notmuch/distinfo:1.50 pkgsrc/mail/notmuch/distinfo:1.51 --- pkgsrc/mail/notmuch/distinfo:1.50 Mon May 3 14:50:46 2021 +++ pkgsrc/mail/notmuch/distinfo Mon May 17 16:09:19 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.50 2021/05/03 14:50:46 ryoon Exp $ +$NetBSD: distinfo,v 1.51 2021/05/17 16:09:19 ryoon Exp $ -SHA1 (notmuch-0.32.tar.xz) = 42c2ad44befe2502db218bbac5e8e11b5f5757b2 -RMD160 (notmuch-0.32.tar.xz) = 676edf41827e2e32cba619fffa3ecd21265351b0 -SHA512 (notmuch-0.32.tar.xz) = ab9dfa36bc3cfda5c17ecef5d7bc9d7bb1536e47f801bb4fa6d9de6365cdafcaeadd62810176d860dc3951768091272db09083abfadd864e0cbaee98e7d161b8 -Size (notmuch-0.32.tar.xz) = 724088 bytes +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 (patch-configure) = 540b17f70befb7eced5f0a0361c3232a71cc48a1 SHA1 (patch-emacs_Makefile.local) = 4a36a2c165852a098a45c8b99c8372d65d33b07c --_----------=_162126775992900--