Update databases/mongo-c-driver to 1.5.3.
Changes since 1.5.0: - allow mixed $ and non-$ query ops. - Missing exports of mongoc_gridfs_file_set_*() functions. - update define constants for "find" opts to be unique. - Windows CA stores should be opened with read-only flag. - Fix SEGFAULT with performance counters on NUMA (thanks to Jonathan Wang). - Prevent rare assertion error in mongoc_cluster_stream_for_server. - Improve error messages from auth failure. - Escape quotes when appending CFLAGS to handshake metadata. - Fix OpenSSL header lookups in non-default paths. - Fix build failure with LibreSSL.
This commit is contained in:
parent
19d662437e
commit
0ecea97bbc
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.22 2016/12/17 14:25:30 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2017/01/12 14:48:15 fhajny Exp $
|
||||
|
||||
DISTNAME= mongo-c-driver-1.5.0
|
||||
DISTNAME= mongo-c-driver-1.5.3
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.21 2016/12/17 14:25:30 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.22 2017/01/12 14:48:15 fhajny Exp $
|
||||
|
||||
SHA1 (mongo-c-driver-1.5.0.tar.gz) = 0efbee3a8cad869d173a21ef1be0efebdce1bc5d
|
||||
RMD160 (mongo-c-driver-1.5.0.tar.gz) = f95263ba6100314043b28515be119097c647d603
|
||||
SHA512 (mongo-c-driver-1.5.0.tar.gz) = 28dbe86d16fe2b81adde1f0735b8a29027ef10c9e6a006de5230aaa93a1eca1423ab60347f3a080fc28dbba4373c867abfbb770ebf71b1660177d932db423c2c
|
||||
Size (mongo-c-driver-1.5.0.tar.gz) = 6259776 bytes
|
||||
SHA1 (mongo-c-driver-1.5.3.tar.gz) = 3d1bd247ae66a533528eb2b19e3ba45a81d02d73
|
||||
RMD160 (mongo-c-driver-1.5.3.tar.gz) = 994ff303bf64d91320646d4a8c6a9e19197e7383
|
||||
SHA512 (mongo-c-driver-1.5.3.tar.gz) = de2552ec2121f43342e0372f5837797f1ca3a9c8a9e2479f316c81eb308b16a0b05ec55ae655d10f229e5a1ec6e238ec975fa7a7ba2cc944c427efaa8eaa902c
|
||||
Size (mongo-c-driver-1.5.3.tar.gz) = 6262503 bytes
|
||||
SHA1 (patch-src_mongoc_mongoc-cursor.c) = 9e0ada19f237972c9671bd90ff656ab9249f694f
|
||||
|
|
Loading…
Reference in a new issue