[packages/tar] - rediffed zero-block patch; release 2

qboosh qboosh at pld-linux.org
Sat Mar 6 15:26:58 CET 2021


commit 0186c9e743aaa873a35d12abb3ecc695c7fbe1f1
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Mar 6 15:27:51 2021 +0100

    - rediffed zero-block patch; release 2

 tar-zero-block.patch | 14 +++++++-------
 tar.spec             |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)
---
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
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 (&current_header, &current_stat_info,
+@@ -251,6 +259,7 @@
+ 		       (0, 0, _("A lone zero block at %s"),
+ 			STRINGIFY_BIGINT (current_block_ordinal (), buf)));
  	      break;
 +       */
  	    }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tar.git/commitdiff/0186c9e743aaa873a35d12abb3ecc695c7fbe1f1



More information about the pld-cvs-commit mailing list