From patchwork Wed Sep 20 17:01:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7227 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RrPvK0gsZz3wnC for ; Wed, 20 Sep 2023 17:01:33 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RrPv91X2Nz3gL; Wed, 20 Sep 2023 17:01:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RrPv820q2z30Kx; Wed, 20 Sep 2023 17:01:24 +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 4RrPv65Rwyz2xmR for ; Wed, 20 Sep 2023 17:01:22 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RrPv63tk7z1XP; Wed, 20 Sep 2023 17:01:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695229282; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=j9xrpR3m5fj2Pn6fOPUrY9wNUMsGe3N0vw6ySbO0axM=; b=NZ7Fl7ZdheAJVfBItBVXxJfNnXNjPvgKUjTmQOsXqAAUAbMM4dz+Hz2Lml4sIA/gB1P268 y2ryDOOmUJ/GvTCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695229282; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=j9xrpR3m5fj2Pn6fOPUrY9wNUMsGe3N0vw6ySbO0axM=; b=vQH98s9R/JMdL9lIwKHW9X8Jg3ETDDGeSZi4/26DZ81XWdahZsLNmoWdeJpwF0gG49O1VU LLpycUF0Sz/1skMmg2od6vCWeAeVYoVcHfHVy+ANbfrOr5UouZnpo3pfsPcwfnIKKVjh3z 6d41ggnK4A5QA9+1rpNCgEDosWjkKcaW+rWw0YUWuwQ2h6RMJVI1mx0zk4hUdck6ZkfeEx EhNhj52vcIJRw68Xnp4NLpVnScmyHEcqZazVTXkJP0ULakMu+ev8ibM0MzcWbPPTuRPSlk fHtHyn5PNjiPB/4sevCj0J2BPrvebyxtsMtDhj2E65+nl7dYoOY1A5brqwf+mA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] tar: Update to version 1.35-1 Date: Wed, 20 Sep 2023 19:01:15 +0200 Message-ID: <20230920170116.67611-4-adolf.belka@ipfire.org> In-Reply-To: <20230920170116.67611-1-adolf.belka@ipfire.org> References: <20230920170116.67611-1-adolf.belka@ipfire.org> MIME-Version: 1.0 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" - IPFire-3.x - Update from version 1.34-1 to 1.35-1 - Changelog 1.35 This is mainly a bug-fixing release. Noteworthy changes in this release: * Fail when building GNU tar, if the platform supports 64-bit time_t but the build uses only 32-bit time_t. * Leave the devmajor and devminor fields empty (rather than zero) for non-special files, as this is more compatible with traditional tar. Bug fixes ** Fix interaction of --update with --wildcards. ** When extracting archives into an empty directory, do not create hard links to files outside that directory. ** Handle partial reads from regular files. ** Warn "file changed as we read it" less often. Formerly, tar warned if the file's size or ctime changed. However, this generated a false positive if tar read a file while another process hard-linked to it, changing its ctime. Now, tar warns if the file's size, mtime, user ID, group ID, or mode changes. Although neither heuristic is perfect, the new one should work better in practice. ** Fix --ignore-failed-read to ignore file-changed read errors as far as exit status is concerned. You can now suppress file-changed issues entirely with --ignore-failed-read --warning=no-file-changed. ** Fix --remove-files to not remove a file that changed while we read it. ** Fix --atime-preserve=replace to not fail if there was no need to replace, either because we did not read the file, or the atime did not change. ** Fix race when creating a parent directory while another process is also doing so. ** Fix handling of prefix keywords not followed by "." in pax headers. ** Fix handling of out-of-range sparse entries in pax headers. ** Fix handling of --transform='s/s/@/2'. ** Fix treatment of options ending in / in files-from list. ** Fix crash on 'tar --checkpoint-action exec=\"'. ** Fix low-memory crash when reading incremental dumps. ** Fix --exclude-vcs-ignores memory allocation misuse. Signed-off-by: Adolf Belka --- tar/tar.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tar/tar.nm b/tar/tar.nm index 5403df401..403e88145 100644 --- a/tar/tar.nm +++ b/tar/tar.nm @@ -4,7 +4,7 @@ ############################################################################### name = tar -version = 1.34 +version = 1.35 release = 1 groups = System/Packaging