tar: Update to 1.29
Message ID | 1464003997-7463-1-git-send-email-alexander.marx@ipfire.org |
---|---|
State | Accepted |
Commit | e57676d6f8fc3885e5d7d01bc24cd5e4abb3b5b4 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id E2B7660FF3 for <patchwork@ipfire.org>; Mon, 23 May 2016 13:46:50 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 1365A155D; Mon, 23 May 2016 13:46:50 +0200 (CEST) Received: from localhost.localdomain (ip1f117349.dynamic.kabel-deutschland.de [31.17.115.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 70FBE14BD; Mon, 23 May 2016 13:46:46 +0200 (CEST) From: Alexander Marx <alexander.marx@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] tar: Update to 1.29 Date: Mon, 23 May 2016 13:46:37 +0200 Message-Id: <1464003997-7463-1-git-send-email-alexander.marx@ipfire.org> X-Mailer: git-send-email 2.6.3 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Alexander Marx
May 23, 2016, 9:46 p.m. UTC
Fixes: #11123
New options: --verbatim-files-from, --no-verbatim-files-from
--null option reads file names verbatim
New options: --owner-map=FILE and --group-map=FILE
New option --clamp-mtime
Deprecated --preserve option removed
Sparse file detection (if system supports it)
Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
---
tar/patches/tar-1.14-loneZeroWarning.patch | 28 -
tar/patches/tar-1.15.1-vfatTruncate.patch | 29 -
tar/patches/tar-1.17-wildcards.patch | 85 --
tar/patches/tar-1.22-atime-rofs.patch | 13 -
tar/patches/tar-1.23-oldarchive.patch | 14 -
tar/patches/tar-1.24-xattrs.patch | 1617 ----------------------------
tar/patches/tar-1.26-stdio.in.patch | 13 -
tar/patches/tar-sigpipe.patch | 12 -
tar/tar.nm | 4 +-
9 files changed, 2 insertions(+), 1813 deletions(-)
delete mode 100644 tar/patches/tar-1.14-loneZeroWarning.patch
delete mode 100644 tar/patches/tar-1.15.1-vfatTruncate.patch
delete mode 100644 tar/patches/tar-1.17-wildcards.patch
delete mode 100644 tar/patches/tar-1.22-atime-rofs.patch
delete mode 100644 tar/patches/tar-1.23-oldarchive.patch
delete mode 100644 tar/patches/tar-1.24-xattrs.patch
delete mode 100644 tar/patches/tar-1.26-stdio.in.patch
delete mode 100644 tar/patches/tar-sigpipe.patch