Received: by mail.netbsd.org (Postfix, from userid 605) id E922C84E3C; Mon, 28 Oct 2019 12:53:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 70AD684E23 for ; Mon, 28 Oct 2019 12:53:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 7ArnAr71Fbga for ; Mon, 28 Oct 2019 12:53:08 +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 EC27084E09 for ; Mon, 28 Oct 2019 12:53:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E5BA7FA8D; Mon, 28 Oct 2019 12:53:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572267187175250" MIME-Version: 1.0 Date: Mon, 28 Oct 2019 12:53:07 +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: <20191028125307.E5BA7FA8D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1572267187175250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Mon Oct 28 12:53:07 UTC 2019 Modified Files: pkgsrc/mail/notmuch: Makefile distinfo Log Message: Update to 0.29.2 Changelog: Notmuch 0.29.2 (2019-10-19) =========================== General ------- Fix for file descriptor leak when opening gzipped mail files. Thanks to James Troup for the bug report and the fix. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/mail/notmuch/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/mail/notmuch/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572267187175250 Content-Disposition: inline Content-Length: 1822 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.53 pkgsrc/mail/notmuch/Makefile:1.54 --- pkgsrc/mail/notmuch/Makefile:1.53 Mon Oct 21 22:15:11 2019 +++ pkgsrc/mail/notmuch/Makefile Mon Oct 28 12:53:07 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2019/10/21 22:15:11 adam Exp $ +# $NetBSD: Makefile,v 1.54 2019/10/28 12:53:07 ryoon Exp $ -DISTNAME= notmuch-0.29.1 +DISTNAME= notmuch-0.29.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.41 pkgsrc/mail/notmuch/distinfo:1.42 --- pkgsrc/mail/notmuch/distinfo:1.41 Wed Jun 12 13:26:27 2019 +++ pkgsrc/mail/notmuch/distinfo Mon Oct 28 12:53:07 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.41 2019/06/12 13:26:27 ryoon Exp $ +$NetBSD: distinfo,v 1.42 2019/10/28 12:53:07 ryoon Exp $ -SHA1 (notmuch-0.29.1.tar.xz) = 3b279481ccf70f2d6f9430ce9c24a7b5deb3d00a -RMD160 (notmuch-0.29.1.tar.xz) = 38a88682e2635c4d8af339ac271c6fe39bdeae4b -SHA512 (notmuch-0.29.1.tar.xz) = 9b76a7c8c62cb67b64a0008f80a82eeecccd20267ddba67d4d96a768815466c305f154769947bb9526e02c7a1696faaf69e94b90007603b185589be0c7c2a5d8 -Size (notmuch-0.29.1.tar.xz) = 660352 bytes +SHA1 (notmuch-0.29.2.tar.xz) = b5c827122c6de7c1e57dcbd9449ee2876ee58ef5 +RMD160 (notmuch-0.29.2.tar.xz) = 73937e24ea552b15280d158a016326539d99911d +SHA512 (notmuch-0.29.2.tar.xz) = 0e345c4ecca8410eedb14154bcb3c327353a0984f30b7fd6c526deefcfe17aa74ca8fb4b4d28e93decca8c8914f7d60ca2c9485750001b14d67d7d33d4721bb3 +Size (notmuch-0.29.2.tar.xz) = 660520 bytes SHA1 (patch-Makefile.global) = f436bdb163e3110a8d097f3c88198aefb126eafc SHA1 (patch-Makefile.local) = d0a83ff130de36164f1667236860aa31d481d025 SHA1 (patch-configure) = afbc37cdf886c6b73be4c34903d495cf0589963a --_----------=_1572267187175250--