pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libbson



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Wed Jun 14 10:24:15 UTC 2017

Modified Files:
        pkgsrc/devel/libbson: Makefile PLIST distinfo

Log Message:
Update devel/libbson to 1.6.3.

libbson-1.6.3
- No change since 1.6.2; released to keep pace with libmongoc's
  version.

libbson-1.6.2
- This release further improves HP-UX compatibility, especially when
  building with CMake, and fixes some distribution issues we
  introduced when porting the documentation from Mallard to Sphinx.

Libbson-1.6.1
- This is a bugfix release that resolves GCC 7 compiler warnings,
  improves HP-UX compatibility, and avoids a test failure from
  launching too many threads on 32-bit MIPS.

Libbson-1.6.0
- Use jsonsl instead of libyajl as our JSON parsing library, parse
  JSON more strictly, fix minor parsing bugs.
- Extended JSON documents like '{"$code": "...", "$scope": {}}' are
  now parsed into BSON "code" elements.
- ISO8601 dates now allow years from 0000 to 9999 inclusive. Before,
  years before 1970 were prohibited.
- BSON floats and ints are now distinguished in JSON output.
- The library is now built and continuously tested with MinGW-W64 on
  Windows.
- The documentation is ported from Mallard XML to ReStructured Text,
  the HTML documentation is restyled, and numerous man page syntax
  errors fixed.
- All public functions now have the __cdecl calling convention on
  Windows.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/libbson/Makefile \
    pkgsrc/devel/libbson/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/libbson/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libbson/Makefile
diff -u pkgsrc/devel/libbson/Makefile:1.22 pkgsrc/devel/libbson/Makefile:1.23
--- pkgsrc/devel/libbson/Makefile:1.22  Thu Jan 12 14:44:43 2017
+++ pkgsrc/devel/libbson/Makefile       Wed Jun 14 10:24:15 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2017/01/12 14:44:43 fhajny Exp $
+# $NetBSD: Makefile,v 1.23 2017/06/14 10:24:15 fhajny Exp $
 
-DISTNAME=      libbson-1.5.3
+DISTNAME=      libbson-1.6.3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mongodb/}
 
Index: pkgsrc/devel/libbson/distinfo
diff -u pkgsrc/devel/libbson/distinfo:1.22 pkgsrc/devel/libbson/distinfo:1.23
--- pkgsrc/devel/libbson/distinfo:1.22  Thu Jan 12 14:44:43 2017
+++ pkgsrc/devel/libbson/distinfo       Wed Jun 14 10:24:15 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2017/01/12 14:44:43 fhajny Exp $
+$NetBSD: distinfo,v 1.23 2017/06/14 10:24:15 fhajny Exp $
 
-SHA1 (libbson-1.5.3.tar.gz) = 5eadca9e120fb3e1548531417fe5d1bb1e65364e
-RMD160 (libbson-1.5.3.tar.gz) = 93677329d3559adf921532be4f1fdece8e4fa145
-SHA512 (libbson-1.5.3.tar.gz) = 7b28d9b5e11c52618ad50d61a48954d56f89366622c59a2d50db8f5efa68e198324c3dd2fd83ccee338caf1166f731a5b92fae044951910336dd59ec794248ff
-Size (libbson-1.5.3.tar.gz) = 4643576 bytes
+SHA1 (libbson-1.6.3.tar.gz) = 3571026b7d1819f8ff64dec238e58e44d826021b
+RMD160 (libbson-1.6.3.tar.gz) = 3c81ea50475c889c960dd7c4d7eb636da4e3273e
+SHA512 (libbson-1.6.3.tar.gz) = 602f700dbb268e5eeeb36d39f63499ce9a253f915042ef2f620b3cceddf449284eab583ac2e950e150a2edb75ade189e3624b2cbe96097db501e1359d0b9c1d9
+Size (libbson-1.6.3.tar.gz) = 4831170 bytes

Index: pkgsrc/devel/libbson/PLIST
diff -u pkgsrc/devel/libbson/PLIST:1.7 pkgsrc/devel/libbson/PLIST:1.8
--- pkgsrc/devel/libbson/PLIST:1.7      Fri Dec  9 10:05:57 2016
+++ pkgsrc/devel/libbson/PLIST  Wed Jun 14 10:24:15 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2016/12/09 10:05:57 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.8 2017/06/14 10:24:15 fhajny Exp $
 include/libbson-1.0/bcon.h
 include/libbson-1.0/bson-atomic.h
 include/libbson-1.0/bson-clock.h
@@ -27,6 +27,7 @@ include/libbson-1.0/bson-writer.h
 include/libbson-1.0/bson.h
 lib/libbson-1.0.la
 lib/pkgconfig/libbson-1.0.pc
+man/man3/bson_api.3
 man/man3/bson_append_array.3
 man/man3/bson_append_array_begin.3
 man/man3/bson_append_array_end.3
@@ -70,6 +71,7 @@ man/man3/bson_copy_to.3
 man/man3/bson_copy_to_excluding.3
 man/man3/bson_count_keys.3
 man/man3/bson_creating.3
+man/man3/bson_cross_platform_notes.3
 man/man3/bson_decimal128_from_string.3
 man/man3/bson_decimal128_t.3
 man/man3/bson_decimal128_to_string.3
@@ -86,6 +88,7 @@ man/man3/bson_get_micro_version.3
 man/man3/bson_get_minor_version.3
 man/man3/bson_get_monotonic_time.3
 man/man3/bson_get_version.3
+man/man3/bson_guides.3
 man/man3/bson_has_field.3
 man/man3/bson_index.3
 man/man3/bson_init.3
@@ -185,6 +188,7 @@ man/man3/bson_reader_tell.3
 man/man3/bson_realloc.3
 man/man3/bson_realloc_ctx.3
 man/man3/bson_realloc_func.3
+man/man3/bson_reference.3
 man/man3/bson_reinit.3
 man/man3/bson_reserve_buffer.3
 man/man3/bson_set_error.3
@@ -211,6 +215,7 @@ man/man3/bson_strnlen.3
 man/man3/bson_subtype_t.3
 man/man3/bson_t.3
 man/man3/bson_threading.3
+man/man3/bson_tutorial.3
 man/man3/bson_type_t.3
 man/man3/bson_uint32_to_string.3
 man/man3/bson_unichar_t.3



Home | Main Index | Thread Index | Old Index