From patchwork Sun Mar 3 07:24:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2128 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 2558D88AE02 for ; Sat, 2 Mar 2019 20:24:23 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 44Bd6t1ytZz57Jj5; Sat, 2 Mar 2019 20:24:22 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1551558262; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=CrJ2m2/4Da4/VtPHPuWp95kQjmOkUzNxramc2+CxVSE=; b=oqscmNu64FDf3fMxv4ge8aSTl0wP1PmqMpe9S5C8arWke1HpLth9zu4zthQW43xMz3MUAs zG3dGtWZnVKRDcdZt4qTAm2VEH9tJ5rp2tqBmI+elfuFGdCSBpvKvMrEgnjqDGoMFjSbcF QyCSqAhgxJS953FGbp4Z8u/U2fGi3NL2VMwI67MpQQe7MICMbh4olqM+IY+ZYeevfSntbh 5XU9epjJC1IwVxkTQI1HEgNE/NrthKpOL9RL4mCM6eoy1h41osHDwVMnd6uHmqmvkJQXCI tqpMZf0J7pz1kStldLQQ5jdGGCM+MEbZawe6lfpViDrJ74vmvPZO9hi1I40UmA== Received: from Devel.localdomain (p4FF56C53.dip0.t-ipconnect.de [79.245.108.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 44Bd6r0NFzz57Jh3 for ; Sat, 2 Mar 2019 20:24:19 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1551558260; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=CrJ2m2/4Da4/VtPHPuWp95kQjmOkUzNxramc2+CxVSE=; b=N42h0NUW7s+NDcEfgxUuWOixglXrxhrk1jZ3yXkvJJXVY2QtWicXhfBiXF+2nP7cHzfUvd 7pfPZaRKj1JMCT10WaC1wISztwMMEgiNmjWVgbjJWdA0TpnE28LH6cvGeKOd1cYIctpbWV Mgkm51iHIIacBqcTeriTbNlmxru2ZlGkbiTl598s21HFtlycLdxX7UGBh3FZGx+YhrBJsG E/f/GMCF53zXZs/qjALADyQs6/rRnw1LiLs7fPisNP2U+DYwSQavmagqwHGldvun1gWPso H1AJSw5e5AbCEEvkUqNg4sYH7mo53TZ5/7XLZsPGrrbZwAq/Uat6mxMEV22SXw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] tar: Update to 1.32 Date: Sat, 2 Mar 2019 21:24:15 +0100 Message-Id: <20190302202415.1679-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-Spamd-Result: default: False [-5.01 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM(-2.91)[-0.971,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:3320, ipnet:79.192.0.0/10, country:DE]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[99.98%] X-Spam-Status: No, score=-5.01 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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: http://git.savannah.gnu.org/cgit/tar.git/log/ Best, Matthias Signed-off-by: Matthias Fischer --- lfs/tar | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/tar b/lfs/tar index 953613d51..f5c280fb2 100644 --- a/lfs/tar +++ b/lfs/tar @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2019 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.31 +VER = 1.32 THISAPP = tar-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -50,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 77afa35b696c8d760331fa0e12c2fac9 +$(DL_FILE)_MD5 = 17917356fff5cb4bd3cd5a6c3e727b05 install : $(TARGET)