* Replace Jansson with YAJL for JSON rendering, which results in a
substantial performance improvement.
* dnstable_dump: Add "--rrset_names" and "--rdata_names" options which dump
the RRSET_NAME_FWD and RDATA_NAME_REV indices.
* New function dnstable_reader_reload_setfile(), which calls
mtbl_fileset_reload_now() on a dnstable_reader object's underlying
mtbl_fileset object, if present. This requires libmtbl >= 0.8.0.
Sponsored by: Farsight Security, Inc.
[ Alexey Spiridonov ]
* mtbl_reader(3): New reader getters, which expose the values stored
in the "metadata" (formerly "trailer") at the end of MTBL files. For
example: the number of bytes of source data in the keys & values is
available via mtbl_metadata_bytes_keys() & mtbl_metadata_bytes_values().
* mtbl_writer(3): Allow foreign data to be written to the beginning of a
file before its file descriptor is passed to mtbl_writer_init_fd().
[ Robert Edmonds ]
* Add mtbl_verify(1) utility which verifies the embedded data and index
block checksums in an MTBL file.
* Stop keeping dup()'d copies of the file descriptors passed to
mtbl_reader_init_fd(). POSIX does not require a process to keep an open
file descriptor corresponding to an mmap()'d file. This change allows a
process to open more MTBL files than the process file descriptor limit.
* mtbl_dump(1): Add silent ("-s") option which omits the actual dump output.
This is useful when benchmarking decompression performance.
* Add LZ4/LZ4HC compression support. This adds a new library dependency on
liblz4.
* mtbl_merge(1): Add block size ("-b") and compression algorithm ("-c")
options.
* mtbl_fileset(3): Add mtbl_fileset_reload_now() function that
instantaneously checks and, if necessary, reloads the fileset.
Sponsored by: Farsight Security, Inc.
[ Henry Stern ]
* wdns_str_to_rdata(): New function.
* wdns_str_to_rrclass(): New function.
[ Robert Edmonds ]
* examples/wdns-dump-file: New utility.
Sponsored by: Farsight Security, Inc.
B2 Cloud Storage is a cloud service for storing files in the cloud.
Files are available for download at any time, either through the API
or through a browser-compatible URL.
This package provides Backblaze's officiall command line tool for
accessing all of the capabilities of B2 Cloud Storage.
WWW: https://www.backblaze.com/b2/docs/quick_command_line.html
Submitted by: robak
If you follow official instructions to change your default ruby version
it alters the ruby package name and vuxml will produce false positives.
This change will solve these scenarios.
PR: 203227
- While I'm here:
- Fix build: add more REINPLACE_CMD to post-patch: (copied from www/iojs)
- Add DOCS option
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Add blank line after .include <bsd.port.pre.mk>
Changes: https://github.com/nodejs/node/blob/master/CHANGELOG.md
PR: 203203
Submitted by: <dcarmich@dcarmichael.net>
Approved by: Daniel Lin <linpct@gmail.com> (maintainer)