From 8eb2f18eb8b83875ecabc5627cae23099806776b Mon Sep 17 00:00:00 2001 From: fhajny Date: Mon, 19 Oct 2015 11:42:46 +0000 Subject: Update databases/mongo-c-driver to 1.2.0. mongo-c-driver 1.2.0 - Much improved reporting of network errors, unavailable servers, and authentication failure - Destroying an exhaust cursor must close its socket - Various bugs in server reconnection logic - mongoc_collection_aggregate returned invalid cursor after failure - Wrong error message after failed network write on Sparc - Missing JSON test files in release tarball - Enable runtime asserts in release build. - mongoc_client_kill_cursor is now deprecated and will be removed in version 2.0. mongo-c-driver 1.1.11 - Undetected network errors when sending messages to the server - Off-by-one error in mongoc_gridfs_file_seek with mode SEEK_END - Memory leak parsing a URI that contains an invalid option --- databases/mongo-c-driver/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'databases/mongo-c-driver/Makefile') diff --git a/databases/mongo-c-driver/Makefile b/databases/mongo-c-driver/Makefile index a75c9c76c49..6a83a299265 100644 --- a/databases/mongo-c-driver/Makefile +++ b/databases/mongo-c-driver/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2015/08/24 16:06:08 fhajny Exp $ +# $NetBSD: Makefile,v 1.12 2015/10/19 11:42:46 fhajny Exp $ -DISTNAME= mongo-c-driver-1.1.10 +DISTNAME= mongo-c-driver-1.2.0 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/} @@ -30,6 +30,6 @@ CONFIGURE_ARGS+= --enable-man-pages=yes PKGCONFIG_OVERRIDE+= src/libmongoc-1.0.pc.in PKGCONFIG_OVERRIDE+= src/libmongoc-ssl-1.0.pc.in -BUILDLINK_API_DEPENDS.libbson+= libbson>=1.1.10 +BUILDLINK_API_DEPENDS.libbson+= libbson>=1.2.0 .include "../../devel/libbson/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3