summaryrefslogtreecommitdiff
path: root/databases/mongo-c-driver
diff options
context:
space:
mode:
authorfhajny <fhajny>2015-07-04 15:02:58 +0000
committerfhajny <fhajny>2015-07-04 15:02:58 +0000
commitd1d2fd63fa88671c42c64a31e0b6645aab3bb045 (patch)
tree2c86c0668afaf900b36d1614d6b992f3fc9871b8 /databases/mongo-c-driver
parentcbb4824e22a7330e123d0d23059f621a5ac67d90 (diff)
downloadpkgsrc-d1d2fd63fa88671c42c64a31e0b6645aab3bb045.tar.gz
Update databases/mongo-c-driver to 1.1.9.
1.1.9 * This release fixes a common crash in 1.1.8, which itself was introduced while fixing a rare crash in 1.1.7 1.1.8 * Crash freeing client after a replica set auth error. * Compile error strict C89 mode.
Diffstat (limited to 'databases/mongo-c-driver')
-rw-r--r--databases/mongo-c-driver/Makefile6
-rw-r--r--databases/mongo-c-driver/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/mongo-c-driver/Makefile b/databases/mongo-c-driver/Makefile
index 3313ff46e73..8787df03816 100644
--- a/databases/mongo-c-driver/Makefile
+++ b/databases/mongo-c-driver/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2015/06/10 17:22:57 fhajny Exp $
+# $NetBSD: Makefile,v 1.10 2015/07/04 15:02:58 fhajny Exp $
-DISTNAME= mongo-c-driver-1.1.7
+DISTNAME= mongo-c-driver-1.1.9
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/}
@@ -30,6 +30,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.1.7
+BUILDLINK_API_DEPENDS.libbson+= libbson>=1.1.9
.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 32d59b859eb..95bbdd6c8da 100644
--- a/databases/mongo-c-driver/distinfo
+++ b/databases/mongo-c-driver/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2015/06/10 17:22:57 fhajny Exp $
+$NetBSD: distinfo,v 1.9 2015/07/04 15:02:58 fhajny Exp $
-SHA1 (mongo-c-driver-1.1.7.tar.gz) = ec073042f5279741d7790a376b6eae2965975600
-RMD160 (mongo-c-driver-1.1.7.tar.gz) = d6445345f4e7b30697400a880057328556532021
-Size (mongo-c-driver-1.1.7.tar.gz) = 5316539 bytes
+SHA1 (mongo-c-driver-1.1.9.tar.gz) = 32452481be64a297e981846e433b2b492c302b34
+RMD160 (mongo-c-driver-1.1.9.tar.gz) = f05b91e75a42733042fef708cdb680711d58e629
+Size (mongo-c-driver-1.1.9.tar.gz) = 5320199 bytes