Received: by mail.netbsd.org (Postfix, from userid 605) id DD7A884D10; Wed, 24 Feb 2021 12:58:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 191B184D52 for ; Wed, 24 Feb 2021 12:58:30 +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 dNl3B2K05moA for ; Wed, 24 Feb 2021 12:58:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8AB6684D10 for ; Wed, 24 Feb 2021 12:58:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7F324FA95; Wed, 24 Feb 2021 12:58:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614171509196930" MIME-Version: 1.0 Date: Wed, 24 Feb 2021 12:58:29 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/mongo-c-driver To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210224125829.7F324FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614171509196930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Feb 24 12:58:29 UTC 2021 Modified Files: pkgsrc/databases/mongo-c-driver: Makefile distinfo Log Message: mongo-c-driver: updated to 1.17.4 mongo-c-driver 1.17.4 libbson It is my pleasure to announce libbson 1.17.4. No changes since 1.17.3; release to keep pace with libmongoc's version. libmongoc It is my pleasure to announce the MongoDB C Driver 1.17.4. Bug fixes: Fix crash on macOS on client pool shutdown. Fix spacing in extended JSON output for numberLong. Clear error in mongoc_collection_find_and_modify_with_opts on a successful retry. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/databases/mongo-c-driver/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/databases/mongo-c-driver/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614171509196930 Content-Disposition: inline Content-Length: 1816 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/mongo-c-driver/Makefile diff -u pkgsrc/databases/mongo-c-driver/Makefile:1.48 pkgsrc/databases/mongo-c-driver/Makefile:1.49 --- pkgsrc/databases/mongo-c-driver/Makefile:1.48 Thu Dec 3 11:34:39 2020 +++ pkgsrc/databases/mongo-c-driver/Makefile Wed Feb 24 12:58:29 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2020/12/03 11:34:39 adam Exp $ +# $NetBSD: Makefile,v 1.49 2021/02/24 12:58:29 adam Exp $ -DISTNAME= mongo-c-driver-1.17.3 +DISTNAME= mongo-c-driver-1.17.4 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/databases/mongo-c-driver/distinfo diff -u pkgsrc/databases/mongo-c-driver/distinfo:1.38 pkgsrc/databases/mongo-c-driver/distinfo:1.39 --- pkgsrc/databases/mongo-c-driver/distinfo:1.38 Thu Dec 3 11:34:39 2020 +++ pkgsrc/databases/mongo-c-driver/distinfo Wed Feb 24 12:58:29 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.38 2020/12/03 11:34:39 adam Exp $ +$NetBSD: distinfo,v 1.39 2021/02/24 12:58:29 adam Exp $ -SHA1 (mongo-c-driver-1.17.3.tar.gz) = 1c509e9a88ec7eadabbe39481a5beaaa9f17bd95 -RMD160 (mongo-c-driver-1.17.3.tar.gz) = a5c6ecdd9ae32909247476b1aa4ae74f22e9a93d -SHA512 (mongo-c-driver-1.17.3.tar.gz) = afe9faa605809868efd99f2adc755cc2a0eff414524153bc4392d73e168b7eb07672c2c25a3e777a3536c5c058a46c035687941ef468d2635351d3e673573bf0 -Size (mongo-c-driver-1.17.3.tar.gz) = 7088994 bytes +SHA1 (mongo-c-driver-1.17.4.tar.gz) = 76ce1bd2c9a30e1f33229613a8ffc7b7c763f1ec +RMD160 (mongo-c-driver-1.17.4.tar.gz) = a9a7815154563f659ca14fa0e8566837acdb5243 +SHA512 (mongo-c-driver-1.17.4.tar.gz) = dc48fc135b4b1fa83124a52ab4bf1c17d408aaad0c781f752d19759927334c09c216a07bb00f129e15cfc04c20f7a45f129086b8852ca2784fcca704a17eb0f3 +Size (mongo-c-driver-1.17.4.tar.gz) = 7089488 bytes --_----------=_1614171509196930--