From 00e337755b720edcc4ca40f533620ec2b7ca3238 Mon Sep 17 00:00:00 2001 From: Darik Horn Date: Sun, 1 Nov 2015 19:22:27 -0500 Subject: [PATCH] liblz4: update to r131 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From the upstream NEWS file: r131 New : Dos/DJGPP target, thanks to Louis Santillan (#114) Added : Example using lz4frame library, by Zbigniew Jędrzejewski-Szmek (#118) Changed: xxhash symbols are modified (namespace emulation) within liblz4 r130: Fixed : incompatibility sparse mode vs console, reported by Yongwoon Cho (#105) Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106) Fixed : incompatibility sparse mode vs append mode, reported by Takayuki Matsuoka (#110) Performance fix : big compression speed boost for clang (+30%) New : cross-version test, by Takayuki Matsuoka Signed-off-by: Darik Horn --- libs/liblz4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/liblz4/Makefile b/libs/liblz4/Makefile index c24d50971..fd173e5f6 100644 --- a/libs/liblz4/Makefile +++ b/libs/liblz4/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk # Although liblz4 exports a major.minor.patch version, it isn't always # incremented for new releases, so use the release tag instead. PKG_NAME:=liblz4 -PKG_VERSION:=r129 +PKG_VERSION:=r131 PKG_RELEASE:=1 PKG_LICENSE:=BSD-2-Clause