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 57EA71A9239 for ; Sun, 7 Nov 2021 12:18:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7212C84D5F; Sun, 7 Nov 2021 12:18:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A9DED84D41 for ; Sun, 7 Nov 2021 12:18:50 +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 4-xAYyiZ-05l for ; Sun, 7 Nov 2021 12:18:50 +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 1D84784CFD for ; Sun, 7 Nov 2021 12:18:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0AA8EFAEC; Sun, 7 Nov 2021 12:18:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1636287530246210" MIME-Version: 1.0 Date: Sun, 7 Nov 2021 12:18:50 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/notmuch To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211107121850.0AA8EFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1636287530246210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Nov 7 12:18:49 UTC 2021 Modified Files: pkgsrc/mail/notmuch: Makefile distinfo Log Message: notmuch: update to 0.34.1. Notmuch 0.34.1 (2021-11-03) =========================== Library ------- Fix for deallocation and nulling of output parameter for notmuch_database_{open_with,create_with,load}_config when errors occur. This change fixes a potential use-after-free bug that has been present since 0.32. This release also improves the documentation of status returns for the same 3 functions. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pkgsrc/mail/notmuch/Makefile cvs rdiff -u -r1.60 -r1.61 pkgsrc/mail/notmuch/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1636287530246210 Content-Disposition: inline Content-Length: 1648 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.75 pkgsrc/mail/notmuch/Makefile:1.76 --- pkgsrc/mail/notmuch/Makefile:1.75 Mon Nov 1 14:17:32 2021 +++ pkgsrc/mail/notmuch/Makefile Sun Nov 7 12:18:49 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.75 2021/11/01 14:17:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.76 2021/11/07 12:18:49 wiz Exp $ -DISTNAME= notmuch-0.34 +DISTNAME= notmuch-0.34.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.60 pkgsrc/mail/notmuch/distinfo:1.61 --- pkgsrc/mail/notmuch/distinfo:1.60 Mon Nov 1 14:17:32 2021 +++ pkgsrc/mail/notmuch/distinfo Sun Nov 7 12:18:49 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.60 2021/11/01 14:17:32 ryoon Exp $ +$NetBSD: distinfo,v 1.61 2021/11/07 12:18:49 wiz Exp $ -BLAKE2s (notmuch-0.34.tar.xz) = 587a60b7d956aef8c91adf960dd4cbeb90969ccb61706203387c6e9bfcde3e38 -SHA512 (notmuch-0.34.tar.xz) = c7c802ee6fc056cb626611e3403541e404c628d238983299faf877e7eca9dfb94bd643c399e6a6cda53b051d2ad837ad03b124a1f44e17c7637a9c9b23e33c73 -Size (notmuch-0.34.tar.xz) = 748232 bytes +BLAKE2s (notmuch-0.34.1.tar.xz) = 121fdd8afbf05eb1073de0633a931374490cf59156d31464181a96a3a229e3d2 +SHA512 (notmuch-0.34.1.tar.xz) = ef1423e049a83f81fb6b5a75f9a35efc0381c661bbe00007dabd6b385df829ac4195137ccef3fa1ec652df8eb4566e3d9d30880a4c74497a9668cb3ca240fb88 +Size (notmuch-0.34.1.tar.xz) = 748444 bytes SHA1 (patch-configure) = 93831007eb3ffac12612d12f772e8a0ac0115207 SHA1 (patch-emacs_Makefile.local) = 4a36a2c165852a098a45c8b99c8372d65d33b07c --_----------=_1636287530246210--