summaryrefslogtreecommitdiff
path: root/databases/mongo-c-driver/distinfo
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-02-16 15:26:30 +0000
committerfhajny <fhajny>2016-02-16 15:26:30 +0000
commit2b125d363a43c379e61031fa4d3387c130f9ac54 (patch)
treeecae3e712d3a3bb5610cc78315cb1f8c16da82de /databases/mongo-c-driver/distinfo
parentc58f77a76c2d02e39817bd72a794992e40e57cb8 (diff)
downloadpkgsrc-2b125d363a43c379e61031fa4d3387c130f9ac54.tar.gz
Update databases/mongo-c-driver to 1.3.3
1.3.3 - Fix a bug where a slightly-oversized bulk write operation was not split into batches; instead, it was sent whole to the server, which rejected it. 1.3.2 - A socket is properly discarded after a network error from a command. - mongoc_database_get_collection now copies the database's read preferences, read concern, and write concern, instead of copying the client's. - mongoc_cursor_t's private struct now allows a negative limit. 1.3.1 - mongoc_client_get_gridfs now copies the client's read preferences, read concern, and write concern to the newly created mongoc_gridfs_t. Before this fix, GridFS operations were always executed with the default config: data was read from the primary, with the read concern level "local", and written with write concern "acknowledged". Now, if you have configured any of these options on the mongoc_client_t, they are respected by the mongoc_gridfs_t. - CMakeLists.txt now includes and installs the pkg-config files.
Diffstat (limited to 'databases/mongo-c-driver/distinfo')
-rw-r--r--databases/mongo-c-driver/distinfo10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/mongo-c-driver/distinfo b/databases/mongo-c-driver/distinfo
index 4619d44895f..7d3b791961f 100644
--- a/databases/mongo-c-driver/distinfo
+++ b/databases/mongo-c-driver/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2015/12/08 09:35:24 fhajny Exp $
+$NetBSD: distinfo,v 1.16 2016/02/16 15:26:30 fhajny Exp $
-SHA1 (mongo-c-driver-1.3.0.tar.gz) = 72bf65c7c8f08d76211134065d68e562cec09c71
-RMD160 (mongo-c-driver-1.3.0.tar.gz) = 31db29f57f4706ee2066ca05aa02fc5f45adf9cd
-SHA512 (mongo-c-driver-1.3.0.tar.gz) = 449be0e99f670087b5cc426d4d0ee6f652ab5ed5c7b11cce4b931f4cc9fb39dba3b0d046dac75ad26633233fc4a15861f36a0c9b2244233b29e49d6b228a4856
-Size (mongo-c-driver-1.3.0.tar.gz) = 5736162 bytes
+SHA1 (mongo-c-driver-1.3.3.tar.gz) = a885144f97532e20ced1999249d5001f6de66b44
+RMD160 (mongo-c-driver-1.3.3.tar.gz) = b90d53d95931dd84495a9122ec29f80cbe27b7aa
+SHA512 (mongo-c-driver-1.3.3.tar.gz) = 6c4a86ed441e4a1676f40e75853e2d03f4e30c3b3778b3a5ab3d1b772d2bb0f23709eec98389b4f75af416d81d20c84cdcea285884461081c6f1055f81c836ee
+Size (mongo-c-driver-1.3.3.tar.gz) = 5717221 bytes