From patchwork Sat Jan 5 04:54:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2016 Return-Path: Received: from mail01.ipfire.org (unknown [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 1A16785D3ED for ; Fri, 4 Jan 2019 17:54:59 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 37C36217635E; Fri, 4 Jan 2019 17:54:58 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1546624498; 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=m2f+bJ+JDYMK+G3VfzaL1ou1j81pG9ikISSNkxgC+TU=; b=SQ6BiQUY0Ym5/MjSLMph11xAHobilecGNaX9SVgvcpeTeipOW6VH4YX/eUub2j98hOoBfg fqVd6CmAPbM6Ee1uemHsaHZoKTCYhTx+XlvUkwTewpAj1nFsyFmGD/+xZUecWJXmau3Kzo Pxvt4pbZzbRk3GvWCU9wDAoQI7q6ZxJmWz4Mxdy6uARJgwsYPfquojKdlcHigBdml16TLU p72NU/Wi4QaqOjrsH2P2nVeypyG+LfPedybJWedu/AHWQKXxrp2hJCCodv66cr1GVrikOI mKQi/GZrbazdTa1l0YwaDnNf602Ut9vCgsCYsb3GBGr+ZEcFXofl6+pXcp4JHQ== Received: from Devel.localdomain (p4FF5633E.dip0.t-ipconnect.de [79.245.99.62]) (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 7D283217635E for ; Fri, 4 Jan 2019 17:54:55 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1546624495; 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=m2f+bJ+JDYMK+G3VfzaL1ou1j81pG9ikISSNkxgC+TU=; b=GzzpIW3A+WJ1FVnlZDL3rEgJ9oZIGJ6YmT0/Qac5Ms/vR6lASobZzptgmrJzvHXVYiduya lDJxlONHSYDSRyGsolPzNYxAsaW4EkY0ykC7yBl4Tm+C/FzP35Sp1dYMRNM/vx9XNlQqC+ TsjxKNhKiBsWuCUii1B7O8LgMDr5mukplvW8dF6Zsa2I4vi39qKxyCPRx22ED8mkkZet6X EG0QkcRIqETCissha7Gji6/GNR7Y3Ljvr0XmsV6zgfdja4bUeL0iQQV2cO4WKSMZ9UBdUs cFHfn2GMt4Om+hr2XqPROVgX99VVXk6R6iJjHj0fUedKCYd63FMWsMa3ZfIACA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] tar: Update to 1.31 Date: Fri, 4 Jan 2019 18:54:49 +0100 Message-Id: <20190104175449.1152-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 [-0.06 / 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)[]; NEURAL_SPAM(2.04)[0.679,0]; RCPT_COUNT_ONE(0.00)[1]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[]; 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)[100.00%] X-Spam-Status: No, score=-0.06 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://savannah.gnu.org/forum/forum.php?forum_id=9344 "- Fix heap-buffer-overrun with --one-top-level. - Support for zstd compression. - The -K option interacts properly with member names given in the command line. - Fix CVE-2018-20482" Best, Matthias Signed-off-by: Matthias Fischer --- lfs/tar | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/tar b/lfs/tar index cbab6c2a9..b8cf8b3b2 100644 --- a/lfs/tar +++ b/lfs/tar @@ -24,7 +24,7 @@ include Config -VER = 1.30 +VER = 1.31 THISAPP = tar-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -50,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8404e4c1fc5a3000228ab2b8ad674a65 +$(DL_FILE)_MD5 = 77afa35b696c8d760331fa0e12c2fac9 install : $(TARGET)