summaryrefslogtreecommitdiff
path: root/databases/mongo-c-driver/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2015-03-24 13:22:09 +0000
committerfhajny <fhajny@pkgsrc.org>2015-03-24 13:22:09 +0000
commit8ce6143b25ae064a5d7a5215328972ac2a23698c (patch)
tree9791f2c2522ce6d5b92bdcd0c7f74b292e05a7a4 /databases/mongo-c-driver/Makefile
parent4e5623761f2e31b5769485674ac2f5e9c5cd1302 (diff)
downloadpkgsrc-8ce6143b25ae064a5d7a5215328972ac2a23698c.tar.gz
Update databases/mongo-c-driver to 1.1.2.
mongo-c-driver 1.1.2 ==================== * Process connectTimeoutMS cast insensitively * Addition of missing trace macros * Improvement of internal error messages * Fix a segfault in OpenSSL cleanup routines * Fix for IPv66 support for replica sets * Coalesce small vectorized TLS writes * MinGW fixups * Fix for a memory leak in get_database_names() * Fixes for patching write concern through the bulk api * Fix to normalize hostnames in uri parsing * Fix for managing connections in the client pool * Various other fixes mongo-c-driver 1.1.0 ==================== * ABI versioning for 1.1 versus 1.0 symbols * additional geo index options * authMechanismProperties in URI * fixes for OS X Yosemite * removal of replica set member limit * SCRAM-SHA-1 SASL mechanism * updated dependency on libbson 1.1 abi * validation for bulk insert * various memory leak fixes * Fixes to documentation typos * "How to Ask For Help" in the README * Removed dependency on sasl for PLAIN authentication * Use provided username, if available, for X.509 auth * Fixed WriteConcern error reporting for some writes * Check for closed sockets before attempting RPCs * Fixes for gridfs file seek * Fixes for mongoc_cursor_clone() * Fixes for unix domain socket support * Fixes for polling on win32 * Improved warnings on failure to connect * Addition of wired tiger options * Fixes for examples Additions to the ABI include: * support for extra option in count - mongoc_collection_count_with_opts * additional index options - mongoc_index_opt_geo_get_default - mongoc_index_opt_geo_init - mongoc_index_opt_wt_get_default - mongoc_index_opt_wt_init * rand interface to seed and verify the strong random number generation needed by some auth mechanisms - mongoc_rand_seed - mongoc_rand_add - mongoc_rand_status * URI additions to support more complicated auth credentials - mongoc_uri_get_credentials - mongoc_uri_get_mechanism_properties * Support for cursor returning metadata crud operations - mongoc_client_find_databases - mongoc_collection_find_indexes - mongoc_database_find_collections * Kill cursor supportp - mongoc_client_kill_cursor * Various get/setters on cursor - mongoc_cursor_get_batch_size - mongoc_cursor_get_id - mongoc_cursor_set_batch_size * More socket/stream options - mongoc_socket_check_closed - mongoc_socket_inet_ntop - mongoc_stream_check_closed - mongoc_stream_write
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 58a3ba8f71a..c8bb1050a0b 100644
--- a/databases/mongo-c-driver/Makefile
+++ b/databases/mongo-c-driver/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2015/01/01 09:50:31 dholland Exp $
+# $NetBSD: Makefile,v 1.7 2015/03/24 13:22:09 fhajny Exp $
-DISTNAME= mongo-c-driver-1.0.2
+DISTNAME= mongo-c-driver-1.1.2
CATEGORIES= databases
MASTER_SITES= https://github.com/mongodb/mongo-c-driver/releases/download/${PKGVERSION_NOREV}/
@@ -28,6 +28,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.0.2
+BUILDLINK_API_DEPENDS.libbson+= libbson>=1.1.2
.include "../../devel/libbson/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"