diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-06-10 17:13:38 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-06-10 17:13:38 +0000 |
commit | 92006caba5060d1ef820bb3ccb92ac55c0bdd7a2 (patch) | |
tree | bbd121638272b6de024a9f88b24e1e26e77b79cb | |
parent | 126bc2ce20d6d2d0c18572cf82901d1d9ca2872a (diff) | |
download | pkgsrc-92006caba5060d1ef820bb3ccb92ac55c0bdd7a2.tar.gz |
Update devel/libbson to 1.1.7.
Libbson 1.1.7
- Unchecked error in bson_utf8_escape_for_json caused unbounded memory
growth and a crash.
- Nicer floating-point formatting in bson_as_json.
- Link error with CMake on Mac.
Libbson 1.1.5
- Fix link error "missing __sync_add_and_fetch_4" in GCC on i386 -
the functions bson_atomic_int_add and bson_atomic_int64_add are
now compiled and exported if needed in i386 mode
- Fix version check for GCC 5 and future versions of Clang
- Fix warnings and errors building on various platforms
-rw-r--r-- | devel/libbson/Makefile | 4 | ||||
-rw-r--r-- | devel/libbson/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libbson/Makefile b/devel/libbson/Makefile index 10abbab7679..f3b94996e8e 100644 --- a/devel/libbson/Makefile +++ b/devel/libbson/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2015/04/21 07:58:09 fhajny Exp $ +# $NetBSD: Makefile,v 1.10 2015/06/10 17:13:38 fhajny Exp $ -DISTNAME= libbson-1.1.4 +DISTNAME= libbson-1.1.7 CATEGORIES= devel MASTER_SITES= http://github.com/mongodb/libbson/releases/download/${PKGVERSION_NOREV}/ diff --git a/devel/libbson/distinfo b/devel/libbson/distinfo index 086be235b34..1570f67b0e1 100644 --- a/devel/libbson/distinfo +++ b/devel/libbson/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2015/04/21 07:58:09 fhajny Exp $ +$NetBSD: distinfo,v 1.8 2015/06/10 17:13:38 fhajny Exp $ -SHA1 (libbson-1.1.4.tar.gz) = 766e7e5a36d327280b3d89ca3d9cdc7266b43754 -RMD160 (libbson-1.1.4.tar.gz) = 07cf7c7006179283bcf0114bd3f601db41eeef4f -Size (libbson-1.1.4.tar.gz) = 4492011 bytes +SHA1 (libbson-1.1.7.tar.gz) = f519f25892650f2c808c8a339877e280d871e678 +RMD160 (libbson-1.1.7.tar.gz) = e021a5f3fa8c208787aaa5aced3c81488694b451 +Size (libbson-1.1.7.tar.gz) = 4431239 bytes |