Wed Jun 10 17:13:38 2015 UTC ()
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


(fhajny)
diff -r1.9 -r1.10 pkgsrc/devel/libbson/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/libbson/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/devel/libbson/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libbson/Attic/Makefile 2015/04/21 07:58:09 1.9
+++ pkgsrc/devel/libbson/Attic/Makefile 2015/06/10 17:13:38 1.10
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2015/04/21 07:58:09 fhajny Exp $ 1# $NetBSD: Makefile,v 1.10 2015/06/10 17:13:38 fhajny Exp $
2 2
3DISTNAME= libbson-1.1.4 3DISTNAME= libbson-1.1.7
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= http://github.com/mongodb/libbson/releases/download/${PKGVERSION_NOREV}/ 5MASTER_SITES= http://github.com/mongodb/libbson/releases/download/${PKGVERSION_NOREV}/
6 6
7MAINTAINER= filip@joyent.com 7MAINTAINER= filip@joyent.com
8HOMEPAGE= http://github.com/mongodb/libbson/ 8HOMEPAGE= http://github.com/mongodb/libbson/
9COMMENT= BSON utility library 9COMMENT= BSON utility library
10LICENSE= apache-2.0 10LICENSE= apache-2.0
11 11
12BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc 12BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
13BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto 13BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++

cvs diff -r1.7 -r1.8 pkgsrc/devel/libbson/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/libbson/Attic/distinfo 2015/04/21 07:58:09 1.7
+++ pkgsrc/devel/libbson/Attic/distinfo 2015/06/10 17:13:38 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2015/04/21 07:58:09 fhajny Exp $ 1$NetBSD: distinfo,v 1.8 2015/06/10 17:13:38 fhajny Exp $
2 2
3SHA1 (libbson-1.1.4.tar.gz) = 766e7e5a36d327280b3d89ca3d9cdc7266b43754 3SHA1 (libbson-1.1.7.tar.gz) = f519f25892650f2c808c8a339877e280d871e678
4RMD160 (libbson-1.1.4.tar.gz) = 07cf7c7006179283bcf0114bd3f601db41eeef4f 4RMD160 (libbson-1.1.7.tar.gz) = e021a5f3fa8c208787aaa5aced3c81488694b451
5Size (libbson-1.1.4.tar.gz) = 4492011 bytes 5Size (libbson-1.1.7.tar.gz) = 4431239 bytes