From: Jakub Bogusz Date: Sat, 6 Mar 2021 14:27:51 +0000 (+0100) Subject: - rediffed zero-block patch; release 2 X-Git-Tag: auto/th/tar-1.34-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=0186c9e743aaa873a35d12abb3ecc695c7fbe1f1;p=packages%2Ftar.git - rediffed zero-block patch; release 2 --- diff --git a/tar-zero-block.patch b/tar-zero-block.patch index df48e66..41bad13 100644 --- a/tar-zero-block.patch +++ b/tar-zero-block.patch @@ -1,6 +1,6 @@ ---- tar-1.14/src/list.c.orig 2004-05-10 13:49:09.000000000 +0200 -+++ tar-1.14/src/list.c 2004-09-08 18:48:34.473169312 +0200 -@@ -138,6 +138,14 @@ +--- tar-1.34/src/list.c.orig 2021-03-06 10:21:12.348727417 +0100 ++++ tar-1.34/src/list.c 2021-03-06 15:12:39.174304779 +0100 +@@ -241,6 +241,14 @@ if (!ignore_zeros_option) { @@ -14,10 +14,10 @@ + char buf[UINTMAX_STRSIZE_BOUND]; - status = read_header (false); -@@ -146,6 +154,7 @@ - WARN ((0, 0, _("A lone zero block at %s"), - STRINGIFY_BIGINT (current_block_ordinal (), buf))); + status = read_header (¤t_header, ¤t_stat_info, +@@ -251,6 +259,7 @@ + (0, 0, _("A lone zero block at %s"), + STRINGIFY_BIGINT (current_block_ordinal (), buf))); break; + */ } diff --git a/tar.spec b/tar.spec index 14968fc..4d7e8bb 100644 --- a/tar.spec +++ b/tar.spec @@ -11,7 +11,7 @@ Summary(pt_BR.UTF-8): GNU Tape Archiver (tar) Summary(tr.UTF-8): Yaygın kullanılan yedekleyici Name: tar Version: 1.34 -Release: 1 +Release: 2 Epoch: 1 License: GPL v3+ Group: Applications/Archiving