summaryrefslogtreecommitdiff
path: root/databases/mongo-c-driver
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-04-05 12:44:47 +0000
committerfhajny <fhajny>2016-04-05 12:44:47 +0000
commit88c68a82e8ead8eb97071ac29fdb4210debd6526 (patch)
tree0cdc474c21a17327df9ab8d3fa9a136c8a780a08 /databases/mongo-c-driver
parent23b71cc60cd10a0ed59c9fec795bad4991dec28f (diff)
downloadpkgsrc-88c68a82e8ead8eb97071ac29fdb4210debd6526.tar.gz
Update databases/mongo-c-driver to 1.3.5.
1.3.5 This release fixes a crash in mongoc_cleanup when an allocator had been set with bson_mem_set_vtable, and introduces a configure option MONGOC_NO_AUTOMATIC_GLOBALS which prevents code built with GCC from automatically calling mongoc_init and mongoc_cleanup when your code does not. 1.3.4 This release fixes a security vulnerability: when a mongoc_client_t uses SSL and is disconnected, it failed to re-verify the server certificate after reconnecting. This flaw affects single clients, not pooled ones.
Diffstat (limited to 'databases/mongo-c-driver')
-rw-r--r--databases/mongo-c-driver/Makefile7
-rw-r--r--databases/mongo-c-driver/distinfo10
2 files changed, 8 insertions, 9 deletions
diff --git a/databases/mongo-c-driver/Makefile b/databases/mongo-c-driver/Makefile
index da4508c3fb3..7e44984ef41 100644
--- a/databases/mongo-c-driver/Makefile
+++ b/databases/mongo-c-driver/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2016/03/05 11:27:42 jperkin Exp $
+# $NetBSD: Makefile,v 1.17 2016/04/05 12:44:47 fhajny Exp $
-DISTNAME= mongo-c-driver-1.3.3
-PKGREVISION= 1
+DISTNAME= mongo-c-driver-1.3.5
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/}
@@ -33,6 +32,6 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/doc/man/mongoc*.3 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
-BUILDLINK_API_DEPENDS.libbson+= libbson>=1.3.3
+BUILDLINK_API_DEPENDS.libbson+= libbson>=1.3.5
.include "../../devel/libbson/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/mongo-c-driver/distinfo b/databases/mongo-c-driver/distinfo
index 7d3b791961f..5812949553e 100644
--- a/databases/mongo-c-driver/distinfo
+++ b/databases/mongo-c-driver/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2016/02/16 15:26:30 fhajny Exp $
+$NetBSD: distinfo,v 1.17 2016/04/05 12:44:47 fhajny Exp $
-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
+SHA1 (mongo-c-driver-1.3.5.tar.gz) = 1730d9fa7ebfaf5c8a34267b61c9012f88b5c3a7
+RMD160 (mongo-c-driver-1.3.5.tar.gz) = efba24528a0b929a6a4695c277d09d5e52045788
+SHA512 (mongo-c-driver-1.3.5.tar.gz) = 23844ffe20580998308aa9c8409afcb87dccde874077eefc6806b705e5de5743846ba0513f3a3fe83147fc47842ab8c7438ad1de5f3f55b81586b9e19046aabf
+Size (mongo-c-driver-1.3.5.tar.gz) = 5860804 bytes