From patchwork Tue May 10 10:31:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5607 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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KyDqm5StWz3x1v for ; Tue, 10 May 2022 10:32:04 +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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KyDqm0KXVz45Z; Tue, 10 May 2022 10:32:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KyDqm06zfz2yxF; Tue, 10 May 2022 10:32:04 +0000 (UTC) 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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4KyDql1rTCz2xd2 for ; Tue, 10 May 2022 10:32:03 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4KyDqk6B0Kzrs; Tue, 10 May 2022 10:32:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1652178722; 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; bh=9C2ZgZcT5XJT30t0VAcg/AIpeptenc534T7a0z1ylhc=; b=RdZVVYul6NE6rtmBdqNIfmo+/lqAuYGTWM8FYYEjsbdiQHKOkdg8eBSBsDN5Te7yTF2By2 fIQHjrgTktiArZNuVy7b257qn8gcWzLELV1xmAh9FPAnY1hMxX01cznbUiFuO8/YOSedwB 6tqJEOBtgiWX20Vx1qlP4mhi2AhcpIFgARCjesooVLLTQKlfXOgbkcUObgnTFS6YjIPvKL EYGgZCAPgaSRHflTrBaaq87ega7h/uLBkoVgp29L0vOeP+DApM8vbq+3i2IbNAyDereDw7 wScn81mUlATe1dtu2xLlFG1X9X+ASz8HdWEtp+Y6nLo9mTld3sxi7H8d68iNyw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1652178722; 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; bh=9C2ZgZcT5XJT30t0VAcg/AIpeptenc534T7a0z1ylhc=; b=d9qSyp36QyIFQkECCoH+kyP8z3KYFrukoHZdkt3qsbIeW/KFfUT17N3ru/ICE2hyqnRfyy Rs6aCvTPQ1P1oCAw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] lzip: Update to version 1.23 Date: Tue, 10 May 2022 12:31:55 +0200 Message-Id: <20220510103155.5379-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 1.22 to 1.23 - Update of rootfile not required - Changelog Version 1.23 released. * Decompression time has been reduced by 5-12% depending on the file. * main.cc (getnum): Show option name and valid range if error. * Improve several descriptions in manual, '--help', and man page. * lzip.texi: Change GNU Texinfo category to 'Compression'. (Reported by Alfred M. Szmidt). Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/lzip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/lzip b/lfs/lzip index 93b566b31..f539494d3 100644 --- a/lfs/lzip +++ b/lfs/lzip @@ -24,7 +24,7 @@ include Config -VER = 1.22 +VER = 1.23 THISAPP = lzip-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = d6d4faaff981d64219e27364c7072f9e1309507220e80d4195d866c3429db537a9fa9b7a4ac67ef5c267cad0f6e43ce997a98f1e47a88b228bd1aa437c991140 +$(DL_FILE)_BLAKE2 = 934a35e31b0db76c4dcbe2fe903f04b60471485118aa5d4001599a3c23a7db74f05f703cf430bb299795be7025f71efb225afddff85c8245e962bdadcf82aef7 install : $(TARGET)