]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
lzip: Update to version 1.25
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 17 Sep 2025 11:09:39 +0000 (13:09 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 17 Sep 2025 11:30:23 +0000 (11:30 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/lzip

index 5d67be6f53b8a7c558bed3e33e8d2857c1280ed4..9ab7d6c8da741cc839e292c1c6ec2dfada84530d 100644 (file)
--- 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)