From patchwork Fri Feb 19 23:17:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3907 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 4Dj6tV04pCz3wwL for ; Fri, 19 Feb 2021 23:17:37 +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 4Dj6tS6vkMzx4; Fri, 19 Feb 2021 23:17:36 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Dj6tS5xZNz30Ny; Fri, 19 Feb 2021 23:17:36 +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 4Dj6tS0zYgz2xHV for ; Fri, 19 Feb 2021 23:17:36 +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 4Dj6tR5DXSzmg for ; Fri, 19 Feb 2021 23:17:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1613776655; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=oA1S5reJQD4b6YrMh5w/7YVLlIBlswKFwvzztZR64RQ=; b=8sWu/jdWGDZMr1OJ/fc5NzsSBCIiAy+6Z4m1gTk67d2vyjptMyAUr8EyHFtIcseeq5Tcvz AoDOLZDKbmOc8pAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1613776655; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=oA1S5reJQD4b6YrMh5w/7YVLlIBlswKFwvzztZR64RQ=; b=hvxyNztBGRt4gr8+9BqLWaqSE5ZTMLDuXn5BjPP6iygmNzsKzdHCgMLzFJiYqab0Uywvz/ 0klLWFqeWGdvmj0XnVtN4vG1QuTdSqRHQOTSpMqUfnBfawgCCKRfx5+wzaodYAL1w4snHo 5sDVGS6uS7k63BOO2DQbQNjlzEdvzOYj5ox2EpE0hKWKTYLgsVpWk+wyZSb5ElpSKamRYN QiAj2VXzMaMZhjEjScqyPx8xZKKmjnLGZJV3ksMrQSVXQzLHhNcDnl+B0yjCwi6cJ6YqwD pm1r0rbKj/3rw84sGcluHLgOLDA1DjsuuZJwZ1cgBpwXhYW2tZAsPNzdstO2AQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] tar: Update to 1.34 Date: Sat, 20 Feb 2021 00:17:28 +0100 Message-Id: <20210219231728.5026-1-matthias.fischer@ipfire.org> 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" For details see: https://lists.gnu.org/archive/html/info-gnu/2021-02/msg00006.html Signed-off-by: Matthias Fischer --- lfs/tar | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/tar b/lfs/tar index f5c280fb2..9ba5e5c88 100644 --- a/lfs/tar +++ b/lfs/tar @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # +# Copyright (C) 2007-2021 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,10 +24,10 @@ include Config -VER = 1.32 +VER = 1.34 THISAPP = tar-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) @@ -50,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 17917356fff5cb4bd3cd5a6c3e727b05 +$(DL_FILE)_MD5 = 9a08d29a9ac4727130b5708347c0f5cf install : $(TARGET) @@ -79,7 +79,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/tar/01_extract.c.patch