From patchwork Wed Sep 17 11:09:39 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9110 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cRbdh6sqhz3x71 for ; Wed, 17 Sep 2025 11:10:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cRbdb3G5lz46Q for ; Wed, 17 Sep 2025 11:09:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cRbdY27l5z3378 for ; Wed, 17 Sep 2025 11:09:53 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cRbdS4LdRz32wW for ; Wed, 17 Sep 2025 11:09:48 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4cRbdR18hBz3x2; Wed, 17 Sep 2025 11:09:47 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1758107387; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IOFfps8gFWqmzVeBFC+fb0sz7lR0ISlNUAo6v0HrjEk=; b=DtnIXeUBytnS5TZ8NvPAlc5f9v3MGkNpwhB5BIGV9x9iKqP1N2IxczABKw96x36jWgNr/X 07qlMYrXDsZyGJAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1758107387; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IOFfps8gFWqmzVeBFC+fb0sz7lR0ISlNUAo6v0HrjEk=; b=u1moeUG0u75T03qj6pfKx3+44GzdGZ53ea0BeoxnjMq2aXEDx8pENzRpwu9FsNBzjiTSMo vOdn+VV6rfopjIzKJTX+Rt+yfZ1TjMDF1rhwe36Nq3qoROiNnisXUPB+3WeRNoMIo8WIx4 CTOu4BZmxr3RMVWRkuahScr8M92/n4CHO/FfIMMK2Mp2fsqZg3UYIf/Wu4WkzaP7h79Cdu 02JABL3/rIZOwHiYRvLE1dmSfCqF6zbSwSRp+qwEFLpeKnDWD4U4rC47Z/+2QG79nm/4h/ XNxdXnTFs5UREKgCqFcZRa0EaWrqF2Sv/VJLmAwBlrHEoJil2i4OyjS3G2rmgg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] lzip: Update to version 1.25 Date: Wed, 17 Sep 2025 13:09:39 +0200 Message-ID: <20250917110940.3378937-9-adolf.belka@ipfire.org> In-Reply-To: <20250917110940.3378937-1-adolf.belka@ipfire.org> References: <20250917110940.3378937-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - 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 --- lfs/lzip | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 # +# 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)