summaryrefslogtreecommitdiff
path: root/databases/mongo-c-driver
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
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')
-rw-r--r--databases/mongo-c-driver/Makefile6
-rw-r--r--databases/mongo-c-driver/PLIST18
-rw-r--r--databases/mongo-c-driver/buildlink3.mk4
-rw-r--r--databases/mongo-c-driver/distinfo8
4 files changed, 23 insertions, 13 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"
diff --git a/databases/mongo-c-driver/PLIST b/databases/mongo-c-driver/PLIST
index dd29758f461..2cbc1f2f239 100644
--- a/databases/mongo-c-driver/PLIST
+++ b/databases/mongo-c-driver/PLIST
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2014/10/02 10:23:23 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.4 2015/03/24 13:22:09 fhajny Exp $
bin/mongoc-stat
include/libmongoc-1.0/mongoc-array-private.h
+include/libmongoc-1.0/mongoc-b64-private.h
include/libmongoc-1.0/mongoc-buffer-private.h
include/libmongoc-1.0/mongoc-bulk-operation-private.h
include/libmongoc-1.0/mongoc-bulk-operation.h
+include/libmongoc-1.0/mongoc-client-pool-private.h
include/libmongoc-1.0/mongoc-client-pool.h
include/libmongoc-1.0/mongoc-client-private.h
include/libmongoc-1.0/mongoc-client.h
@@ -16,6 +18,7 @@ include/libmongoc-1.0/mongoc-counters.defs
include/libmongoc-1.0/mongoc-cursor-array-private.h
include/libmongoc-1.0/mongoc-cursor-cursorid-private.h
include/libmongoc-1.0/mongoc-cursor-private.h
+include/libmongoc-1.0/mongoc-cursor-transform-private.h
include/libmongoc-1.0/mongoc-cursor.h
include/libmongoc-1.0/mongoc-database-private.h
include/libmongoc-1.0/mongoc-database.h
@@ -46,18 +49,18 @@ include/libmongoc-1.0/mongoc-read-prefs-private.h
include/libmongoc-1.0/mongoc-read-prefs.h
include/libmongoc-1.0/mongoc-rpc-private.h
include/libmongoc-1.0/mongoc-sasl-private.h
+include/libmongoc-1.0/mongoc-scram-private.h
include/libmongoc-1.0/mongoc-socket.h
-${PLIST.ssl}include/libmongoc-1.0/mongoc-ssl.h
include/libmongoc-1.0/mongoc-ssl-private.h
include/libmongoc-1.0/mongoc-stream-buffered.h
include/libmongoc-1.0/mongoc-stream-file.h
include/libmongoc-1.0/mongoc-stream-gridfs.h
include/libmongoc-1.0/mongoc-stream-private.h
include/libmongoc-1.0/mongoc-stream-socket.h
-${PLIST.ssl}include/libmongoc-1.0/mongoc-stream-tls.h
include/libmongoc-1.0/mongoc-stream.h
include/libmongoc-1.0/mongoc-thread-private.h
include/libmongoc-1.0/mongoc-trace.h
+include/libmongoc-1.0/mongoc-uri-private.h
include/libmongoc-1.0/mongoc-uri.h
include/libmongoc-1.0/mongoc-util-private.h
include/libmongoc-1.0/mongoc-version.h
@@ -78,7 +81,6 @@ lib/libmongoc-1.0.la
lib/libmongoc-priv.la
lib/pkgconfig/libmongoc-1.0.pc
lib/pkgconfig/libmongoc-priv.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
@@ -122,6 +124,7 @@ 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_count_with_opts.3
man/man3/mongoc_collection_create_bulk_operation.3
man/man3/mongoc_collection_create_index.3
man/man3/mongoc_collection_delete.3
@@ -131,6 +134,7 @@ 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_find_indexes.3
man/man3/mongoc_collection_get_last_error.3
man/man3/mongoc_collection_get_name.3
man/man3/mongoc_collection_get_read_prefs.3
@@ -162,6 +166,7 @@ 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_find_collections.3
man/man3/mongoc_database_get_collection.3
man/man3/mongoc_database_get_collection_names.3
man/man3/mongoc_database_get_name.3
@@ -221,6 +226,10 @@ 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_rand.3
+man/man3/mongoc_rand_add.3
+man/man3/mongoc_rand_seed.3
+man/man3/mongoc_rand_status.3
man/man3/mongoc_read_mode_t.3
man/man3/mongoc_read_prefs_add_tag.3
man/man3/mongoc_read_prefs_copy.3
@@ -276,6 +285,7 @@ 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_write.3
man/man3/mongoc_stream_writev.3
man/man3/mongoc_update_flags_t.3
man/man3/mongoc_uri_copy.3
diff --git a/databases/mongo-c-driver/buildlink3.mk b/databases/mongo-c-driver/buildlink3.mk
index 21b99ce5c8f..39fe87b1f03 100644
--- a/databases/mongo-c-driver/buildlink3.mk
+++ b/databases/mongo-c-driver/buildlink3.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.2 2014/07/18 10:41:43 fhajny Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2015/03/24 13:22:09 fhajny Exp $
BUILDLINK_TREE+= mongo-c-driver
.if !defined(MONGO_C_DRIVER_BUILDLINK3_MK)
MONGO_C_DRIVER_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.mongo-c-driver+= mongo-c-driver>=0.98
+BUILDLINK_API_DEPENDS.mongo-c-driver+= mongo-c-driver>=1.1.0
BUILDLINK_PKGSRCDIR.mongo-c-driver?= ../../databases/mongo-c-driver
pkgbase := mongo-c-driver
diff --git a/databases/mongo-c-driver/distinfo b/databases/mongo-c-driver/distinfo
index cbb0a01ca28..db5ede0fdf0 100644
--- a/databases/mongo-c-driver/distinfo
+++ b/databases/mongo-c-driver/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2014/12/12 11:35:05 fhajny Exp $
+$NetBSD: distinfo,v 1.6 2015/03/24 13:22:09 fhajny Exp $
-SHA1 (mongo-c-driver-1.0.2.tar.gz) = baa425d64dddf5f8267beb0cef509df5b80e5abb
-RMD160 (mongo-c-driver-1.0.2.tar.gz) = 160cf61f2c67a2a1193cfdfd8da339b9c16353e5
-Size (mongo-c-driver-1.0.2.tar.gz) = 5344994 bytes
+SHA1 (mongo-c-driver-1.1.2.tar.gz) = 8ca619ed9518db05d7f8a0d6458e6c36c90986be
+RMD160 (mongo-c-driver-1.1.2.tar.gz) = 50bd292e0a19de9a17f4cad0e90ff614c82674d9
+Size (mongo-c-driver-1.1.2.tar.gz) = 5443153 bytes