]> git.pld-linux.org Git - packages/tar.git/commitdiff
- rediffed zero-block patch; release 2 auto/th/tar-1.34-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 6 Mar 2021 14:27:51 +0000 (15:27 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 6 Mar 2021 14:27:51 +0000 (15:27 +0100)
tar-zero-block.patch
tar.spec

index df48e66ac8f0cf2b21967cd9b5f92170a3cff413..41bad1326fe87bd74ab3de4f0fc2fefb73ea7d76 100644 (file)
@@ -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)
            {
 +
              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 (&current_header, &current_stat_info,
+@@ -251,6 +259,7 @@
+                      (0, 0, _("A lone zero block at %s"),
+                       STRINGIFY_BIGINT (current_block_ordinal (), buf)));
              break;
 +       */
            }
index 14968fca7a23d204886de7fda749f943aa5babf9..4d7e8bbbfde6fd6fc3cf9dec3462de5971371dd8 100644 (file)
--- 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
This page took 0.035891 seconds and 4 git commands to generate.