lzip: Update to version 1.25

Message ID 20250917110940.3378937-9-adolf.belka@ipfire.org
State Staged
Commit 725ef361d21b56c2943b61dc3fdb522f9286f968
Headers
Series lzip: Update to version 1.25 |

Commit Message

Adolf Belka 17 Sep 2025, 11:09 a.m. UTC
- Update from version 1.24.1 to 1.25
- Update of rootfile not required
- Changelog
    1.25
	lzip now exits with error status 2 if any empty member is found in a
	 multimember file.
	lzip now exits with error status 2 if the first byte of the LZMA stream is
	 not 0.
	Options '--empty-error' and '--marking-error' have been removed.
	The chapter 'Syntax of command-line arguments' has been added to the manual.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/lzip | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/lfs/lzip b/lfs/lzip
index 5d67be6f5..9ab7d6c8d 100644
--- a/lfs/lzip
+++ b/lfs/lzip
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@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.24.1
+VER        = 1.25
 
 THISAPP    = lzip-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -45,7 +45,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = b387577087af5596ea49af16c44e1dfc11f78cbcc1031fc480a4e7ef1a01f4d8fb35c03d8cbeb7f6feb51e427708b1ed0f9a160e80ff938555ea3cf34f28be7c
+$(DL_FILE)_BLAKE2 = c9215246cf792c0448d8b71c80ea822e34ecb43b580d3707570dffe31af327f42758fa07ce78d94a3b12ea0a1bb80b7868822cfffdafd467abab397723c5d6e2
 
 install : $(TARGET)