Path to this page:
Subject: CVS commit: pkgsrc/archivers/brotli
From: Makoto Fujiwara
Date: 2018-01-27 13:38:19
Message id: 20180127123819.BFA1AFBDE@cvs.NetBSD.org
Log Message:
Updated archivers/brotli to 1.0.2
This is a build-maintenance release. Major changes:
added Autotools build files
switched shared library version to libtool scheme
In this release semantic suffix and libtool suffix are the same: 1.0.2.
Don't expect them to match in future releases.
Minor changes:
BrotliDictionary members are not const now
ZopfliNode distance could be up to 128MiB
fixed API documentation typos
total_out is always set by decoder
fixed BROTLI_ENSURE_CAPACITY macro; no-op in preprocessed output
Other changes:
fixed scripts for oss-fuzz, test them with Travis
made Bazel JNI tests less messy
fixed linter warnings in JS decoder
fixed permissions of various files
added Bazel build to Appveyor matrix
added Sieve dictionary generator
Files: