From 725ef361d21b56c2943b61dc3fdb522f9286f968 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Wed, 17 Sep 2025 13:09:39 +0200 Subject: [PATCH] lzip: Update to version 1.25 - 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 Signed-off-by: Michael Tremer --- lfs/lzip | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/lzip b/lfs/lzip index 5d67be6f53..9ab7d6c8da 100644 --- a/lfs/lzip +++ b/lfs/lzip @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # 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) -- 2.47.3