From patchwork Sun May 27 02:15:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1784 Return-Path: Received: from mail01.ipfire.org (mail01.ipfire.org [IPv6:2001:470:7183:25::1]) by web02.i.ipfire.org (Postfix) with ESMTP id D3AAB60AB1 for ; Sat, 26 May 2018 18:15:13 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 86BBD1164660; Sat, 26 May 2018 17:15:12 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1527351313; 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=Kg6AJ0qtf1lF8IJu76OmY2Ax62osJOeaYNr7V/Qyfzs=; b=1KkDEEFLOFf+FspCkcq38RraKoMxf/bDhaF5PgmffaV1Y5wn566Wjzz6S7ikDkkT2/h4yW SwC1hbYstu9e0dkkF7txGA5IlM6bq2PsL163lT3JeXm8cjx/4ppBNPyIf9T2MObu4DQo8v 0c3n7ckg/g/mNZpM4g7nxmZ+4XUuIi0OO3qPArdu8U99c+8Zr/ACC3KEshmJLCQkjL6YIc b858vpDATwZxRrml/FiC9cvBdOotenQk/9v6mjuSqQXw3cA5gOfMz/XeMNP7p0lFB4xUub VXIa09fUVJ1A9zPq4UOBP8y00HIM5lRNbLdSWd1dg3cdnsFHpRjvBMyYe1azNQ== Authentication-Results: mail01.i.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1527351307; 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=Kg6AJ0qtf1lF8IJu76OmY2Ax62osJOeaYNr7V/Qyfzs=; b=AQiWJvjkBHxVsT07KcwFu0SRbib3zTZENlpZHuAkGTcuTnVH27qDr0lH3/JC0ekVY/X7n7 QiiAfksfx7Iu6pBVUKg5WGYl0yc5bkTdaJ+9mqHvHzmAxBBwV5OndnWz6xkCgqB0DVgXaF iV1wLvx9Lw1JOpy0uB555pWfs7HRU2OzwIuPZ4HPyRhRXQTP0v8Z4bPeOhaNMiUv4DGtAa BnhXkoT5SOSurIVDKWVL9lCkEp2j6Gq/A+EAS3v9d2Ag+f6WFDqKPkw7YL9TELAVGWA/aP l9dQl4B46bwz9BxNPJKvKTdEeCXT15NcmpNm7BBgA4xVKFum+Otnj2rRIzqRaQ== Received: from Devel.localdomain (p5B0A2E81.dip0.t-ipconnect.de [91.10.46.129]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 7983510D22C5 for ; Sat, 26 May 2018 17:15:07 +0100 (BST) From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] tar: Update to 1.30 Date: Sat, 26 May 2018 18:15:02 +0200 Message-Id: <20180526161502.1589-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.17.0 X-Spamd-Result: default: False [-4.96 / 11.00]; ASN(0.00)[asn:3320, ipnet:91.0.0.0/10, country:DE]; DKIM_SIGNED(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; RCPT_COUNT_ONE(0.00)[1]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM(-2.86)[-0.953,0] X-Spam-Status: No, score=-4.96 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: https://www.gnu.org/software/tar/ 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 6a949a003..4e914b535 100644 --- a/lfs/tar +++ b/lfs/tar @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2018 Michael Tremer & Christian Schmidt # # # # 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.28 +VER = 1.30 THISAPP = tar-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -50,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8f32b2bc1ed7ddf4cf4e4a39711341b0 +$(DL_FILE)_MD5 = 8404e4c1fc5a3000228ab2b8ad674a65 install : $(TARGET)