public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] lz4: Update to version 1.10.0
Date: Tue, 13 Aug 2024 18:19:44 +0200	[thread overview]
Message-ID: <20240813162000.1113995-9-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20240813162000.1113995-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 3730 bytes --]

- Update from version 1.9.4 to 1.10.0
- Update of rootfile
- Changelog
    1.10.0
	cli  : multithreading compression support: improves speed by X times threads allocated
	cli  : overlap decompression with i/o, improving speed by ~+60%
	cli  : support environment variables LZ4_CLEVEL and LZ4_NBWORKERS
	cli  : license of CLI more clearly labelled GPL-2.0-or-later
	cli  : fix: refuse to compress directories
	cli  : fix dictionary compression benchmark on multiple files
	cli  : change: no more implicit `stdout` (except when input is `stdin`)
	lib  : new level 2, offering mid-way performance (speed and compression)
	lib  : Improved lz4frame compression speed for small data (up to +160% at 1KB)
	lib  : Slightly faster (+5%) HC compression speed (levels 3-9), by @JunHe77
	lib  : dictionary compression support now in stable status
	lib  : lz4frame states can be safely reset and reused after a processing error (described by @QrczakMK)
	lib  : `lz4file` API improvements, by @vsolontsov-volant and @t-mat
	lib  : new experimental symbol `LZ4_compress_destSize_extState()`
	build: cmake minimum version raised to 3.5
	build: cmake improvements, by @foxeng, @Ohjurot, @LocalSpook, @teo-tsirpanis, @ur4t and @t-mat
	build: meson scripts are now hosted into `build/` directory, by @eli-schwartz
	build: meson improvements, by @tristan957
	build: Visual Studio solutions generated by `cmake` via scripts
	port : support for loongArch, risc-v, m68k, mips and sparc architectures
	port : improved Visual Studio compatibility, by @t-mat
	port : freestanding support improvements, by @t-mat

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/common/lz4 | 3 ++-
 lfs/lz4                     | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/config/rootfiles/common/lz4 b/config/rootfiles/common/lz4
index 4864814ec..795207c1a 100644
--- a/config/rootfiles/common/lz4
+++ b/config/rootfiles/common/lz4
@@ -3,13 +3,14 @@ usr/bin/lz4
 #usr/bin/lz4cat
 #usr/bin/unlz4
 #usr/include/lz4.h
+#usr/include/lz4file.h
 #usr/include/lz4frame.h
 #usr/include/lz4frame_static.h
 #usr/include/lz4hc.h
 #usr/lib/liblz4.a
 #usr/lib/liblz4.so
 usr/lib/liblz4.so.1
-usr/lib/liblz4.so.1.9.4
+usr/lib/liblz4.so.1.10.0
 #usr/lib/pkgconfig/liblz4.pc
 #usr/share/man/man1/lz4.1
 #usr/share/man/man1/lz4c.1
diff --git a/lfs/lz4 b/lfs/lz4
index f15b962c9..cd7488778 100644
--- a/lfs/lz4
+++ b/lfs/lz4
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2023  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.9.4
+VER        = 1.10.0
 
 THISAPP    = lz4-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 2289cdce36acd35283bf2f02ef4d6d8f4805563be6d5a3492f3d6ea7975fb6bd14e1ac2e505df9747776edf8bcf0da7ba4ae7084b150e3ec08a52a9885f92ad5
+$(DL_FILE)_BLAKE2 = c87a939b748b0449e4f1869579ebc109704aa89e8699b6029217f6786c351d1b0329580dd3a955fe509efb113f29aecbafc83084d65d153f5d43610f4840a819
 
 install : $(TARGET)
 
-- 
2.46.0


  parent reply	other threads:[~2024-08-13 16:19 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-13 16:19 [PATCH] bash: Update to include patches 27 to 32 Adolf Belka
2024-08-13 16:19 ` [PATCH 1/2] cups-filters: Ship due to sobump in poppler-24.08.0 Adolf Belka
2024-08-13 16:25   ` Adolf Belka
2024-08-13 16:19 ` [PATCH] curl: Update to version 8.9.1 Adolf Belka
2024-08-13 16:19 ` [PATCH] exfatprogs: Update to version 1.2.5 Adolf Belka
2024-08-13 16:19 ` [PATCH] git: Update to version 2.46.0 Adolf Belka
2024-08-13 16:19 ` [PATCH] hwdata: Update to the latest versions of pci.ids & usb.ids Adolf Belka
2024-08-13 16:19 ` [PATCH] iproute2: Update to version 6.10.0 Adolf Belka
2024-08-13 16:19 ` [PATCH] knot: Update to version 3.3.8 Adolf Belka
2024-08-13 16:19 ` Adolf Belka [this message]
2024-08-13 16:19 ` [PATCH 1/2] ncdu: Update to version 1.20 Adolf Belka
2024-08-13 16:24   ` Adolf Belka
2024-08-13 16:19 ` [PATCH] readline: Update patches to include 11 - 13 Adolf Belka
2024-08-13 16:19 ` [PATCH] sdl2: Update to version 2.30.6 Adolf Belka
2024-08-13 16:19 ` [PATCH] strace: Update to version 6.10 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240813162000.1113995-9-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox