From patchwork Mon Mar 22 07:27:03 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3965 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 4F3mKY0YP9z40Qq for ; Mon, 22 Mar 2021 07:27:13 +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 4F3mKR5PqKz5QC; Mon, 22 Mar 2021 07:27:07 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4F3mKR4ph7z2xyg; Mon, 22 Mar 2021 07:27:07 +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 4F3mKP6Rp7z2xd1 for ; Mon, 22 Mar 2021 07:27:05 +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 4F3mKP3Y8Vz5QB; Mon, 22 Mar 2021 07:27:05 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1616398025; 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=HSD40OUpG1vUdD5SpiHQjL+UGXnH2MOR3NddUK90D28=; b=7M5D4GtEvuxjCpmjtnvBrl49DwXRMSIL7WY68q5lbZ6VIa05rj0xqQSUJm4Xiq0PUQiD8X s2jLn6LXubvg+zCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1616398025; 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=HSD40OUpG1vUdD5SpiHQjL+UGXnH2MOR3NddUK90D28=; b=PP4/QrBG5EHFPsSmIp1noNgOZCUvAIxzt5Zf1iGMls4hyj5mAtUg/qKf5Kt9DJ7lqc54Y0 L5K32ljDVQ31rEevZCxOvx1YlrLVhgMhlO0bptvkpzvDRV8SGfUycrt1A14XKuq7Cx3stU WcbIf24vCxAVPo/VNVj72S1E/lSBXjzt3hvj7HqPBEtRuC5buYZrXKzr453U2boDaThqrr l9gEcV2BR465rfyDjWw9qY2E6m306B/sw4qOe2GiKActV1BwAw9fOeAOZhhw1LhxxQzuBX HyDbmNpO60YJLrMhSuZV2ottxNl1GxF3Frsl+xj6ibx4Xzhj/r7EvkEi0nrwzw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] pigz: Update to 2.6 Date: Mon, 22 Mar 2021 08:27:03 +0100 Message-Id: <20210322072703.1340-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 2.3.1 to 2.6 - Update of rootfile not required - Changelog There is no changelog in the tarball. The recommended source for the changes are the commits on the git repository https://github.com/madler/pigz/commits/ Signed-off-by: Adolf Belka --- lfs/pigz | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/pigz b/lfs/pigz index 1599a9002..80dbd91aa 100644 --- a/lfs/pigz +++ b/lfs/pigz @@ -24,7 +24,7 @@ include Config -VER = 2.3.1 +VER = 2.6 THISAPP = pigz-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e803f8bc0770c7a5e96dccb1d2dd2aab +$(DL_FILE)_MD5 = a8a23d7dfb58d8c20438f382fb1d97c8 install : $(TARGET)