pkgsrc/devel/libbson
fhajny f9ec83ca7b Update devel/libbsob to 1.5.0.
- New BSON Type, Decimal128 (bson_decimal128_t) along with appropriate
  new functions and helpers.
- bson_validate and bson_iter_next now validate that BSON boolean values
  are 0 or 1.
- bson_append_code_with_scope now preserves the "code with scope" type
  if scope is an empty, non-NULL BSON document.
- BSON "code" and "code with scope" types are properly translated to
  JSON of the form '{"$code": "...", "$scope": {...}}'.
- bson_json_reader functions now always validate UTF-8.
- JSON parsing now preserves integer width.
- bson_strtoll now matches stroll: it detects range errors, and when
  parsing octal it stops at non-octal digits and returns what it parsed
  instead of setting errno.
- New flag BSON_VALIDATE_EMPTY_KEYS causes bson_validate to fail if a
  document contains zero-length field names.
- The configure option "--enable-hardening" had had no effect. It is
  removed in favor of system-wide compiler configuration.
2016-12-09 10:05:57 +00:00
..
buildlink3.mk Update devel/libbson 1.1.10 to 1.2.0. 2015-10-19 11:42:18 +00:00
DESCR
distinfo Update devel/libbsob to 1.5.0. 2016-12-09 10:05:57 +00:00
Makefile Update devel/libbsob to 1.5.0. 2016-12-09 10:05:57 +00:00
PLIST Update devel/libbsob to 1.5.0. 2016-12-09 10:05:57 +00:00