From patchwork Tue Sep 7 11:03: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: 4679 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 4H3j6h2nt7z3x2Y for ; Tue, 7 Sep 2021 11:03:08 +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 4H3j6g4RRpz175; Tue, 7 Sep 2021 11:03:07 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4H3j6g3rbvz2yDk; Tue, 7 Sep 2021 11:03: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 4H3j6g1ZlLz2xKY for ; Tue, 7 Sep 2021 11:03:07 +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 4H3j6f3ggSz175; Tue, 7 Sep 2021 11:03:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1631012586; 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=ooCR6Q/BUJSr3BRUXRxavgMhnn9S8MUtto84CLFhQrI=; b=anS/URepbpNDe2cTewr+aTCUzwy8VKJVzz3s20HHNlyUujwKiIBJy/iEkk/ZhKvyWjSIIX Crg1Bi5Qz3qGgOBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1631012586; 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=ooCR6Q/BUJSr3BRUXRxavgMhnn9S8MUtto84CLFhQrI=; b=SaxeqDk0IsWxNac8bseFQJctWUIk118Hg7EPCN7GjO4Exwt13wizSicuWBZQopT9uFJQWK 0QwZ5MG0AWF6U/kzPvB9Rf9kvxot7yKsedLwjMmyic0AN2pzg0rSJN+DuaGWrVRYBfBoKQ Wudcy9/SE6nlQhUf1hGtQLd1010/MdV3kJcPCXMFd/RR00AwVC467x4X5va4+rG/4TT9ns kpVUIey+lbuPRNvuS9bik7tMwv5Q0bq2mBWPGsITLBzoKW5Pg+7wcXdLkpVgSQAI8yrGxt xeVeaV0Mom7vUkFI+zWUz8FVTH0c+D5f127bkGLLcr+HAi1fxDCbUfXwhmWYMQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] gzip: Update to version 1.11 Date: Tue, 7 Sep 2021 13:03:03 +0200 Message-Id: <20210907110303.3503906-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.10 to 1.11 - Update of rootfile not required - Changelog is too long to include here. Full details can be found in the ChangeLog file in the source tarball There 8 bug fixes listed in the changelog Signed-off-by: Adolf Belka --- lfs/gzip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/gzip b/lfs/gzip index ae8bee05f..4f8925cd2 100644 --- a/lfs/gzip +++ b/lfs/gzip @@ -24,7 +24,7 @@ include Config -VER = 1.10 +VER = 1.11 THISAPP = gzip-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -54,7 +54,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 691b1221694c3394f1c537df4eee39d3 +$(DL_FILE)_MD5 = d1e93996dba00cab0caa7903cd01d454 install : $(TARGET)