Subject: CVS commit: pkgsrc/archivers/lz4
From: Adam Ciarcinski
Date: 2019-04-30 11:17:39
Message id: 20190430091739.35D57FB16@cvs.NetBSD.org

Log Message:
lz4: updated to 1.9.1

LZ4 v1.9.1
Changes
fix : decompression functions were reading a few bytes beyond input size
api : fix : lz4frame initializers compatibility with c++
cli : added command --list
build: improved Windows build
build: AIX, by Norman Green

LZ4 v1.9.0
This release brings an assortment of small improvements and bug fixes, as \ 
detailed below :
perf: large decompression speed improvement on x86/x64 (up to +20%)
api : changed : _destSize() compression variants are promoted to stable API
api : new : LZ4_initStream(HC), replacing LZ4_resetStream(HC)
api : changed : LZ4_resetStream(HC) as recommended reset function, for better \ 
performance on small data
cli : support custom block sizes
build: source code can be amalgamated, by Bing Xu
build: added meson build
build: new build macros : LZ4_DISTANCE_MAX, LZ4_FAST_DEC_LOOP
install: MidnightBSD
install: msys2 on Windows 10

Files:
RevisionActionfile
1.16modifypkgsrc/archivers/lz4/Makefile
1.17modifypkgsrc/archivers/lz4/distinfo
1.10modifypkgsrc/archivers/lz4/patches/patch-lib_Makefile
1.12modifypkgsrc/archivers/lz4/patches/patch-programs_Makefile
1.1addpkgsrc/archivers/lz4/patches/patch-Makefile.inc
1.8removepkgsrc/archivers/lz4/patches/patch-Makefile