pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/mongo-c-driver



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jan 27 08:28:52 UTC 2024

Modified Files:
        pkgsrc/databases/mongo-c-driver: Makefile PLIST distinfo

Log Message:
mongo-c-driver: updated to 1.25.4

mongo-c-driver 1.25.4

libbson

Fixes:

Restore support for Sphinx 1.7.6 for man page build.

libmongoc

Fixes:

Restore support for Sphinx 1.7.6 for man page build.

mongo-c-driver 1.25.3

libbson

No changes since 1.25.2. Version incremented to match the libmongoc version.

libmongoc

Fixes:

Disable shared libmongoc targets if ENABLE_SHARED=OFF
Fix documentation build with Python 3.9.

mongo-c-driver 1.25.2

libbson

Fixes:

Fix conversion warning with GCC 12.
libmongoc

Fixes:

Fix data race in mongoc_cursor_get_host.

mongo-c-driver 1.25.1

libbson

Fixes:

The BUILD_VERSION CMake option was restored.
Fixes to some format strings in trace logs.
Allow mongoc_buffer_t to be larger than INT_MAX.
libmongoc

Fixes:

Add back support for BUILD_VERSION CMake option. BUILD_VERSION was unintentionally removed in 1.25.0.

mongo-c-driver 1.25.0

libbson

New Features:

Add bson_array_builder_t.
Platform Support:

Support for macOS 10.14 is dropped.
Support for Ubuntu 14.04 is dropped.
Support for Debian 8.1 is dropped.
libmongoc

Fixes:

Send recoveryToken in transactions when connected to a load balancer.
Improvements:

Remove optional dependency of libicu.
Added ability to manage Atlas Search indexes
Use OP_MSG exhaust for mongod >= 4.2. Enable exhaust cursors for mongos >= 7.1.
Share cached credentials for SCRAM authentication among all clients to improve performance.
Use polling monitoring in FaaS environments.
Build Configuration:

Remove ENABLE_SRV=AUTO. Only support boolean values for ENABLE_SRV.
Platform Support:

Support for macOS 10.14 is dropped.
Support for Ubuntu 14.04 is dropped.
Support for Debian 8.1 is dropped.
Other:

The constructed source-distribution archive is no longer available as a
release artifact. Please instead use the per-release repository archive
attached to a GitHub release, or clone the repository at the desired release
tag.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/databases/mongo-c-driver/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/mongo-c-driver/PLIST
cvs rdiff -u -r1.48 -r1.49 pkgsrc/databases/mongo-c-driver/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/mongo-c-driver/Makefile
diff -u pkgsrc/databases/mongo-c-driver/Makefile:1.63 pkgsrc/databases/mongo-c-driver/Makefile:1.64
--- pkgsrc/databases/mongo-c-driver/Makefile:1.63       Wed Nov  8 13:18:27 2023
+++ pkgsrc/databases/mongo-c-driver/Makefile    Sat Jan 27 08:28:52 2024
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.63 2023/11/08 13:18:27 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2024/01/27 08:28:52 adam Exp $
 
-DISTNAME=      mongo-c-driver-1.24.4
-PKGREVISION=   2
+DISTNAME=      mongo-c-driver-1.25.4
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mongodb/}
-GITHUB_RELEASE=        ${PKGVERSION_NOREV}
+GITHUB_TAG=    ${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/mongodb/mongo-c-driver
@@ -21,6 +20,8 @@ TEST_TARGET=  check
 # u_int for sys/sysctl.h
 CFLAGS.NetBSD+=        -D_NETBSD_SOURCE
 
+# Set version here, so Python and Git are not needed.
+CMAKE_ARGS+=   -DBUILD_VERSION=${PKGVERSION_NOREV}
 CMAKE_ARGS+=   -DENABLE_ICU=ON
 CMAKE_ARGS+=   -DENABLE_SNAPPY=ON
 CMAKE_ARGS+=   -DENABLE_UNINSTALL=OFF
@@ -41,12 +42,6 @@ BUILDLINK_TRANSFORM.SunOS+=  rm:-Wl,--ver
 
 .include "options.mk"
 
-post-install:
-.for lib in libbson libmongoc
-       ${INSTALL_MAN} ${WRKSRC}/src/${lib}/doc/man/*.3 \
-               ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
-.endfor
-
 .include "../../archivers/zstd/buildlink3.mk"
 .include "../../devel/cmake/build.mk"
 .include "../../devel/snappy/buildlink3.mk"

Index: pkgsrc/databases/mongo-c-driver/PLIST
diff -u pkgsrc/databases/mongo-c-driver/PLIST:1.20 pkgsrc/databases/mongo-c-driver/PLIST:1.21
--- pkgsrc/databases/mongo-c-driver/PLIST:1.20  Sat Jul 29 11:39:29 2023
+++ pkgsrc/databases/mongo-c-driver/PLIST       Sat Jan 27 08:28:52 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2023/07/29 11:39:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2024/01/27 08:28:52 adam Exp $
 include/libbson-1.0/bson.h
 include/libbson-1.0/bson/bcon.h
 include/libbson-1.0/bson/bson-atomic.h
@@ -81,8 +81,11 @@ include/libmongoc-1.0/mongoc/mongoc-writ
 include/libmongoc-1.0/mongoc/mongoc.h
 lib/cmake/bson-1.0/bson-1.0-config-version.cmake
 lib/cmake/bson-1.0/bson-1.0-config.cmake
-lib/cmake/bson-1.0/bson-targets-relwithdebinfo.cmake
 lib/cmake/bson-1.0/bson-targets.cmake
+lib/cmake/bson-1.0/bson_shared-targets-relwithdebinfo.cmake
+lib/cmake/bson-1.0/bson_shared-targets.cmake
+lib/cmake/bson-1.0/bson_static-targets-relwithdebinfo.cmake
+lib/cmake/bson-1.0/bson_static-targets.cmake
 lib/cmake/libbson-1.0/libbson-1.0-config-version.cmake
 lib/cmake/libbson-1.0/libbson-1.0-config.cmake
 lib/cmake/libbson-static-1.0/libbson-static-1.0-config-version.cmake
@@ -108,934 +111,6 @@ lib/pkgconfig/libbson-static-1.0.pc
 lib/pkgconfig/libmongoc-1.0.pc
 ${PLIST.ssl}lib/pkgconfig/libmongoc-ssl-1.0.pc
 lib/pkgconfig/libmongoc-static-1.0.pc
-man/man3/bson_aligned_alloc.3
-man/man3/bson_aligned_alloc0.3
-man/man3/bson_append_array.3
-man/man3/bson_append_array_begin.3
-man/man3/bson_append_array_end.3
-man/man3/bson_append_binary.3
-man/man3/bson_append_bool.3
-man/man3/bson_append_code.3
-man/man3/bson_append_code_with_scope.3
-man/man3/bson_append_date_time.3
-man/man3/bson_append_dbpointer.3
-man/man3/bson_append_decimal128.3
-man/man3/bson_append_document.3
-man/man3/bson_append_document_begin.3
-man/man3/bson_append_document_end.3
-man/man3/bson_append_double.3
-man/man3/bson_append_int32.3
-man/man3/bson_append_int64.3
-man/man3/bson_append_iter.3
-man/man3/bson_append_maxkey.3
-man/man3/bson_append_minkey.3
-man/man3/bson_append_now_utc.3
-man/man3/bson_append_null.3
-man/man3/bson_append_oid.3
-man/man3/bson_append_regex.3
-man/man3/bson_append_regex_w_len.3
-man/man3/bson_append_symbol.3
-man/man3/bson_append_time_t.3
-man/man3/bson_append_timestamp.3
-man/man3/bson_append_timeval.3
-man/man3/bson_append_undefined.3
-man/man3/bson_append_utf8.3
-man/man3/bson_append_value.3
-man/man3/bson_array_as_canonical_extended_json.3
-man/man3/bson_array_as_json.3
-man/man3/bson_array_as_relaxed_extended_json.3
-man/man3/bson_as_canonical_extended_json.3
-man/man3/bson_as_json.3
-man/man3/bson_as_json_with_opts.3
-man/man3/bson_as_relaxed_extended_json.3
-man/man3/bson_ascii_strtoll.3
-man/man3/bson_character_and_string_routines.3
-man/man3/bson_check_version.3
-man/man3/bson_compare.3
-man/man3/bson_concat.3
-man/man3/bson_context_destroy.3
-man/man3/bson_context_get_default.3
-man/man3/bson_context_new.3
-man/man3/bson_context_t.3
-man/man3/bson_copy.3
-man/man3/bson_copy_to.3
-man/man3/bson_copy_to_excluding.3
-man/man3/bson_copy_to_excluding_noinit.3
-man/man3/bson_copy_to_excluding_noinit_va.3
-man/man3/bson_count_keys.3
-man/man3/bson_creating.3
-man/man3/bson_cross_platform_notes.3
-man/man3/bson_decimal128_from_string.3
-man/man3/bson_decimal128_from_string_w_len.3
-man/man3/bson_decimal128_t.3
-man/man3/bson_decimal128_to_string.3
-man/man3/bson_destroy.3
-man/man3/bson_destroy_with_steal.3
-man/man3/bson_endianness.3
-man/man3/bson_equal.3
-man/man3/bson_error_t.3
-man/man3/bson_errors.3
-man/man3/bson_free.3
-man/man3/bson_get_data.3
-man/man3/bson_get_major_version.3
-man/man3/bson_get_micro_version.3
-man/man3/bson_get_minor_version.3
-man/man3/bson_get_monotonic_time.3
-man/man3/bson_get_version.3
-man/man3/bson_guides.3
-man/man3/bson_has_field.3
-man/man3/bson_include_and_link.3
-man/man3/bson_init.3
-man/man3/bson_init_from_json.3
-man/man3/bson_init_static.3
-man/man3/bson_isspace.3
-man/man3/bson_iter_array.3
-man/man3/bson_iter_as_bool.3
-man/man3/bson_iter_as_double.3
-man/man3/bson_iter_as_int64.3
-man/man3/bson_iter_binary.3
-man/man3/bson_iter_bool.3
-man/man3/bson_iter_code.3
-man/man3/bson_iter_codewscope.3
-man/man3/bson_iter_date_time.3
-man/man3/bson_iter_dbpointer.3
-man/man3/bson_iter_decimal128.3
-man/man3/bson_iter_document.3
-man/man3/bson_iter_double.3
-man/man3/bson_iter_dup_utf8.3
-man/man3/bson_iter_find.3
-man/man3/bson_iter_find_case.3
-man/man3/bson_iter_find_descendant.3
-man/man3/bson_iter_find_w_len.3
-man/man3/bson_iter_init.3
-man/man3/bson_iter_init_find.3
-man/man3/bson_iter_init_find_case.3
-man/man3/bson_iter_init_find_w_len.3
-man/man3/bson_iter_init_from_data.3
-man/man3/bson_iter_init_from_data_at_offset.3
-man/man3/bson_iter_int32.3
-man/man3/bson_iter_int64.3
-man/man3/bson_iter_key.3
-man/man3/bson_iter_key_len.3
-man/man3/bson_iter_next.3
-man/man3/bson_iter_offset.3
-man/man3/bson_iter_oid.3
-man/man3/bson_iter_overwrite_bool.3
-man/man3/bson_iter_overwrite_date_time.3
-man/man3/bson_iter_overwrite_decimal128.3
-man/man3/bson_iter_overwrite_double.3
-man/man3/bson_iter_overwrite_int32.3
-man/man3/bson_iter_overwrite_int64.3
-man/man3/bson_iter_overwrite_oid.3
-man/man3/bson_iter_overwrite_timestamp.3
-man/man3/bson_iter_recurse.3
-man/man3/bson_iter_regex.3
-man/man3/bson_iter_symbol.3
-man/man3/bson_iter_t.3
-man/man3/bson_iter_time_t.3
-man/man3/bson_iter_timestamp.3
-man/man3/bson_iter_timeval.3
-man/man3/bson_iter_type.3
-man/man3/bson_iter_utf8.3
-man/man3/bson_iter_value.3
-man/man3/bson_iter_visit_all.3
-man/man3/bson_json.3
-man/man3/bson_json_data_reader_ingest.3
-man/man3/bson_json_data_reader_new.3
-man/man3/bson_json_mode_t.3
-man/man3/bson_json_opts_destroy.3
-man/man3/bson_json_opts_new.3
-man/man3/bson_json_opts_set_outermost_array.3
-man/man3/bson_json_opts_t.3
-man/man3/bson_json_reader_destroy.3
-man/man3/bson_json_reader_new.3
-man/man3/bson_json_reader_new_from_fd.3
-man/man3/bson_json_reader_new_from_file.3
-man/man3/bson_json_reader_read.3
-man/man3/bson_json_reader_t.3
-man/man3/bson_malloc.3
-man/man3/bson_malloc0.3
-man/man3/bson_mem_restore_vtable.3
-man/man3/bson_mem_set_vtable.3
-man/man3/bson_memory.3
-man/man3/bson_new.3
-man/man3/bson_new_from_buffer.3
-man/man3/bson_new_from_data.3
-man/man3/bson_new_from_json.3
-man/man3/bson_oid.3
-man/man3/bson_oid_compare.3
-man/man3/bson_oid_copy.3
-man/man3/bson_oid_equal.3
-man/man3/bson_oid_get_time_t.3
-man/man3/bson_oid_hash.3
-man/man3/bson_oid_init.3
-man/man3/bson_oid_init_from_data.3
-man/man3/bson_oid_init_from_string.3
-man/man3/bson_oid_init_sequence.3
-man/man3/bson_oid_is_valid.3
-man/man3/bson_oid_t.3
-man/man3/bson_oid_to_string.3
-man/man3/bson_parsing.3
-man/man3/bson_reader_destroy.3
-man/man3/bson_reader_destroy_func_t.3
-man/man3/bson_reader_new_from_data.3
-man/man3/bson_reader_new_from_fd.3
-man/man3/bson_reader_new_from_file.3
-man/man3/bson_reader_new_from_handle.3
-man/man3/bson_reader_read.3
-man/man3/bson_reader_read_func_t.3
-man/man3/bson_reader_reset.3
-man/man3/bson_reader_set_destroy_func.3
-man/man3/bson_reader_set_read_func.3
-man/man3/bson_reader_t.3
-man/man3/bson_reader_tell.3
-man/man3/bson_realloc.3
-man/man3/bson_realloc_ctx.3
-man/man3/bson_realloc_func.3
-man/man3/bson_reference.3
-man/man3/bson_reinit.3
-man/man3/bson_reserve_buffer.3
-man/man3/bson_set_error.3
-man/man3/bson_sized_new.3
-man/man3/bson_snprintf.3
-man/man3/bson_steal.3
-man/man3/bson_strcasecmp.3
-man/man3/bson_strdup.3
-man/man3/bson_strdup_printf.3
-man/man3/bson_strdupv_printf.3
-man/man3/bson_streaming_bson.3
-man/man3/bson_strerror_r.3
-man/man3/bson_strfreev.3
-man/man3/bson_string_append.3
-man/man3/bson_string_append_c.3
-man/man3/bson_string_append_printf.3
-man/man3/bson_string_append_unichar.3
-man/man3/bson_string_free.3
-man/man3/bson_string_new.3
-man/man3/bson_string_t.3
-man/man3/bson_string_truncate.3
-man/man3/bson_strncpy.3
-man/man3/bson_strndup.3
-man/man3/bson_strnlen.3
-man/man3/bson_subtype_t.3
-man/man3/bson_t.3
-man/man3/bson_threading.3
-man/man3/bson_tutorial.3
-man/man3/bson_type_t.3
-man/man3/bson_uint32_to_string.3
-man/man3/bson_unichar_t.3
-man/man3/bson_utf8.3
-man/man3/bson_utf8_escape_for_json.3
-man/man3/bson_utf8_from_unichar.3
-man/man3/bson_utf8_get_char.3
-man/man3/bson_utf8_next_char.3
-man/man3/bson_utf8_validate.3
-man/man3/bson_validate.3
-man/man3/bson_validate_with_error.3
-man/man3/bson_value_copy.3
-man/man3/bson_value_destroy.3
-man/man3/bson_value_t.3
-man/man3/bson_version.3
-man/man3/bson_visitor_t.3
-man/man3/bson_vsnprintf.3
-man/man3/bson_writer_begin.3
-man/man3/bson_writer_destroy.3
-man/man3/bson_writer_end.3
-man/man3/bson_writer_get_length.3
-man/man3/bson_writer_new.3
-man/man3/bson_writer_rollback.3
-man/man3/bson_writer_t.3
-man/man3/bson_zero_free.3
-man/man3/mongoc_advanced_connections.3
-man/man3/mongoc_aggregate.3
-man/man3/mongoc_apm_callbacks_destroy.3
-man/man3/mongoc_apm_callbacks_new.3
-man/man3/mongoc_apm_callbacks_t.3
-man/man3/mongoc_apm_command_failed_get_command_name.3
-man/man3/mongoc_apm_command_failed_get_context.3
-man/man3/mongoc_apm_command_failed_get_duration.3
-man/man3/mongoc_apm_command_failed_get_error.3
-man/man3/mongoc_apm_command_failed_get_host.3
-man/man3/mongoc_apm_command_failed_get_operation_id.3
-man/man3/mongoc_apm_command_failed_get_reply.3
-man/man3/mongoc_apm_command_failed_get_request_id.3
-man/man3/mongoc_apm_command_failed_get_server_connection_id.3
-man/man3/mongoc_apm_command_failed_get_server_connection_id_int64.3
-man/man3/mongoc_apm_command_failed_get_server_id.3
-man/man3/mongoc_apm_command_failed_get_service_id.3
-man/man3/mongoc_apm_command_failed_t.3
-man/man3/mongoc_apm_command_started_get_command.3
-man/man3/mongoc_apm_command_started_get_command_name.3
-man/man3/mongoc_apm_command_started_get_context.3
-man/man3/mongoc_apm_command_started_get_database_name.3
-man/man3/mongoc_apm_command_started_get_host.3
-man/man3/mongoc_apm_command_started_get_operation_id.3
-man/man3/mongoc_apm_command_started_get_request_id.3
-man/man3/mongoc_apm_command_started_get_server_connection_id.3
-man/man3/mongoc_apm_command_started_get_server_connection_id_int64.3
-man/man3/mongoc_apm_command_started_get_server_id.3
-man/man3/mongoc_apm_command_started_get_service_id.3
-man/man3/mongoc_apm_command_started_t.3
-man/man3/mongoc_apm_command_succeeded_get_command_name.3
-man/man3/mongoc_apm_command_succeeded_get_context.3
-man/man3/mongoc_apm_command_succeeded_get_duration.3
-man/man3/mongoc_apm_command_succeeded_get_host.3
-man/man3/mongoc_apm_command_succeeded_get_operation_id.3
-man/man3/mongoc_apm_command_succeeded_get_reply.3
-man/man3/mongoc_apm_command_succeeded_get_request_id.3
-man/man3/mongoc_apm_command_succeeded_get_server_connection_id.3
-man/man3/mongoc_apm_command_succeeded_get_server_connection_id_int64.3
-man/man3/mongoc_apm_command_succeeded_get_server_id.3
-man/man3/mongoc_apm_command_succeeded_get_service_id.3
-man/man3/mongoc_apm_command_succeeded_t.3
-man/man3/mongoc_apm_server_changed_get_context.3
-man/man3/mongoc_apm_server_changed_get_host.3
-man/man3/mongoc_apm_server_changed_get_new_description.3
-man/man3/mongoc_apm_server_changed_get_previous_description.3
-man/man3/mongoc_apm_server_changed_get_topology_id.3
-man/man3/mongoc_apm_server_changed_t.3
-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
-man/man3/mongoc_apm_server_heartbeat_succeeded_get_reply.3
-man/man3/mongoc_apm_server_heartbeat_succeeded_t.3
-man/man3/mongoc_apm_server_opening_get_context.3
-man/man3/mongoc_apm_server_opening_get_host.3
-man/man3/mongoc_apm_server_opening_get_topology_id.3
-man/man3/mongoc_apm_server_opening_t.3
-man/man3/mongoc_apm_set_command_failed_cb.3
-man/man3/mongoc_apm_set_command_started_cb.3
-man/man3/mongoc_apm_set_command_succeeded_cb.3
-man/man3/mongoc_apm_set_server_changed_cb.3
-man/man3/mongoc_apm_set_server_closed_cb.3
-man/man3/mongoc_apm_set_server_heartbeat_failed_cb.3
-man/man3/mongoc_apm_set_server_heartbeat_started_cb.3
-man/man3/mongoc_apm_set_server_heartbeat_succeeded_cb.3
-man/man3/mongoc_apm_set_server_opening_cb.3
-man/man3/mongoc_apm_set_topology_changed_cb.3
-man/man3/mongoc_apm_set_topology_closed_cb.3
-man/man3/mongoc_apm_set_topology_opening_cb.3
-man/man3/mongoc_apm_topology_changed_get_context.3
-man/man3/mongoc_apm_topology_changed_get_new_description.3
-man/man3/mongoc_apm_topology_changed_get_previous_description.3
-man/man3/mongoc_apm_topology_changed_get_topology_id.3
-man/man3/mongoc_apm_topology_changed_t.3
-man/man3/mongoc_apm_topology_closed_get_context.3
-man/man3/mongoc_apm_topology_closed_get_topology_id.3
-man/man3/mongoc_apm_topology_closed_t.3
-man/man3/mongoc_apm_topology_opening_get_context.3
-man/man3/mongoc_apm_topology_opening_get_topology_id.3
-man/man3/mongoc_apm_topology_opening_t.3
-man/man3/mongoc_application_performance_monitoring.3
-man/man3/mongoc_authentication.3
-man/man3/mongoc_auto_encryption_opts_destroy.3
-man/man3/mongoc_auto_encryption_opts_new.3
-man/man3/mongoc_auto_encryption_opts_set_bypass_auto_encryption.3
-man/man3/mongoc_auto_encryption_opts_set_bypass_query_analysis.3
-man/man3/mongoc_auto_encryption_opts_set_encrypted_fields_map.3
-man/man3/mongoc_auto_encryption_opts_set_extra.3
-man/man3/mongoc_auto_encryption_opts_set_key_vault_client.3
-man/man3/mongoc_auto_encryption_opts_set_key_vault_client_pool.3
-man/man3/mongoc_auto_encryption_opts_set_key_vault_namespace.3
-man/man3/mongoc_auto_encryption_opts_set_kms_credential_provider_callback.3
-man/man3/mongoc_auto_encryption_opts_set_kms_providers.3
-man/man3/mongoc_auto_encryption_opts_set_schema_map.3
-man/man3/mongoc_auto_encryption_opts_set_tls_opts.3
-man/man3/mongoc_auto_encryption_opts_t.3
-man/man3/mongoc_basic_troubleshooting.3
-man/man3/mongoc_bulk.3
-man/man3/mongoc_bulk_operation_delete.3
-man/man3/mongoc_bulk_operation_delete_one.3
-man/man3/mongoc_bulk_operation_destroy.3
-man/man3/mongoc_bulk_operation_execute.3
-man/man3/mongoc_bulk_operation_get_hint.3
-man/man3/mongoc_bulk_operation_get_write_concern.3
-man/man3/mongoc_bulk_operation_insert.3
-man/man3/mongoc_bulk_operation_insert_with_opts.3
-man/man3/mongoc_bulk_operation_remove.3
-man/man3/mongoc_bulk_operation_remove_many_with_opts.3
-man/man3/mongoc_bulk_operation_remove_one.3
-man/man3/mongoc_bulk_operation_remove_one_with_opts.3
-man/man3/mongoc_bulk_operation_replace_one.3
-man/man3/mongoc_bulk_operation_replace_one_with_opts.3
-man/man3/mongoc_bulk_operation_set_bypass_document_validation.3
-man/man3/mongoc_bulk_operation_set_client_session.3
-man/man3/mongoc_bulk_operation_set_comment.3
-man/man3/mongoc_bulk_operation_set_hint.3
-man/man3/mongoc_bulk_operation_set_let.3
-man/man3/mongoc_bulk_operation_t.3
-man/man3/mongoc_bulk_operation_update.3
-man/man3/mongoc_bulk_operation_update_many_with_opts.3
-man/man3/mongoc_bulk_operation_update_one.3
-man/man3/mongoc_bulk_operation_update_one_with_opts.3
-man/man3/mongoc_change_stream_destroy.3
-man/man3/mongoc_change_stream_error_document.3
-man/man3/mongoc_change_stream_get_resume_token.3
-man/man3/mongoc_change_stream_next.3
-man/man3/mongoc_change_stream_t.3
-man/man3/mongoc_check_version.3
-man/man3/mongoc_cleanup.3
-man/man3/mongoc_client_command.3
-man/man3/mongoc_client_command_simple.3
-man/man3/mongoc_client_command_simple_with_server_id.3
-man/man3/mongoc_client_command_with_opts.3
-man/man3/mongoc_client_decryption_decrypt.3
-man/man3/mongoc_client_destroy.3
-man/man3/mongoc_client_enable_auto_encryption.3
-man/man3/mongoc_client_encryption_add_key_alt_name.3
-man/man3/mongoc_client_encryption_create_datakey.3
-man/man3/mongoc_client_encryption_create_encrypted_collection.3
-man/man3/mongoc_client_encryption_datakey_opts_destroy.3
-man/man3/mongoc_client_encryption_datakey_opts_new.3
-man/man3/mongoc_client_encryption_datakey_opts_set_keyaltnames.3
-man/man3/mongoc_client_encryption_datakey_opts_set_keymaterial.3
-man/man3/mongoc_client_encryption_datakey_opts_set_masterkey.3
-man/man3/mongoc_client_encryption_datakey_opts_t.3
-man/man3/mongoc_client_encryption_delete_key.3
-man/man3/mongoc_client_encryption_destroy.3
-man/man3/mongoc_client_encryption_encrypt.3
-man/man3/mongoc_client_encryption_encrypt_expression.3
-man/man3/mongoc_client_encryption_encrypt_opts_destroy.3
-man/man3/mongoc_client_encryption_encrypt_opts_new.3
-man/man3/mongoc_client_encryption_encrypt_opts_set_algorithm.3
-man/man3/mongoc_client_encryption_encrypt_opts_set_contention_factor.3
-man/man3/mongoc_client_encryption_encrypt_opts_set_keyaltname.3
-man/man3/mongoc_client_encryption_encrypt_opts_set_keyid.3
-man/man3/mongoc_client_encryption_encrypt_opts_set_query_type.3
-man/man3/mongoc_client_encryption_encrypt_opts_set_range_opts.3
-man/man3/mongoc_client_encryption_encrypt_opts_t.3
-man/man3/mongoc_client_encryption_encrypt_range_opts_destroy.3
-man/man3/mongoc_client_encryption_encrypt_range_opts_new.3
-man/man3/mongoc_client_encryption_encrypt_range_opts_set_max.3
-man/man3/mongoc_client_encryption_encrypt_range_opts_set_min.3
-man/man3/mongoc_client_encryption_encrypt_range_opts_set_precision.3
-man/man3/mongoc_client_encryption_encrypt_range_opts_set_sparsity.3
-man/man3/mongoc_client_encryption_encrypt_range_opts_t.3
-man/man3/mongoc_client_encryption_get_crypt_shared_version.3
-man/man3/mongoc_client_encryption_get_key.3
-man/man3/mongoc_client_encryption_get_key_by_alt_name.3
-man/man3/mongoc_client_encryption_get_keys.3
-man/man3/mongoc_client_encryption_new.3
-man/man3/mongoc_client_encryption_opts_destroy.3
-man/man3/mongoc_client_encryption_opts_new.3
-man/man3/mongoc_client_encryption_opts_set_key_vault_namespace.3
-man/man3/mongoc_client_encryption_opts_set_keyvault_client.3
-man/man3/mongoc_client_encryption_opts_set_kms_credential_provider_callback.3
-man/man3/mongoc_client_encryption_opts_set_kms_providers.3
-man/man3/mongoc_client_encryption_opts_set_tls_opts.3
-man/man3/mongoc_client_encryption_opts_t.3
-man/man3/mongoc_client_encryption_remove_key_alt_name.3
-man/man3/mongoc_client_encryption_rewrap_many_datakey.3
-man/man3/mongoc_client_encryption_rewrap_many_datakey_result_destroy.3
-man/man3/mongoc_client_encryption_rewrap_many_datakey_result_get_bulk_write_result.3
-man/man3/mongoc_client_encryption_rewrap_many_datakey_result_new.3
-man/man3/mongoc_client_encryption_rewrap_many_datakey_result_t.3
-man/man3/mongoc_client_encryption_t.3
-man/man3/mongoc_client_find_databases_with_opts.3
-man/man3/mongoc_client_get_collection.3
-man/man3/mongoc_client_get_crypt_shared_version.3
-man/man3/mongoc_client_get_database.3
-man/man3/mongoc_client_get_database_names.3
-man/man3/mongoc_client_get_database_names_with_opts.3
-man/man3/mongoc_client_get_default_database.3
-man/man3/mongoc_client_get_gridfs.3
-man/man3/mongoc_client_get_handshake_description.3
-man/man3/mongoc_client_get_read_concern.3
-man/man3/mongoc_client_get_read_prefs.3
-man/man3/mongoc_client_get_server_description.3
-man/man3/mongoc_client_get_server_descriptions.3
-man/man3/mongoc_client_get_server_status.3
-man/man3/mongoc_client_get_uri.3
-man/man3/mongoc_client_get_write_concern.3
-man/man3/mongoc_client_new.3
-man/man3/mongoc_client_new_from_uri.3
-man/man3/mongoc_client_new_from_uri_with_error.3
-man/man3/mongoc_client_pool_destroy.3
-man/man3/mongoc_client_pool_enable_auto_encryption.3
-man/man3/mongoc_client_pool_max_size.3
-man/man3/mongoc_client_pool_min_size.3
-man/man3/mongoc_client_pool_new.3
-man/man3/mongoc_client_pool_new_with_error.3
-man/man3/mongoc_client_pool_pop.3
-man/man3/mongoc_client_pool_push.3
-man/man3/mongoc_client_pool_set_apm_callbacks.3
-man/man3/mongoc_client_pool_set_appname.3
-man/man3/mongoc_client_pool_set_error_api.3
-man/man3/mongoc_client_pool_set_server_api.3
-man/man3/mongoc_client_pool_set_ssl_opts.3
-man/man3/mongoc_client_pool_t.3
-man/man3/mongoc_client_pool_try_pop.3
-man/man3/mongoc_client_read_command_with_opts.3
-man/man3/mongoc_client_read_write_command_with_opts.3
-man/man3/mongoc_client_reset.3
-man/man3/mongoc_client_select_server.3
-man/man3/mongoc_client_session_abort_transaction.3
-man/man3/mongoc_client_session_advance_cluster_time.3
-man/man3/mongoc_client_session_advance_operation_time.3
-man/man3/mongoc_client_session_append.3
-man/man3/mongoc_client_session_commit_transaction.3
-man/man3/mongoc_client_session_destroy.3
-man/man3/mongoc_client_session_get_client.3
-man/man3/mongoc_client_session_get_cluster_time.3
-man/man3/mongoc_client_session_get_dirty.3
-man/man3/mongoc_client_session_get_lsid.3
-man/man3/mongoc_client_session_get_operation_time.3
-man/man3/mongoc_client_session_get_opts.3
-man/man3/mongoc_client_session_get_server_id.3
-man/man3/mongoc_client_session_get_transaction_state.3
-man/man3/mongoc_client_session_in_transaction.3
-man/man3/mongoc_client_session_start_transaction.3
-man/man3/mongoc_client_session_t.3
-man/man3/mongoc_client_session_with_transaction.3
-man/man3/mongoc_client_session_with_transaction_cb_t.3
-man/man3/mongoc_client_set_apm_callbacks.3
-man/man3/mongoc_client_set_appname.3
-man/man3/mongoc_client_set_error_api.3
-man/man3/mongoc_client_set_read_concern.3
-man/man3/mongoc_client_set_read_prefs.3
-man/man3/mongoc_client_set_server_api.3
-man/man3/mongoc_client_set_ssl_opts.3
-man/man3/mongoc_client_set_stream_initiator.3
-man/man3/mongoc_client_set_write_concern.3
-man/man3/mongoc_client_start_session.3
-man/man3/mongoc_client_t.3
-man/man3/mongoc_client_watch.3
-man/man3/mongoc_client_write_command_with_opts.3
-man/man3/mongoc_collection_aggregate.3
-man/man3/mongoc_collection_command.3
-man/man3/mongoc_collection_command_simple.3
-man/man3/mongoc_collection_command_with_opts.3
-man/man3/mongoc_collection_copy.3
-man/man3/mongoc_collection_count.3
-man/man3/mongoc_collection_count_documents.3
-man/man3/mongoc_collection_count_with_opts.3
-man/man3/mongoc_collection_create_bulk_operation.3
-man/man3/mongoc_collection_create_bulk_operation_with_opts.3
-man/man3/mongoc_collection_create_index.3
-man/man3/mongoc_collection_create_index_with_opts.3
-man/man3/mongoc_collection_create_indexes_with_opts.3
-man/man3/mongoc_collection_delete.3
-man/man3/mongoc_collection_delete_many.3
-man/man3/mongoc_collection_delete_one.3
-man/man3/mongoc_collection_destroy.3
-man/man3/mongoc_collection_drop.3
-man/man3/mongoc_collection_drop_index.3
-man/man3/mongoc_collection_drop_index_with_opts.3
-man/man3/mongoc_collection_drop_with_opts.3
-man/man3/mongoc_collection_ensure_index.3
-man/man3/mongoc_collection_estimated_document_count.3
-man/man3/mongoc_collection_find.3
-man/man3/mongoc_collection_find_and_modify.3
-man/man3/mongoc_collection_find_and_modify_with_opts.3
-man/man3/mongoc_collection_find_indexes.3
-man/man3/mongoc_collection_find_indexes_with_opts.3
-man/man3/mongoc_collection_find_with_opts.3
-man/man3/mongoc_collection_get_last_error.3
-man/man3/mongoc_collection_get_name.3
-man/man3/mongoc_collection_get_read_concern.3
-man/man3/mongoc_collection_get_read_prefs.3
-man/man3/mongoc_collection_get_write_concern.3
-man/man3/mongoc_collection_insert.3
-man/man3/mongoc_collection_insert_bulk.3
-man/man3/mongoc_collection_insert_many.3
-man/man3/mongoc_collection_insert_one.3
-man/man3/mongoc_collection_keys_to_index_string.3
-man/man3/mongoc_collection_read_command_with_opts.3
-man/man3/mongoc_collection_read_write_command_with_opts.3
-man/man3/mongoc_collection_remove.3
-man/man3/mongoc_collection_rename.3
-man/man3/mongoc_collection_rename_with_opts.3
-man/man3/mongoc_collection_replace_one.3
-man/man3/mongoc_collection_save.3
-man/man3/mongoc_collection_set_read_concern.3
-man/man3/mongoc_collection_set_read_prefs.3
-man/man3/mongoc_collection_set_write_concern.3
-man/man3/mongoc_collection_stats.3
-man/man3/mongoc_collection_t.3
-man/man3/mongoc_collection_update.3
-man/man3/mongoc_collection_update_many.3
-man/man3/mongoc_collection_update_one.3
-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_cursor_clone.3
-man/man3/mongoc_cursor_current.3
-man/man3/mongoc_cursor_destroy.3
-man/man3/mongoc_cursor_error.3
-man/man3/mongoc_cursor_error_document.3
-man/man3/mongoc_cursor_get_batch_size.3
-man/man3/mongoc_cursor_get_hint.3
-man/man3/mongoc_cursor_get_host.3
-man/man3/mongoc_cursor_get_id.3
-man/man3/mongoc_cursor_get_limit.3
-man/man3/mongoc_cursor_get_max_await_time_ms.3
-man/man3/mongoc_cursor_is_alive.3
-man/man3/mongoc_cursor_more.3
-man/man3/mongoc_cursor_new_from_command_reply.3
-man/man3/mongoc_cursor_new_from_command_reply_with_opts.3
-man/man3/mongoc_cursor_next.3
-man/man3/mongoc_cursor_set_batch_size.3
-man/man3/mongoc_cursor_set_hint.3
-man/man3/mongoc_cursor_set_limit.3
-man/man3/mongoc_cursor_set_max_await_time_ms.3
-man/man3/mongoc_cursor_t.3
-man/man3/mongoc_cursors.3
-man/man3/mongoc_database_add_user.3
-man/man3/mongoc_database_aggregate.3
-man/man3/mongoc_database_command.3
-man/man3/mongoc_database_command_simple.3
-man/man3/mongoc_database_command_with_opts.3
-man/man3/mongoc_database_copy.3
-man/man3/mongoc_database_create_collection.3
-man/man3/mongoc_database_destroy.3
-man/man3/mongoc_database_drop.3
-man/man3/mongoc_database_drop_with_opts.3
-man/man3/mongoc_database_find_collections.3
-man/man3/mongoc_database_find_collections_with_opts.3
-man/man3/mongoc_database_get_collection.3
-man/man3/mongoc_database_get_collection_names.3
-man/man3/mongoc_database_get_collection_names_with_opts.3
-man/man3/mongoc_database_get_name.3
-man/man3/mongoc_database_get_read_concern.3
-man/man3/mongoc_database_get_read_prefs.3
-man/man3/mongoc_database_get_write_concern.3
-man/man3/mongoc_database_has_collection.3
-man/man3/mongoc_database_read_command_with_opts.3
-man/man3/mongoc_database_read_write_command_with_opts.3
-man/man3/mongoc_database_remove_all_users.3
-man/man3/mongoc_database_remove_user.3
-man/man3/mongoc_database_set_read_concern.3
-man/man3/mongoc_database_set_read_prefs.3
-man/man3/mongoc_database_set_write_concern.3
-man/man3/mongoc_database_t.3
-man/man3/mongoc_database_watch.3
-man/man3/mongoc_database_write_command_with_opts.3
-man/man3/mongoc_debugging.3
-man/man3/mongoc_delete_flags_t.3
-man/man3/mongoc_distinct_mapreduce.3
-man/man3/mongoc_error_has_label.3
-man/man3/mongoc_errors.3
-man/man3/mongoc_find_and_modify_opts_append.3
-man/man3/mongoc_find_and_modify_opts_destroy.3
-man/man3/mongoc_find_and_modify_opts_get_bypass_document_validation.3
-man/man3/mongoc_find_and_modify_opts_get_fields.3
-man/man3/mongoc_find_and_modify_opts_get_flags.3
-man/man3/mongoc_find_and_modify_opts_get_max_time_ms.3
-man/man3/mongoc_find_and_modify_opts_get_sort.3
-man/man3/mongoc_find_and_modify_opts_get_update.3
-man/man3/mongoc_find_and_modify_opts_new.3
-man/man3/mongoc_find_and_modify_opts_set_bypass_document_validation.3
-man/man3/mongoc_find_and_modify_opts_set_fields.3
-man/man3/mongoc_find_and_modify_opts_set_flags.3
-man/man3/mongoc_find_and_modify_opts_set_max_time_ms.3
-man/man3/mongoc_find_and_modify_opts_set_sort.3
-man/man3/mongoc_find_and_modify_opts_set_update.3
-man/man3/mongoc_find_and_modify_opts_t.3
-man/man3/mongoc_get_major_version.3
-man/man3/mongoc_get_micro_version.3
-man/man3/mongoc_get_minor_version.3
-man/man3/mongoc_get_version.3
-man/man3/mongoc_gridfs_bucket_abort_upload.3
-man/man3/mongoc_gridfs_bucket_delete_by_id.3
-man/man3/mongoc_gridfs_bucket_destroy.3
-man/man3/mongoc_gridfs_bucket_download_to_stream.3
-man/man3/mongoc_gridfs_bucket_find.3
-man/man3/mongoc_gridfs_bucket_new.3
-man/man3/mongoc_gridfs_bucket_open_download_stream.3
-man/man3/mongoc_gridfs_bucket_open_upload_stream.3
-man/man3/mongoc_gridfs_bucket_open_upload_stream_with_id.3
-man/man3/mongoc_gridfs_bucket_stream_error.3
-man/man3/mongoc_gridfs_bucket_t.3
-man/man3/mongoc_gridfs_bucket_upload_from_stream.3
-man/man3/mongoc_gridfs_bucket_upload_from_stream_with_id.3
-man/man3/mongoc_gridfs_create_file.3
-man/man3/mongoc_gridfs_create_file_from_stream.3
-man/man3/mongoc_gridfs_destroy.3
-man/man3/mongoc_gridfs_drop.3
-man/man3/mongoc_gridfs_file_destroy.3
-man/man3/mongoc_gridfs_file_error.3
-man/man3/mongoc_gridfs_file_get_aliases.3
-man/man3/mongoc_gridfs_file_get_chunk_size.3
-man/man3/mongoc_gridfs_file_get_content_type.3
-man/man3/mongoc_gridfs_file_get_filename.3
-man/man3/mongoc_gridfs_file_get_id.3
-man/man3/mongoc_gridfs_file_get_length.3
-man/man3/mongoc_gridfs_file_get_md5.3
-man/man3/mongoc_gridfs_file_get_metadata.3
-man/man3/mongoc_gridfs_file_get_upload_date.3
-man/man3/mongoc_gridfs_file_list_destroy.3
-man/man3/mongoc_gridfs_file_list_error.3
-man/man3/mongoc_gridfs_file_list_next.3
-man/man3/mongoc_gridfs_file_list_t.3
-man/man3/mongoc_gridfs_file_opt_t.3
-man/man3/mongoc_gridfs_file_readv.3
-man/man3/mongoc_gridfs_file_remove.3
-man/man3/mongoc_gridfs_file_save.3
-man/man3/mongoc_gridfs_file_seek.3
-man/man3/mongoc_gridfs_file_set_aliases.3
-man/man3/mongoc_gridfs_file_set_content_type.3
-man/man3/mongoc_gridfs_file_set_filename.3
-man/man3/mongoc_gridfs_file_set_id.3
-man/man3/mongoc_gridfs_file_set_md5.3
-man/man3/mongoc_gridfs_file_set_metadata.3
-man/man3/mongoc_gridfs_file_t.3
-man/man3/mongoc_gridfs_file_tell.3
-man/man3/mongoc_gridfs_file_writev.3
-man/man3/mongoc_gridfs_find.3
-man/man3/mongoc_gridfs_find_one.3
-man/man3/mongoc_gridfs_find_one_by_filename.3
-man/man3/mongoc_gridfs_find_one_with_opts.3
-man/man3/mongoc_gridfs_find_with_opts.3
-man/man3/mongoc_gridfs_get_chunks.3
-man/man3/mongoc_gridfs_get_files.3
-man/man3/mongoc_gridfs_remove_by_filename.3
-man/man3/mongoc_gridfs_t.3
-man/man3/mongoc_guides.3
-man/man3/mongoc_handshake_data_append.3
-man/man3/mongoc_host_list_t.3
-man/man3/mongoc_index_opt_geo_get_default.3
-man/man3/mongoc_index_opt_geo_init.3
-man/man3/mongoc_index_opt_geo_t.3
-man/man3/mongoc_index_opt_get_default.3
-man/man3/mongoc_index_opt_init.3
-man/man3/mongoc_index_opt_t.3
-man/man3/mongoc_index_opt_wt_get_default.3
-man/man3/mongoc_index_opt_wt_init.3
-man/man3/mongoc_index_opt_wt_t.3
-man/man3/mongoc_init.3
-man/man3/mongoc_init_cleanup.3
-man/man3/mongoc_insert_flags_t.3
-man/man3/mongoc_installing.3
-man/man3/mongoc_iovec_t.3
-man/man3/mongoc_logging.3
-man/man3/mongoc_manage_collection_indexes.3
-man/man3/mongoc_optional_copy.3
-man/man3/mongoc_optional_init.3
-man/man3/mongoc_optional_is_set.3
-man/man3/mongoc_optional_set_value.3
-man/man3/mongoc_optional_t.3
-man/man3/mongoc_optional_value.3
-man/man3/mongoc_query_flags_t.3
-man/man3/mongoc_rand.3
-man/man3/mongoc_rand_add.3
-man/man3/mongoc_rand_seed.3
-man/man3/mongoc_rand_status.3
-man/man3/mongoc_read_concern_append.3
-man/man3/mongoc_read_concern_copy.3
-man/man3/mongoc_read_concern_destroy.3
-man/man3/mongoc_read_concern_get_level.3
-man/man3/mongoc_read_concern_is_default.3
-man/man3/mongoc_read_concern_new.3
-man/man3/mongoc_read_concern_set_level.3
-man/man3/mongoc_read_concern_t.3
-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
-man/man3/mongoc_read_prefs_t.3
-man/man3/mongoc_reference.3
-man/man3/mongoc_remove_flags_t.3
-man/man3/mongoc_reply_flags_t.3
-man/man3/mongoc_server_api_copy.3
-man/man3/mongoc_server_api_deprecation_errors.3
-man/man3/mongoc_server_api_destroy.3
-man/man3/mongoc_server_api_get_deprecation_errors.3
-man/man3/mongoc_server_api_get_strict.3
-man/man3/mongoc_server_api_get_version.3
-man/man3/mongoc_server_api_new.3
-man/man3/mongoc_server_api_strict.3
-man/man3/mongoc_server_api_t.3
-man/man3/mongoc_server_api_version_from_string.3
-man/man3/mongoc_server_api_version_t.3
-man/man3/mongoc_server_api_version_to_string.3
-man/man3/mongoc_server_description_destroy.3
-man/man3/mongoc_server_description_hello_response.3
-man/man3/mongoc_server_description_host.3
-man/man3/mongoc_server_description_id.3
-man/man3/mongoc_server_description_ismaster.3
-man/man3/mongoc_server_description_last_update_time.3
-man/man3/mongoc_server_description_new_copy.3
-man/man3/mongoc_server_description_round_trip_time.3
-man/man3/mongoc_server_description_t.3
-man/man3/mongoc_server_description_type.3
-man/man3/mongoc_server_descriptions_destroy_all.3
-man/man3/mongoc_session_opt_t.3
-man/man3/mongoc_session_opts_clone.3
-man/man3/mongoc_session_opts_destroy.3
-man/man3/mongoc_session_opts_get_causal_consistency.3
-man/man3/mongoc_session_opts_get_default_transaction_opts.3
-man/man3/mongoc_session_opts_get_snapshot.3
-man/man3/mongoc_session_opts_get_transaction_opts.3
-man/man3/mongoc_session_opts_new.3
-man/man3/mongoc_session_opts_set_causal_consistency.3
-man/man3/mongoc_session_opts_set_default_transaction_opts.3
-man/man3/mongoc_session_opts_set_snapshot.3
-man/man3/mongoc_socket_accept.3
-man/man3/mongoc_socket_bind.3
-man/man3/mongoc_socket_close.3
-man/man3/mongoc_socket_connect.3
-man/man3/mongoc_socket_destroy.3
-man/man3/mongoc_socket_errno.3
-man/man3/mongoc_socket_getnameinfo.3
-man/man3/mongoc_socket_getsockname.3
-man/man3/mongoc_socket_listen.3
-man/man3/mongoc_socket_new.3
-man/man3/mongoc_socket_recv.3
-man/man3/mongoc_socket_send.3
-man/man3/mongoc_socket_sendv.3
-man/man3/mongoc_socket_setsockopt.3
-man/man3/mongoc_socket_t.3
-man/man3/mongoc_ssl_opt_get_default.3
-man/man3/mongoc_ssl_opt_t.3
-man/man3/mongoc_stream_buffered_new.3
-man/man3/mongoc_stream_buffered_t.3
-man/man3/mongoc_stream_close.3
-man/man3/mongoc_stream_cork.3
-man/man3/mongoc_stream_destroy.3
-man/man3/mongoc_stream_file_get_fd.3
-man/man3/mongoc_stream_file_new.3
-man/man3/mongoc_stream_file_new_for_path.3
-man/man3/mongoc_stream_file_t.3
-man/man3/mongoc_stream_flush.3
-man/man3/mongoc_stream_get_base_stream.3
-man/man3/mongoc_stream_gridfs_new.3
-man/man3/mongoc_stream_read.3
-man/man3/mongoc_stream_readv.3
-man/man3/mongoc_stream_setsockopt.3
-man/man3/mongoc_stream_should_retry.3
-man/man3/mongoc_stream_socket_get_socket.3
-man/man3/mongoc_stream_socket_new.3
-man/man3/mongoc_stream_socket_t.3
-man/man3/mongoc_stream_t.3
-man/man3/mongoc_stream_timed_out.3
-man/man3/mongoc_stream_tls_t.3
-man/man3/mongoc_stream_uncork.3
-man/man3/mongoc_stream_write.3
-man/man3/mongoc_stream_writev.3
-man/man3/mongoc_topology_description_destroy.3
-man/man3/mongoc_topology_description_get_servers.3
-man/man3/mongoc_topology_description_has_readable_server.3
-man/man3/mongoc_topology_description_has_writable_server.3
-man/man3/mongoc_topology_description_new_copy.3
-man/man3/mongoc_topology_description_t.3
-man/man3/mongoc_topology_description_type.3
-man/man3/mongoc_transaction_opt_t.3
-man/man3/mongoc_transaction_opts_clone.3
-man/man3/mongoc_transaction_opts_destroy.3
-man/man3/mongoc_transaction_opts_get_max_commit_time_ms.3
-man/man3/mongoc_transaction_opts_get_read_concern.3
-man/man3/mongoc_transaction_opts_get_read_prefs.3
-man/man3/mongoc_transaction_opts_get_write_concern.3
-man/man3/mongoc_transaction_opts_new.3
-man/man3/mongoc_transaction_opts_set_max_commit_time_ms.3
-man/man3/mongoc_transaction_opts_set_read_concern.3
-man/man3/mongoc_transaction_opts_set_read_prefs.3
-man/man3/mongoc_transaction_opts_set_write_concern.3
-man/man3/mongoc_transaction_state_t.3
-man/man3/mongoc_tutorial.3
-man/man3/mongoc_update_flags_t.3
-man/man3/mongoc_uri_copy.3
-man/man3/mongoc_uri_destroy.3
-man/man3/mongoc_uri_get_auth_mechanism.3
-man/man3/mongoc_uri_get_auth_source.3
-man/man3/mongoc_uri_get_compressors.3
-man/man3/mongoc_uri_get_database.3
-man/man3/mongoc_uri_get_hosts.3
-man/man3/mongoc_uri_get_mechanism_properties.3
-man/man3/mongoc_uri_get_option_as_bool.3
-man/man3/mongoc_uri_get_option_as_int32.3
-man/man3/mongoc_uri_get_option_as_int64.3
-man/man3/mongoc_uri_get_option_as_utf8.3
-man/man3/mongoc_uri_get_options.3
-man/man3/mongoc_uri_get_password.3
-man/man3/mongoc_uri_get_read_concern.3
-man/man3/mongoc_uri_get_read_prefs.3
-man/man3/mongoc_uri_get_read_prefs_t.3
-man/man3/mongoc_uri_get_replica_set.3
-man/man3/mongoc_uri_get_service.3
-man/man3/mongoc_uri_get_srv_hostname.3
-man/man3/mongoc_uri_get_srv_service_name.3
-man/man3/mongoc_uri_get_ssl.3
-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
-man/man3/mongoc_uri_option_is_bool.3
-man/man3/mongoc_uri_option_is_int32.3
-man/man3/mongoc_uri_option_is_int64.3
-man/man3/mongoc_uri_option_is_utf8.3
-man/man3/mongoc_uri_set_auth_mechanism.3
-man/man3/mongoc_uri_set_auth_source.3
-man/man3/mongoc_uri_set_compressors.3
-man/man3/mongoc_uri_set_database.3
-man/man3/mongoc_uri_set_mechanism_properties.3
-man/man3/mongoc_uri_set_option_as_bool.3
-man/man3/mongoc_uri_set_option_as_int32.3
-man/man3/mongoc_uri_set_option_as_int64.3
-man/man3/mongoc_uri_set_option_as_utf8.3
-man/man3/mongoc_uri_set_password.3
-man/man3/mongoc_uri_set_read_concern.3
-man/man3/mongoc_uri_set_read_prefs_t.3
-man/man3/mongoc_uri_set_username.3
-man/man3/mongoc_uri_set_write_concern.3
-man/man3/mongoc_uri_t.3
-man/man3/mongoc_uri_unescape.3
-man/man3/mongoc_version.3
-man/man3/mongoc_write_concern_append.3
-man/man3/mongoc_write_concern_copy.3
-man/man3/mongoc_write_concern_destroy.3
-man/man3/mongoc_write_concern_get_fsync.3
-man/man3/mongoc_write_concern_get_journal.3
-man/man3/mongoc_write_concern_get_w.3
-man/man3/mongoc_write_concern_get_wmajority.3
-man/man3/mongoc_write_concern_get_wtag.3
-man/man3/mongoc_write_concern_get_wtimeout.3
-man/man3/mongoc_write_concern_get_wtimeout_int64.3
-man/man3/mongoc_write_concern_is_acknowledged.3
-man/man3/mongoc_write_concern_is_default.3
-man/man3/mongoc_write_concern_is_valid.3
-man/man3/mongoc_write_concern_journal_is_set.3
-man/man3/mongoc_write_concern_new.3
-man/man3/mongoc_write_concern_set_fsync.3
-man/man3/mongoc_write_concern_set_journal.3
-man/man3/mongoc_write_concern_set_w.3
-man/man3/mongoc_write_concern_set_wmajority.3
-man/man3/mongoc_write_concern_set_wtag.3
-man/man3/mongoc_write_concern_set_wtimeout.3
-man/man3/mongoc_write_concern_set_wtimeout_int64.3
-man/man3/mongoc_write_concern_t.3
 share/mongo-c-driver/COPYING
 share/mongo-c-driver/NEWS
 share/mongo-c-driver/README.rst

Index: pkgsrc/databases/mongo-c-driver/distinfo
diff -u pkgsrc/databases/mongo-c-driver/distinfo:1.48 pkgsrc/databases/mongo-c-driver/distinfo:1.49
--- pkgsrc/databases/mongo-c-driver/distinfo:1.48       Wed Sep  6 19:35:00 2023
+++ pkgsrc/databases/mongo-c-driver/distinfo    Sat Jan 27 08:28:52 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.48 2023/09/06 19:35:00 adam Exp $
+$NetBSD: distinfo,v 1.49 2024/01/27 08:28:52 adam Exp $
 
-BLAKE2s (mongo-c-driver-1.24.4.tar.gz) = fc6b5db77beace359408f3b837e24ba4ddf8ac1e15027018746ccdbd3b7e87a6
-SHA512 (mongo-c-driver-1.24.4.tar.gz) = 3563c061565d17a76581e188f6e184d7e41f2729812c8815afd34e03ebe6c1d25d7498a2cb1b599a09d24f6268c36473ef5113a14c7585a1532c9abf2e56e936
-Size (mongo-c-driver-1.24.4.tar.gz) = 7916661 bytes
+BLAKE2s (mongo-c-driver-1.25.4.tar.gz) = 49761a7379d3861ffd3887d693e444368d52352b04666a0d0fe3da41ed32c07a
+SHA512 (mongo-c-driver-1.25.4.tar.gz) = a80e20917edb752ac5eb42534beaa0122a383037f83a554ee00ce37ae690be68521eaa282b4a5802a5440b61038bcd5414356e16a2ce729ba1193d0738a6ce1c
+Size (mongo-c-driver-1.25.4.tar.gz) = 7308431 bytes
 SHA1 (patch-src_libbson_src_bson_bson-error.c) = 09ffbcb5e345668d0db3158f41cddc408845e9ee
 SHA1 (patch-src_libmongoc_tests_test-mongoc-stream-tls-error.c) = 856e4b44414e1ff6db12440c41d1aae9bf8046aa



Home | Main Index | Thread Index | Old Index