diff mbox series

[18/49] lzip: upgrade 1.25 -> 1.26

Message ID 20260421095559.1856-18-wangmy@fujitsu.com
State Under Review
Headers show
Series [01/49] acpica: upgrade 20251212 -> 20260408 | expand

Commit Message

Wang Mingyu April 21, 2026, 9:55 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- '-dvv' and '-tvv' now print (de)compressed sizes instead of compression
  ratio. (Sizes are more informative than compression ratio).
- Large numbers in option arguments are now accepted with underscore
  separators (-s 123_456_789).
- Large numbers are now printed with underscore separators (123_456_789).
- '-h' now prints a short help screen containing only the command-line
  options. For full help, use '--help'.
- '--list' now can safely skip any trailing data added to a lzip file by the
  option '--append' of lziprecover.
- '--list' now prints '+t' after the number of members to indicate the
  presence of trailing data, and prints the size of the trailing data below
  the size of the last member.
- '-lvv' now prints a blank line between the list of members of each
  multimember file and the next file.
- Several improvements suggested by John Gilmore have been made to the manual.
- 'EXIT STATUS' now has its own section in the man page.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-extended/lzip/{lzip_1.25.bb => lzip_1.26.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/lzip/{lzip_1.25.bb => lzip_1.26.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/lzip/lzip_1.25.bb b/meta/recipes-extended/lzip/lzip_1.26.bb
similarity index 93%
rename from meta/recipes-extended/lzip/lzip_1.25.bb
rename to meta/recipes-extended/lzip/lzip_1.26.bb
index 590e35cb75..c087d2ee2e 100644
--- a/meta/recipes-extended/lzip/lzip_1.25.bb
+++ b/meta/recipes-extended/lzip/lzip_1.26.bb
@@ -8,7 +8,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=cca7f74ec83b7a9ce7ccd195aad471bd \
                     "
 
 SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz"
-SRC_URI[sha256sum] = "09418a6d8fb83f5113f5bd856e09703df5d37bae0308c668d0f346e3d3f0a56f"
+SRC_URI[sha256sum] = "641cf30961525cbe3b340cc883436c8854e9f5032f459f444de4782b621e6572"
 
 B = "${WORKDIR}/build"
 do_configure[cleandirs] = "${B}"