Subject: CVS commit: pkgsrc/archivers/lz4
From: Adam Ciarcinski
Date: 2019-08-26 09:09:47
Message id: 20190826070947.4C1B8FBF4@cvs.NetBSD.org

Log Message:
lz4: updated to 1.9.2

LZ4 v1.9.2
fix : out-of-bound read in exceptional circumstances when using decompress_partial()
fix : slim opportunity for out-of-bound write with compress_fast() with a large \ 
enough input and when providing an output smaller than recommended (< \ 
LZ4_compressBound(inputSize))
fix : rare data corruption bug with LZ4_compress_destSize()
fix : data corruption bug when Streaming with an Attached Dict in HC Mode
perf: enable LZ4_FAST_DEC_LOOP on aarch64/GCC by default
perf: improved lz4frame streaming API speed
perf: speed up lz4hc on slow patterns when using external dictionary
api: better in-place decompression and compression support
cli : --list supports multi-frames files
cli: --version outputs to stdout
cli : add option --best as an alias of -12
misc: Integration into oss-fuzz

Files:
RevisionActionfile
1.17modifypkgsrc/archivers/lz4/Makefile
1.18modifypkgsrc/archivers/lz4/distinfo