Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2E86584D6B for ; Thu, 31 Aug 2023 18:15:49 +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 mnwNIxE-2MMT for ; Thu, 31 Aug 2023 18:15:48 +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 A179F84D66 for ; Thu, 31 Aug 2023 18:15:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9ABB2FBDB; Thu, 31 Aug 2023 18:15:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693505748280080" MIME-Version: 1.0 Date: Thu, 31 Aug 2023 18:15:48 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/mongo-tools To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230831181548.9ABB2FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693505748280080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Aug 31 18:15:48 UTC 2023 Modified Files: pkgsrc/databases/mongo-tools: Makefile distinfo Log Message: mongo-tools: updated to 100.7.5 100.7.5 Add integration testing for mongodump/restore on config db (and other special case dbs) Release Database Tools 100.7.5 with golang 1.19.12 To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/mongo-tools/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/mongo-tools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693505748280080 Content-Disposition: inline Content-Length: 1676 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/mongo-tools/Makefile diff -u pkgsrc/databases/mongo-tools/Makefile:1.29 pkgsrc/databases/mongo-tools/Makefile:1.30 --- pkgsrc/databases/mongo-tools/Makefile:1.29 Sat Aug 26 16:31:23 2023 +++ pkgsrc/databases/mongo-tools/Makefile Thu Aug 31 18:15:48 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2023/08/26 16:31:23 bsiegert Exp $ +# $NetBSD: Makefile,v 1.30 2023/08/31 18:15:48 adam Exp $ -DISTNAME= mongo-tools-100.7.4 -PKGREVISION= 1 +DISTNAME= mongo-tools-100.7.5 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/} GITHUB_TAG= ${PKGVERSION_NOREV} Index: pkgsrc/databases/mongo-tools/distinfo diff -u pkgsrc/databases/mongo-tools/distinfo:1.12 pkgsrc/databases/mongo-tools/distinfo:1.13 --- pkgsrc/databases/mongo-tools/distinfo:1.12 Sat Jul 29 11:52:55 2023 +++ pkgsrc/databases/mongo-tools/distinfo Thu Aug 31 18:15:48 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2023/07/29 11:52:55 adam Exp $ +$NetBSD: distinfo,v 1.13 2023/08/31 18:15:48 adam Exp $ -BLAKE2s (mongo-tools-100.7.4.tar.gz) = f719ea41d0427228be95d7a52048eae75dbf6d819f17cf82320fc48eb8fa6d80 -SHA512 (mongo-tools-100.7.4.tar.gz) = 6aa8fe249dafc3347cac8f41b1e4558a709d815f29200792684ed53b319f3dbada5d8f0d3450ca26a737f5236949d6febe66f1a9c35c69f826cbf970a2e07a43 -Size (mongo-tools-100.7.4.tar.gz) = 4520039 bytes +BLAKE2s (mongo-tools-100.7.5.tar.gz) = ba738d4fc2c726969fd27dadc5ad603869a406adfd60d116e07b51db5bc74d3c +SHA512 (mongo-tools-100.7.5.tar.gz) = 5f77ddaaa537d16122feb0453700a34e6fceaaefd137f67e02b2aac7751d654478893c34872b4ed9ceff8849296f7ef9aa722a7f7043a36d6c1eee0bc87eefb4 +Size (mongo-tools-100.7.5.tar.gz) = 4629618 bytes --_----------=_1693505748280080--