summaryrefslogtreecommitdiff
path: root/databases/mongo-c-driver/PLIST
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-12-03 11:34:39 +0000
committeradam <adam@pkgsrc.org>2020-12-03 11:34:39 +0000
commitbab849ce3e5c6e569795512b06a6ab836a2d05cf (patch)
tree60815171522d81aedfe4c8daa2f47a58101bb377 /databases/mongo-c-driver/PLIST
parentc7dc03daf0ba71bb4480edd736066f7b93059ea6 (diff)
downloadpkgsrc-bab849ce3e5c6e569795512b06a6ab836a2d05cf.tar.gz
mongo-c-driver: updated to 1.17.3
mongo-c-driver 1.17.3 ===================== Bug fixes: * Do not send session ID on GSSAPI auth commands. * Fix build against zlib when zlib is installed in non-standard location. * Fix build when source directory path contains a space. * Fix a platform-specific bug causing mongoc_client_pool_pop to block indefinitely if all clients are checked out. * Fix a possible buffer overflow with hostnames resolving to IPv6 addresses on OpenSSL. mongo-c-driver 1.17.2 ===================== Bug fixes: * Stop the SRV polling thread when an SRV URI is used to connect to a deployment other than a sharded cluster. mongo-c-driver 1.17.1 ===================== Bug fixes: * Fix SRV/TXT record lookup for DNS records exceeding 1024 bytes. mongo-c-driver 1.17.0 ===================== This release adds support for MongoDB 4.4 servers. Features: * Support streamable server monitoring to reduce recovery time when the server topology changes. * Support the MONGODB-AWS authentication mechanism. * Support Online Certificate Status Protocol (OCSP). * Support configuring hedged reads in read preferences. * Reduce the number of round trips necessary for SCRAM and X509 authentication. * Monitor servers in parallel when using a mongoc_client_pool_t instead of doing serial scans. * Support the "hint" option in operations using the update, replace, delete, and findAndModify commands. * Improve behavior for retryable writes. * Improve resuming behavior of change streams on server errors. * Remove restriction of 255 character collection namespaces. Bug fixes: * Fix criteria for resumable errors in change streams. * Fix rare crashes when server is invalidated during authentication. * Reject client session for mongoc_collection_estimated_document_count. * Fix behavior of a SecondaryPreferred read preference for exhaust cursor operations against a sharded cluster. Prior to the fix, a nonzero maxStalenessSeconds would not trigger sending the read preference. * Fix SRV polling. Prior to the fix, SRV polling did not properly apply newly discovered results. * Fix checks for existing GridFS indexes to handle indexes created by the MongoDB shell. * Fix possible use of invalidated streams during an unordered OP_QUERY bulk write, and when ending many pooled sessions at client destruction. * Fix a crash when setting the crl_file TLS option for Secure Channel. * Avoid emitting duplicate ServerChanged events when no change is observed during monitoring. * Properly handle large SASL messages instead of erroring. Notes: * Deprecated "lib" prefixed artifacts are no longer produced when building on Windows.
Diffstat (limited to 'databases/mongo-c-driver/PLIST')
-rw-r--r--databases/mongo-c-driver/PLIST9
1 files changed, 8 insertions, 1 deletions
diff --git a/databases/mongo-c-driver/PLIST b/databases/mongo-c-driver/PLIST
index d69561b8d16..ede0a0f6dd8 100644
--- a/databases/mongo-c-driver/PLIST
+++ b/databases/mongo-c-driver/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2020/02/06 20:20:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2020/12/03 11:34:39 adam Exp $
${PLIST.unix}bin/mongoc-stat
include/libbson-1.0/bson.h
include/libbson-1.0/bson/bcon.h
@@ -382,14 +382,17 @@ man/man3/mongoc_apm_server_closed_get_context.3
man/man3/mongoc_apm_server_closed_get_host.3
man/man3/mongoc_apm_server_closed_get_topology_id.3
man/man3/mongoc_apm_server_closed_t.3
+man/man3/mongoc_apm_server_heartbeat_failed_get_awaited.3
man/man3/mongoc_apm_server_heartbeat_failed_get_context.3
man/man3/mongoc_apm_server_heartbeat_failed_get_duration.3
man/man3/mongoc_apm_server_heartbeat_failed_get_error.3
man/man3/mongoc_apm_server_heartbeat_failed_get_host.3
man/man3/mongoc_apm_server_heartbeat_failed_t.3
+man/man3/mongoc_apm_server_heartbeat_started_get_awaited.3
man/man3/mongoc_apm_server_heartbeat_started_get_context.3
man/man3/mongoc_apm_server_heartbeat_started_get_host.3
man/man3/mongoc_apm_server_heartbeat_started_t.3
+man/man3/mongoc_apm_server_heartbeat_succeeded_get_awaited.3
man/man3/mongoc_apm_server_heartbeat_succeeded_get_context.3
man/man3/mongoc_apm_server_heartbeat_succeeded_get_duration.3
man/man3/mongoc_apm_server_heartbeat_succeeded_get_host.3
@@ -616,6 +619,7 @@ man/man3/mongoc_collection_validate.3
man/man3/mongoc_collection_watch.3
man/man3/mongoc_collection_write_command_with_opts.3
man/man3/mongoc_common_task_examples.3
+man/man3/mongoc_configuring_tls.3
man/man3/mongoc_connection_pooling.3
man/man3/mongoc_create_indexes.3
man/man3/mongoc_cursor_clone.3
@@ -789,11 +793,13 @@ man/man3/mongoc_read_mode_t.3
man/man3/mongoc_read_prefs_add_tag.3
man/man3/mongoc_read_prefs_copy.3
man/man3/mongoc_read_prefs_destroy.3
+man/man3/mongoc_read_prefs_get_hedge.3
man/man3/mongoc_read_prefs_get_max_staleness_seconds.3
man/man3/mongoc_read_prefs_get_mode.3
man/man3/mongoc_read_prefs_get_tags.3
man/man3/mongoc_read_prefs_is_valid.3
man/man3/mongoc_read_prefs_new.3
+man/man3/mongoc_read_prefs_set_hedge.3
man/man3/mongoc_read_prefs_set_max_staleness_seconds.3
man/man3/mongoc_read_prefs_set_mode.3
man/man3/mongoc_read_prefs_set_tags.3
@@ -906,6 +912,7 @@ man/man3/mongoc_uri_get_string.3
man/man3/mongoc_uri_get_tls.3
man/man3/mongoc_uri_get_username.3
man/man3/mongoc_uri_get_write_concern.3
+man/man3/mongoc_uri_has_option.3
man/man3/mongoc_uri_new.3
man/man3/mongoc_uri_new_for_host_port.3
man/man3/mongoc_uri_new_with_error.3