Re: [Bug-tar] [PATCH] Bugfix - fix xattr exclude/include for archive create

2016-10-07 Thread Pavel Raiskup
On Friday, July 29, 2016 9:23:58 AM CEST Pavel Raiskup wrote: > On Thursday, June 2, 2016 8:04:52 AM CEST Pavel Raiskup wrote: > > Fixed the testsuite and re-attached. > > Ping? Ping again for: http://www.mail-archive.com/bug-tar@gnu.org/msg05069.html Pavel

Re: [Bug-tar] [PATCH] Bugfix - fix xattr exclude/include for archive create

2016-07-29 Thread Pavel Raiskup
On Thursday, June 2, 2016 8:04:52 AM CEST Pavel Raiskup wrote: > Fixed the testsuite and re-attached. Ping?

Re: [Bug-tar] [PATCH] Bugfix - fix xattr exclude/include for archive create

2016-06-01 Thread Pavel Raiskup
Fixed the testsuite and re-attached. Pavel >From 432051a14e9ec19af295edebd12fb436e05268ab Mon Sep 17 00:00:00 2001 From: Ian McLeod Date: Mon, 30 May 2016 17:11:35 -0500 Subject: [PATCH 1/2] Bugfix - fix xattr exclude/include for archive create This makes archive create behavior consistent with

Re: [Bug-tar] [PATCH] Bugfix - fix xattr exclude/include for archive create

2016-05-30 Thread Pavel Raiskup
Thanks, I would just update the testcase to be more general, but otherwise it looks OK to me. Sergey, can you have a look please? On Monday 30 of May 2016 17:11:35 Ian McLeod wrote: > * src/xattrs.c (xattrs_xattrs_get): apply exclude/include mask when > fetching extended attributes > * tests/Ma

Re: [Bug-tar] [PATCH] Bugfix - fix xattr exclude/include for archive create

2016-05-30 Thread Pavel Raiskup
Hi Ian, thanks for the update! On Monday 30 of May 2016 17:23:33 Ian McLeod wrote: > On 05/30/2016 02:10 AM, Pavel Raiskup wrote: > > Could you please post smaller patch just having the important part: > > > > + if (!xattrs_masked_out(attr, true /* archiving */)) > > +

Re: [Bug-tar] [PATCH] Bugfix - fix xattr exclude/include for archive create

2016-05-30 Thread Ian McLeod
Hey Pavel, On 05/30/2016 02:10 AM, Pavel Raiskup wrote: Hi Ian, On Sunday 29 of May 2016 16:20:00 Ian McLeod wrote: * src/xattrs.c (xattrs_xattrs_get): apply exclude/include mask when fetching extended attributes This makes archive create behavior consistent with the documentation. Without

Re: [Bug-tar] [PATCH] Bugfix - fix xattr exclude/include for archive create

2016-05-30 Thread Pavel Raiskup
Hi Ian, On Sunday 29 of May 2016 16:20:00 Ian McLeod wrote: > * src/xattrs.c (xattrs_xattrs_get): apply exclude/include mask when > fetching extended attributes > > This makes archive create behavior consistent with the documentation. > Without this change xattr include/exclude options are acce