lz4: Update to version 1.9.4

- Update from version 1.9.3 to 1.9.4
- Update of rootfile
- Changelog
v1.9.4
perf : faster decoding speed (~+20%) on aarch64 platforms
perf : faster decoding speed (~+70%) for -BD4 setting in CLI
api  : new function `LZ4_decompress_safe_partial_usingDict()` by @yawqi
api  : lz4frame: ability to provide custom allocators at state creation
api  : can skip checksum validation for improved decoding speed
api  : new experimental unit `lz4file` for file i/o API, by @anjiahao1
api  : new experimental function `LZ4F_uncompressedUpdate()`, by @alexmohr
cli  : `--list` works on `stdin` input, by @Low-power
cli  : `--no-crc` does not produce (compression) nor check (decompression) checksums
cli  : fix: `--test` and `--list` produce an error code when parsing invalid input
cli  : fix: support skippable frames when passed via `stdin`, reported by @davidmankin
build: fix: Makefile respects CFLAGS directives passed via environment variable
build: `LZ4_FREESTANDING`, new build macro for freestanding environments, by @t-mat
build: `make` and `make test` are compatible with `-j` parallel run
build: AS/400 compatibility, by @jonrumsey
build: Solaris 10 compatibility, by @pekdon
build: MSVC 2022 support, by @t-mat
build: improved meson script, by @eli-schwartz
doc  : Updated LZ4 block format, provide an "implementation notes" section

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
This commit is contained in:
Adolf Belka
2023-01-25 23:41:21 +01:00
committed by Peter Müller
parent 68b8511f1d
commit a72263c6c5
3 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
diff -au lz4-1.9.3/lib/Makefile.orig lz4-1.9.3/lib/Makefile
--- lz4-1.9.3/lib/Makefile.orig 2020-11-16 05:59:35.000000000 +0100
+++ lz4-1.9.3/lib/Makefile 2021-02-08 13:05:10.478443593 +0100
@@ -144,7 +144,7 @@
diff -Naur lz4-1.9.4.orig/lib/Makefile lz4-1.9.4/lib/Makefile
--- lz4-1.9.4.orig/lib/Makefile 2022-08-16 00:45:31.000000000 +0200
+++ lz4-1.9.4/lib/Makefile 2023-01-25 14:31:42.117296250 +0100
@@ -151,7 +151,7 @@
# directory variables : GNU conventions prefer lowercase
# see https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
# support both lower and uppercase (BSD), use lower in script
@@ -10,10 +10,10 @@ diff -au lz4-1.9.3/lib/Makefile.orig lz4-1.9.3/lib/Makefile
prefix ?= $(PREFIX)
EXEC_PREFIX ?= $(prefix)
exec_prefix ?= $(EXEC_PREFIX)
diff -au lz4-1.9.3/programs/Makefile.orig lz4-1.9.3/programs/Makefile
--- lz4-1.9.3/programs/Makefile.orig 2020-11-16 05:59:35.000000000 +0100
+++ lz4-1.9.3/programs/Makefile 2021-02-08 13:05:55.475676260 +0100
@@ -146,7 +146,7 @@
diff -Naur lz4-1.9.4.orig/programs/Makefile lz4-1.9.4/programs/Makefile
--- lz4-1.9.4.orig/programs/Makefile 2022-08-16 00:45:31.000000000 +0200
+++ lz4-1.9.4/programs/Makefile 2023-01-25 14:31:56.923590369 +0100
@@ -157,7 +157,7 @@
# directory variables : GNU conventions prefer lowercase
# see https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
# support both lower and uppercase (BSD), use lowercase in script