diff options
author | fhajny <fhajny@pkgsrc.org> | 2014-06-11 14:31:29 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2014-06-11 14:31:29 +0000 |
commit | fed3ce2b83ed07520d56b208fd02a92fb4bd9437 (patch) | |
tree | 5619354c5885e155aed84d527ad12e3c92428484 /databases | |
parent | b490c87eeca834b1056d5e981766db94eb758f63 (diff) | |
download | pkgsrc-fed3ce2b83ed07520d56b208fd02a92fb4bd9437.tar.gz |
Update mongo-c-driver to 0.96.2.
Changes in 0.96.2
-----------------
* Ensure batchSize is used in cursor GETMORE operations with `aggregate`.
* Ensure enough buffer space is allocated for incoming RPC when buffering
from a stream.
* Require libbson 0.8.2 for more robust `bson_next_power_of_two()` when
using `size_t` and BCON compilation fix with C++.
* Handle cursor id's that are not 64-bit values in response from
`aggregate` command.
* Handle upsert on MongoDB < 2.6 when _id does not contain an `ObjectId`.
* Use 100 for default batchSize in `aggregate` command.
Changes in 0.96.0
-----------------
This release includes much new documentation, which can be found at
http://docs.mongodb.org/ecosystem/drivers/c/.
Additionally, this release improves support for various exotic systems.
Solaris 10 is supported much better on SPARC and x86_64 based systems.
Some workarounds for mixed-mode sharded-clusters have been added to improve
resiliency when rolling upgrades are performed.
Build improvements have been added to help us detect SASL and SSL
implementations on platforms that do not support pkg-config. This should
simplify building for some of you.
We've added some more logging to SASL authentication to help debug
authentication failures.
A bug causing an abort() when SSL is used and a server is down has been fixed.
We've renamed various _delete() functions to _remove() to provide consistency
with other MongoDB drivers.
You can now specify SSL options for client pools.
-D_REENTRANT is always defined now on Solaris to help with errno detection.
This may not have been done before if using a non-GCC platform with pthreads.
A bug was fixed where timeouts could have been 1000x longer than expected
due to failure to convert from microseconds to milliseconds.
A bug was fixed with authentication in sharded cluster and replica set
scenarios.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mongo-c-driver/Makefile | 8 | ||||
-rw-r--r-- | databases/mongo-c-driver/PLIST | 236 | ||||
-rw-r--r-- | databases/mongo-c-driver/distinfo | 8 |
3 files changed, 244 insertions, 8 deletions
diff --git a/databases/mongo-c-driver/Makefile b/databases/mongo-c-driver/Makefile index 77a613ca787..2be42b2b1e0 100644 --- a/databases/mongo-c-driver/Makefile +++ b/databases/mongo-c-driver/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2014/05/07 15:47:00 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2014/06/11 14:31:29 fhajny Exp $ -DISTNAME= mongo-c-driver-0.94.2 +DISTNAME= mongo-c-driver-0.96.2 CATEGORIES= databases MASTER_SITES= https://github.com/mongodb/mongo-c-driver/releases/download/${PKGVERSION_NOREV}/ @@ -19,13 +19,15 @@ NOT_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= gmake pkg-config CHECK_PORTABILITY_SKIP+= src/libbson/configure CONFIGURE_ARGS+= --with-libbson=system +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>=0.8.2 .include "../../devel/libbson/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/mongo-c-driver/PLIST b/databases/mongo-c-driver/PLIST index 71568b6c1fa..a57fbfb4425 100644 --- a/databases/mongo-c-driver/PLIST +++ b/databases/mongo-c-driver/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2014/05/07 15:47:00 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/06/11 14:31:29 fhajny Exp $ bin/mongoc-stat include/libmongoc-1.0/mongoc-bulk-operation.h include/libmongoc-1.0/mongoc-client-pool.h @@ -36,6 +36,240 @@ include/libmongoc-1.0/mongoc.h lib/libmongoc-1.0.la lib/pkgconfig/libmongoc-1.0.pc ${PLIST.ssl}lib/pkgconfig/libmongoc-ssl-1.0.pc +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_insert.3 +man/man3/mongoc_bulk_operation_remove.3 +man/man3/mongoc_bulk_operation_remove_one.3 +man/man3/mongoc_bulk_operation_replace_one.3 +man/man3/mongoc_bulk_operation_t.3 +man/man3/mongoc_bulk_operation_update.3 +man/man3/mongoc_bulk_operation_update_one.3 +man/man3/mongoc_cleanup.3 +man/man3/mongoc_client_command.3 +man/man3/mongoc_client_command_simple.3 +man/man3/mongoc_client_destroy.3 +man/man3/mongoc_client_get_collection.3 +man/man3/mongoc_client_get_database.3 +man/man3/mongoc_client_get_database_names.3 +man/man3/mongoc_client_get_gridfs.3 +man/man3/mongoc_client_get_max_bson_size.3 +man/man3/mongoc_client_get_max_message_size.3 +man/man3/mongoc_client_get_read_prefs.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_pool_destroy.3 +man/man3/mongoc_client_pool_new.3 +man/man3/mongoc_client_pool_pop.3 +man/man3/mongoc_client_pool_push.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_set_read_prefs.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_t.3 +man/man3/mongoc_collection_aggregate.3 +man/man3/mongoc_collection_command.3 +man/man3/mongoc_collection_command_simple.3 +man/man3/mongoc_collection_count.3 +man/man3/mongoc_collection_create_bulk_operation.3 +man/man3/mongoc_collection_create_index.3 +man/man3/mongoc_collection_delete.3 +man/man3/mongoc_collection_destroy.3 +man/man3/mongoc_collection_drop.3 +man/man3/mongoc_collection_drop_index.3 +man/man3/mongoc_collection_ensure_index.3 +man/man3/mongoc_collection_find.3 +man/man3/mongoc_collection_find_and_modify.3 +man/man3/mongoc_collection_get_last_error.3 +man/man3/mongoc_collection_get_name.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_keys_to_index_string.3 +man/man3/mongoc_collection_remove.3 +man/man3/mongoc_collection_rename.3 +man/man3/mongoc_collection_save.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_validate.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_get_host.3 +man/man3/mongoc_cursor_is_alive.3 +man/man3/mongoc_cursor_more.3 +man/man3/mongoc_cursor_next.3 +man/man3/mongoc_cursor_t.3 +man/man3/mongoc_database_add_user.3 +man/man3/mongoc_database_command.3 +man/man3/mongoc_database_command_simple.3 +man/man3/mongoc_database_create_collection.3 +man/man3/mongoc_database_destroy.3 +man/man3/mongoc_database_drop.3 +man/man3/mongoc_database_get_collection.3 +man/man3/mongoc_database_get_collection_names.3 +man/man3/mongoc_database_get_name.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_remove_all_users.3 +man/man3/mongoc_database_remove_user.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_delete_flags_t.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_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_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_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_get_chunks.3 +man/man3/mongoc_gridfs_get_files.3 +man/man3/mongoc_gridfs_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_init.3 +man/man3/mongoc_insert_flags_t.3 +man/man3/mongoc_iovec_t.3 +man/man3/mongoc_matcher_destroy.3 +man/man3/mongoc_matcher_match.3 +man/man3/mongoc_matcher_new.3 +man/man3/mongoc_matcher_t.3 +man/man3/mongoc_query_flags_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_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_mode.3 +man/man3/mongoc_read_prefs_set_tags.3 +man/man3/mongoc_read_prefs_t.3 +man/man3/mongoc_remove_flags_t.3 +man/man3/mongoc_reply_flags_t.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_gridfs_t.3 +man/man3/mongoc_stream_read.3 +man/man3/mongoc_stream_readv.3 +man/man3/mongoc_stream_setsockopt.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_tls_check_cert.3 +man/man3/mongoc_stream_tls_do_handshake.3 +man/man3/mongoc_stream_tls_new.3 +man/man3/mongoc_stream_tls_t.3 +man/man3/mongoc_stream_uncork.3 +man/man3/mongoc_stream_writev.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_database.3 +man/man3/mongoc_uri_get_hosts.3 +man/man3/mongoc_uri_get_options.3 +man/man3/mongoc_uri_get_password.3 +man/man3/mongoc_uri_get_read_prefs.3 +man/man3/mongoc_uri_get_replica_set.3 +man/man3/mongoc_uri_get_ssl.3 +man/man3/mongoc_uri_get_string.3 +man/man3/mongoc_uri_get_username.3 +man/man3/mongoc_uri_get_write_concern.3 +man/man3/mongoc_uri_new.3 +man/man3/mongoc_uri_new_for_host_port.3 +man/man3/mongoc_uri_t.3 +man/man3/mongoc_uri_unescape.3 +man/man3/mongoc_version.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_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_t.3 share/doc/mongo-c-driver/COPYING share/doc/mongo-c-driver/NEWS share/doc/mongo-c-driver/README.rst diff --git a/databases/mongo-c-driver/distinfo b/databases/mongo-c-driver/distinfo index bd7d9c21adb..2c375e8d255 100644 --- a/databases/mongo-c-driver/distinfo +++ b/databases/mongo-c-driver/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2014/05/07 15:47:00 fhajny Exp $ +$NetBSD: distinfo,v 1.2 2014/06/11 14:31:29 fhajny Exp $ -SHA1 (mongo-c-driver-0.94.2.tar.gz) = 5cc4dbb6298323f978de2a7367fe7ca50922037c -RMD160 (mongo-c-driver-0.94.2.tar.gz) = ad41e81c82081da8289cc378cd4ddc17156b0fb1 -Size (mongo-c-driver-0.94.2.tar.gz) = 5563498 bytes +SHA1 (mongo-c-driver-0.96.2.tar.gz) = 6a69db4d2e5e2fc68fd2959666802786111c9275 +RMD160 (mongo-c-driver-0.96.2.tar.gz) = 9fd69c5844ab05a1012a7c2a3f73f8ce55b87274 +Size (mongo-c-driver-0.96.2.tar.gz) = 5355379 bytes SHA1 (patch-configure) = 31d235d3040017c332b496579653b24d42ee1431 |