pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/mongo-c-driver mongo-c-driver: updated to 1....
details: https://anonhg.NetBSD.org/pkgsrc/rev/96a36b46e6d7
branches: trunk
changeset: 442897:96a36b46e6d7
user: adam <adam%pkgsrc.org@localhost>
date: Thu Dec 03 11:34:39 2020 +0000
description:
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:
databases/mongo-c-driver/Makefile | 5 ++---
databases/mongo-c-driver/PLIST | 9 ++++++++-
databases/mongo-c-driver/distinfo | 10 +++++-----
3 files changed, 15 insertions(+), 9 deletions(-)
diffs (85 lines):
diff -r 793e8ccc9626 -r 96a36b46e6d7 databases/mongo-c-driver/Makefile
--- a/databases/mongo-c-driver/Makefile Thu Dec 03 10:47:58 2020 +0000
+++ b/databases/mongo-c-driver/Makefile Thu Dec 03 11:34:39 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2020/11/05 09:06:45 ryoon Exp $
+# $NetBSD: Makefile,v 1.48 2020/12/03 11:34:39 adam Exp $
-DISTNAME= mongo-c-driver-1.16.2
-PKGREVISION= 3
+DISTNAME= mongo-c-driver-1.17.3
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
diff -r 793e8ccc9626 -r 96a36b46e6d7 databases/mongo-c-driver/PLIST
--- a/databases/mongo-c-driver/PLIST Thu Dec 03 10:47:58 2020 +0000
+++ b/databases/mongo-c-driver/PLIST Thu Dec 03 11:34:39 2020 +0000
@@ -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_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_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_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_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
diff -r 793e8ccc9626 -r 96a36b46e6d7 databases/mongo-c-driver/distinfo
--- a/databases/mongo-c-driver/distinfo Thu Dec 03 10:47:58 2020 +0000
+++ b/databases/mongo-c-driver/distinfo Thu Dec 03 11:34:39 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2020/03/24 14:31:58 adam Exp $
+$NetBSD: distinfo,v 1.38 2020/12/03 11:34:39 adam Exp $
-SHA1 (mongo-c-driver-1.16.2.tar.gz) = 003471599b6d7c61f0ef154a8010899c727c11be
-RMD160 (mongo-c-driver-1.16.2.tar.gz) = 9ecb0253e9d5c2bd0dc04a5eb74b23662cd5fe83
-SHA512 (mongo-c-driver-1.16.2.tar.gz) = 0930a80692f08329cad558644c25c46da64a0c8b6a9fc7412db0f547dae63bf59e9d29ee774d329c63af186eea751670bf21ccee8cf255f8bc8d5bd78c0e736a
-Size (mongo-c-driver-1.16.2.tar.gz) = 6888287 bytes
+SHA1 (mongo-c-driver-1.17.3.tar.gz) = 1c509e9a88ec7eadabbe39481a5beaaa9f17bd95
+RMD160 (mongo-c-driver-1.17.3.tar.gz) = a5c6ecdd9ae32909247476b1aa4ae74f22e9a93d
+SHA512 (mongo-c-driver-1.17.3.tar.gz) = afe9faa605809868efd99f2adc755cc2a0eff414524153bc4392d73e168b7eb07672c2c25a3e777a3536c5c058a46c035687941ef468d2635351d3e673573bf0
+Size (mongo-c-driver-1.17.3.tar.gz) = 7088994 bytes
Home |
Main Index |
Thread Index |
Old Index