Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 20DA41A9239 for ; Mon, 10 Jan 2022 16:13:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5A21184E6E; Mon, 10 Jan 2022 16:13:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9401F84D5E for ; Mon, 10 Jan 2022 16:13:28 +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 auVrbTEYU_Zv for ; Mon, 10 Jan 2022 16:13:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0F6D484D4C for ; Mon, 10 Jan 2022 16:13:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0CBBEFB24; Mon, 10 Jan 2022 16:13:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164183120819910" MIME-Version: 1.0 Date: Mon, 10 Jan 2022 16:13:28 +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: <20220110161328.0CBBEFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164183120819910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Mon Jan 10 16:13:27 UTC 2022 Modified Files: pkgsrc/mail/notmuch: Makefile distinfo Log Message: notmuch: Update to 0.34.3 Changelog: What's new in notmuch 0.34.3 ========================= Library ------- Do not crash when presented with a .notmuch directory without a xapian/ subdirectory. Python Bindings (notmuch2) -------------------------- Database constructor now searches for configuration by default. Pass `config=Database.CONFIG.EMPTY` to disable. The `Message.replies()` method now returns OwnedMessage objects, to prevent certain memory de-allocation errors. Fix for importing `notmuch2` module when building bindings documentation. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 pkgsrc/mail/notmuch/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/mail/notmuch/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164183120819910 Content-Disposition: inline Content-Length: 1656 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.78 pkgsrc/mail/notmuch/Makefile:1.79 --- pkgsrc/mail/notmuch/Makefile:1.78 Sun Dec 12 09:41:01 2021 +++ pkgsrc/mail/notmuch/Makefile Mon Jan 10 16:13:27 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.78 2021/12/12 09:41:01 wiz Exp $ +# $NetBSD: Makefile,v 1.79 2022/01/10 16:13:27 ryoon Exp $ -DISTNAME= notmuch-0.34.2 +DISTNAME= notmuch-0.34.3 CATEGORIES= mail MASTER_SITES= https://notmuchmail.org/releases/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/mail/notmuch/distinfo diff -u pkgsrc/mail/notmuch/distinfo:1.62 pkgsrc/mail/notmuch/distinfo:1.63 --- pkgsrc/mail/notmuch/distinfo:1.62 Sun Dec 12 09:41:01 2021 +++ pkgsrc/mail/notmuch/distinfo Mon Jan 10 16:13:27 2022 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.62 2021/12/12 09:41:01 wiz Exp $ +$NetBSD: distinfo,v 1.63 2022/01/10 16:13:27 ryoon Exp $ -BLAKE2s (notmuch-0.34.2.tar.xz) = f87eed5383a95030a89461c8f8bcb856b506e2f22e4f8e92c96669cc729985b3 -SHA512 (notmuch-0.34.2.tar.xz) = fd15145404c621fb259b869ddfd77d6302f777a8ead203cfe3a62b66b452f7d3737b214657517c592ce86ce37fb914f800830ea9d05da20d59ec09feaa81d20c -Size (notmuch-0.34.2.tar.xz) = 749384 bytes +BLAKE2s (notmuch-0.34.3.tar.xz) = 195a9f4205e0ac5da81a9f87f3fc4ce55a8f04997715c06e61c49830d2ee8504 +SHA512 (notmuch-0.34.3.tar.xz) = 5a047c714f1a34db34f70d67b26e0d2cadf3559182ed8628a3ae5764180dded29aad9c38ed774c3ba8ed48db23dc0ecc04b97cfc4329198c5bfbd17f3a20452d +Size (notmuch-0.34.3.tar.xz) = 750092 bytes SHA1 (patch-configure) = 93831007eb3ffac12612d12f772e8a0ac0115207 SHA1 (patch-emacs_Makefile.local) = 4a36a2c165852a098a45c8b99c8372d65d33b07c --_----------=_164183120819910--