summaryrefslogtreecommitdiff
path: root/databases/mongo-c-driver/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2015-10-19 11:42:46 +0000
committerfhajny <fhajny@pkgsrc.org>2015-10-19 11:42:46 +0000
commit8eb2f18eb8b83875ecabc5627cae23099806776b (patch)
tree7344a2733f1f38ead03872a960a4dd049eac3fff /databases/mongo-c-driver/Makefile
parent0253817a8be3a3c6886c0f26b26682a6bc4e45e0 (diff)
downloadpkgsrc-8eb2f18eb8b83875ecabc5627cae23099806776b.tar.gz
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
Diffstat (limited to 'databases/mongo-c-driver/Makefile')
-rw-r--r--databases/mongo-c-driver/Makefile6
1 files changed, 3 insertions, 3 deletions
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"