pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libbson Update devel/libbson to 1.1.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb6aff235d7b
branches:  trunk
changeset: 652956:bb6aff235d7b
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Jun 10 17:13:38 2015 +0000

description:
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

diffstat:

 devel/libbson/Makefile |  4 ++--
 devel/libbson/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 8053155abb19 -r bb6aff235d7b devel/libbson/Makefile
--- a/devel/libbson/Makefile    Wed Jun 10 16:24:56 2015 +0000
+++ b/devel/libbson/Makefile    Wed Jun 10 17:13:38 2015 +0000
@@ -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 -r 8053155abb19 -r bb6aff235d7b devel/libbson/distinfo
--- a/devel/libbson/distinfo    Wed Jun 10 16:24:56 2015 +0000
+++ b/devel/libbson/distinfo    Wed Jun 10 17:13:38 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index