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.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95c8da79b911
branches:  trunk
changeset: 648930:95c8da79b911
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Mar 24 13:21:43 2015 +0000

description:
Update devel/libbson to 1.1.2.

Libbson 1.1.2
=============
* sscanf_s doesn't exist for mingw.

Libbson 1.1.0
=============
ABI/API changes include:
* Deprecation of bson_copy_to_excluding
* Addition of bson_copy_to_excluding_noinit
* Removal of MIN, MAX and ABS macros in favor of BSON_MIN, BSON_MAX and
  BSON_ABS.  Note this is a breaking source level change if you relied on
  these from bson.h.  Also note that this is not a breaking ABI change.
* Addition of BSON_ERROR_BUFFER_SIZE macro

Other changes include:
* Addition of a versioned ABI for the libbson shared library
* fixed bson_get_monotonic_time fallback when a system monotonic clock can not
  be found.  Formerly failed to compile with an incorrect call to
  bson_gettimeofday
* Allow the "dbref" convention in bson_validate when BSON_VALIDATE_DOLLAR_KEYS
  is present
* Support for ISO-8601 or $numberLong dates in bson <-> json parsing
* Quiet various compiler warnings

diffstat:

 devel/libbson/Makefile      |  4 ++--
 devel/libbson/buildlink3.mk |  4 ++--
 devel/libbson/distinfo      |  8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r 315c128f1c9a -r 95c8da79b911 devel/libbson/Makefile
--- a/devel/libbson/Makefile    Tue Mar 24 12:49:31 2015 +0000
+++ b/devel/libbson/Makefile    Tue Mar 24 13:21:43 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2015/03/12 15:25:24 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2015/03/24 13:21:43 fhajny Exp $
 
-DISTNAME=      libbson-1.0.2
+DISTNAME=      libbson-1.1.2
 CATEGORIES=    devel
 MASTER_SITES=  http://github.com/mongodb/libbson/releases/download/${PKGVERSION_NOREV}/
 
diff -r 315c128f1c9a -r 95c8da79b911 devel/libbson/buildlink3.mk
--- a/devel/libbson/buildlink3.mk       Tue Mar 24 12:49:31 2015 +0000
+++ b/devel/libbson/buildlink3.mk       Tue Mar 24 13:21:43 2015 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.4 2014/12/12 11:29:32 fhajny Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2015/03/24 13:21:43 fhajny Exp $
 
 BUILDLINK_TREE+=       libbson
 
 .if !defined(LIBBSON_BUILDLINK3_MK)
 LIBBSON_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libbson+=        libbson>=1.0.0
+BUILDLINK_API_DEPENDS.libbson+=        libbson>=1.1.0
 BUILDLINK_PKGSRCDIR.libbson?=  ../../devel/libbson
 .endif # LIBBSON_BUILDLINK3_MK
 
diff -r 315c128f1c9a -r 95c8da79b911 devel/libbson/distinfo
--- a/devel/libbson/distinfo    Tue Mar 24 12:49:31 2015 +0000
+++ b/devel/libbson/distinfo    Tue Mar 24 13:21:43 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2014/12/12 11:29:32 fhajny Exp $
+$NetBSD: distinfo,v 1.6 2015/03/24 13:21:43 fhajny Exp $
 
-SHA1 (libbson-1.0.2.tar.gz) = 20126faa95dfdcdc30d4289b82e914cc5b606be7
-RMD160 (libbson-1.0.2.tar.gz) = 679c7136a2ffec8a29b58267635012cfb8c6ccf9
-Size (libbson-1.0.2.tar.gz) = 4453573 bytes
+SHA1 (libbson-1.1.2.tar.gz) = a6dc9dc9ab12f8cdf784b33b70edaa12246c69ea
+RMD160 (libbson-1.1.2.tar.gz) = 621c488478b3f72ffeb4741ccf7bf3810020cc0f
+Size (libbson-1.1.2.tar.gz) = 4492014 bytes



Home | Main Index | Thread Index | Old Index