NOTICE: This package has been removed from pkgsrc

./devel/libbson, BSON utility library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.9.5, Package name: libbson-1.9.5, Maintainer: fhajny

libbson is a library providing useful routines related to building,
parsing, and iterating BSON documents. It is a useful base for those
wanting to write high-performance C extensions to higher level
languages such as python, ruby, or perl.


Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 8c69603578c20e00a0b6e79bc25b522d1dad3e49
RMD160: 3d07231f8d2640f25da1823f326289ee5eeb4078
Filesize: 4841.492 KB

Version history: (Expand)


CVS history: (Expand)


   2019-03-07 04:42:35 by John Nemeth | Files touched by this commit (1)
Log message:
delete file missed yesterday
   2019-03-05 15:25:21 by Adam Ciarcinski | Files touched by this commit (4) | Package removed
Log message:
Removed devel/libbson successor databases/mongo-c-driver
   2018-12-15 22:12:25 by Thomas Klausner | Files touched by this commit (67) | Package updated
Log message:
*: update email for fhajny
   2018-05-17 16:07:02 by Filip Hajny | Files touched by this commit (2)
Log message:
devel/libbson: Update to 1.9.5.

No change since 1.9.4; released to keep pace with libmongoc's version.
   2018-04-11 16:00:03 by Filip Hajny | Files touched by this commit (2)
Log message:
devel/libbson: Update to 1.9.4.

- Compatibility with Sphinx 1.7.0 and later.
   2018-03-01 13:29:43 by Filip Hajny | Files touched by this commit (2)
Log message:
devel/libbson: Update to 1.9.3.

- No change since 1.9.2; released to keep pace with libmongoc's version.
   2018-01-16 13:09:14 by Filip Hajny | Files touched by this commit (2)
Log message:
Update devel/libbson to 1.9.2.

- This release completes reverting a changed macro definition that
  broke API compatibility. The revert in 1.9.1 did not completely
  fix the BC break.
   2018-01-15 13:35:29 by Filip Hajny | Files touched by this commit (2)
Log message:
Update devel/libbson to 1.9.1.

- This release reverts a changed macro definition that broke API
  compatibility, and fixes an off-by-one error in bson_append_regex
  that resulted in corrupt BSON.