Received: by mail.netbsd.org (Postfix, from userid 605) id 00FBF84D3E; Mon, 15 Jan 2018 12:36:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 35C0E84D3E for ; Mon, 15 Jan 2018 12:36:37 +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 2_CVh22GxT0d for ; Mon, 15 Jan 2018 12:36:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B259384E09 for ; Mon, 15 Jan 2018 12:36:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A0EBEFBDE; Mon, 15 Jan 2018 12:36:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1516019786186080" MIME-Version: 1.0 Date: Mon, 15 Jan 2018 12:36:26 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/databases/mongo-c-driver To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20180115123626.A0EBEFBDE@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. --_----------=_1516019786186080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Mon Jan 15 12:36:26 UTC 2018 Modified Files: pkgsrc/databases/mongo-c-driver: Makefile distinfo Log Message: Update databases/mongo-c-driver to 1.9.1. - This release fixes a bug that caused session ID to be included in authentication and server monitoring commands. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/databases/mongo-c-driver/Makefile cvs rdiff -u -r1.29 -r1.30 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. --_----------=_1516019786186080 Content-Disposition: inline Content-Length: 1957 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.30 pkgsrc/databases/mongo-c-driver/Makefile:1.31 --- pkgsrc/databases/mongo-c-driver/Makefile:1.30 Tue Jan 2 10:47:52 2018 +++ pkgsrc/databases/mongo-c-driver/Makefile Mon Jan 15 12:36:26 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2018/01/02 10:47:52 fhajny Exp $ +# $NetBSD: Makefile,v 1.31 2018/01/15 12:36:26 fhajny Exp $ -DISTNAME= mongo-c-driver-1.9.0 +DISTNAME= mongo-c-driver-1.9.1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/} Index: pkgsrc/databases/mongo-c-driver/distinfo diff -u pkgsrc/databases/mongo-c-driver/distinfo:1.29 pkgsrc/databases/mongo-c-driver/distinfo:1.30 --- pkgsrc/databases/mongo-c-driver/distinfo:1.29 Tue Jan 2 10:47:52 2018 +++ pkgsrc/databases/mongo-c-driver/distinfo Mon Jan 15 12:36:26 2018 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.29 2018/01/02 10:47:52 fhajny Exp $ +$NetBSD: distinfo,v 1.30 2018/01/15 12:36:26 fhajny Exp $ -SHA1 (mongo-c-driver-1.9.0.tar.gz) = bb1c4fde8306c474f4971c34cc9955c0843c7ed6 -RMD160 (mongo-c-driver-1.9.0.tar.gz) = 6a7c3d55c9ae2dcf1e825cb462266d2eb6820c9e -SHA512 (mongo-c-driver-1.9.0.tar.gz) = 9bbada2c03f3f283f66bd67e11b2cd556a721bc98ddbb9aed2d200780992990326dbf97aa9b1636175cf6ac0a6da13874787fc881f3750b07b0e5e622dc8a606 -Size (mongo-c-driver-1.9.0.tar.gz) = 7492996 bytes +SHA1 (mongo-c-driver-1.9.1.tar.gz) = 1a4433511d60fd5a657de0aad2b3dd590e118522 +RMD160 (mongo-c-driver-1.9.1.tar.gz) = 0c459dd981ce757e009b2c8e8c961e6fc2ac314d +SHA512 (mongo-c-driver-1.9.1.tar.gz) = 1fc2a3ce56a277dddab5bac78785436949c3c85181a44295705eeaf54bbae486a066d2b4ada8fcc2c6de040eb050d026931025b4a004b70285227420965dc523 +Size (mongo-c-driver-1.9.1.tar.gz) = 7493557 bytes SHA1 (patch-src_mongoc_mongoc-cursor.c) = 0ecd4681b2d6c2e7848e251d6256d79e3ba86209 SHA1 (patch-tests_test-mongoc-stream-tls-error.c) = 457bf0c4692e39955c7cb2988324d386b7975cb5 --_----------=_1516019786186080--