Re: [Bug-tar] --files-from and recursive extract (behavior change in 1.27)

2015-06-19 Thread Jan Engelhardt
On Friday 2015-06-19 14:29, Pavel Raiskup wrote: The patch fix the first issue I reported, but not the second. This patch, which was recently backported to openSUSE's tar-1.28[1] [1] https://build.opensuse.org/package/view_file/Base:System/tar/tar-recursive--files-from.patch?expand=1

Re: [Bug-tar] --files-from and recursive extract (behavior change in 1.27)

2015-06-19 Thread Pavel Raiskup
On Friday 19 of June 2015 15:20:04 Jan Engelhardt wrote: On Friday 2015-06-19 14:29, Pavel Raiskup wrote: The patch fix the first issue I reported, but not the second. This patch, which was recently backported to openSUSE's tar-1.28[1] [1]

Re: [Bug-tar] --files-from and recursive extract (behavior change in 1.27)

2015-06-19 Thread Pavel Raiskup
On Friday 20 of February 2015 10:32:13 Jan Engelhardt wrote: On Thursday 2014-09-18 21:57, Sergey Poznyakoff wrote: The patch fix the first issue I reported, but not the second. Yes, indeed. I have installed the following patch instead, which fixes both issues. This patch, which was

Re: [Bug-tar] --files-from and recursive extract (behavior change in 1.27)

2015-02-20 Thread Jan Engelhardt
On Thursday 2014-09-18 21:57, Sergey Poznyakoff wrote: The patch fix the first issue I reported, but not the second. Yes, indeed. I have installed the following patch instead, which fixes both issues. This patch, which was recently backported to openSUSE's tar-1.28[1] [1]

Re: [Bug-tar] --files-from and recursive extract (behavior change in 1.27)

2014-09-19 Thread Jean-Louis Martineau
Thanks Sergey for the fast fix. Both issues are fixed. Jean-Louis On 09/18/2014 03:57 PM, Sergey Poznyakoff wrote: The patch fix the first issue I reported, but not the second. Yes, indeed. I have installed the following patch instead, which fixes both issues. Regards, Sergey *

Re: [Bug-tar] --files-from and recursive extract (behavior change in 1.27)

2014-09-18 Thread Sergey Poznyakoff
Hi Jean-Louis, --files-from do not recursively extract since tar-1.27 Thanks for reporting. Please try the attached patch. Regards, Sergey From 890a81d753b506d6dfd2031d6633d3f5be38a966 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff g...@gnu.org.ua Date: Thu, 18 Sep 2014 18:06:40 +0300

Re: [Bug-tar] --files-from and recursive extract (behavior change in 1.27)

2014-09-18 Thread Jean-Louis Martineau
Hi Sergey, The patch fix the first issue I reported, but not the second. mkdir dir1 touch dir1/file1.1 dir1/file1.2 tar cf archive.tar dir1 echo dir1/ list ## NOTE the / rm -rf dir1 tar xvf archive.tar --files-from list $ ../tar-1.26/src/tar xvf archive.tar --files-from list dir1/

Re: [Bug-tar] --files-from and recursive extract (behavior change in 1.27)

2014-09-18 Thread Sergey Poznyakoff
The patch fix the first issue I reported, but not the second. Yes, indeed. I have installed the following patch instead, which fixes both issues. Regards, Sergey * src/common.h (name_add_file): Change signature. * src/names.c (name_elt_alloc_matflags): New function. (name_add_name): Use