Re: [PATCH v2] Support for PAX extended header and Linux extended attributes

2016-11-07 Thread Stefan Berger
On 07/01/2016 02:35 PM, Stefan Berger wrote: On 05/23/2016 02:27 PM, Stefan Berger wrote: On 05/23/2016 05:50 AM, Guillem Jover wrote: Hi! On Thu, 2016-05-19 at 11:33:27 -0400, Stefan Berger wrote: The following patch adds support for the tar pax extended header to the tar parser so that tar

Re: [PATCH v2] Support for PAX extended header and Linux extended attributes

2016-07-01 Thread Stefan Berger
On 05/23/2016 02:27 PM, Stefan Berger wrote: On 05/23/2016 05:50 AM, Guillem Jover wrote: Hi! On Thu, 2016-05-19 at 11:33:27 -0400, Stefan Berger wrote: The following patch adds support for the tar pax extended header to the tar parser so that tar files with pax extended headers containing Lin

Re: [PATCH v2] Support for PAX extended header and Linux extended attributes

2016-05-23 Thread Stefan Berger
On 05/23/2016 05:50 AM, Guillem Jover wrote: Hi! On Thu, 2016-05-19 at 11:33:27 -0400, Stefan Berger wrote: The following patch adds support for the tar pax extended header to the tar parser so that tar files with pax extended headers containing Linux extended attributes can be processed by dpk

Re: [PATCH v2] Support for PAX extended header and Linux extended attributes

2016-05-23 Thread Guillem Jover
Hi! On Thu, 2016-05-19 at 11:33:27 -0400, Stefan Berger wrote: > The following patch adds support for the tar pax extended header to the tar > parser so that tar files with pax extended headers containing Linux extended > attributes can be processed by dpkg. Essentially the pax extended header > c

Re: [PATCH v2] Support for PAX extended header and Linux extended attributes

2016-05-19 Thread Niels Thykier
Ian Jackson: > Stefan Berger writes ("[PATCH v2] Support for PAX extended header and Linux > extended attributes"): >> The following patch adds support for the tar pax extended header to the tar >> parser so that tar files with pax extended headers containing Linux e

Re: [PATCH v2] Support for PAX extended header and Linux extended attributes

2016-05-19 Thread Ian Jackson
Stefan Berger writes ("[PATCH v2] Support for PAX extended header and Linux extended attributes"): > The following patch adds support for the tar pax extended header to the tar > parser so that tar files with pax extended headers containing Linux extended > attributes can b

[PATCH v2] Support for PAX extended header and Linux extended attributes

2016-05-19 Thread Stefan Berger
The following patch adds support for the tar pax extended header to the tar parser so that tar files with pax extended headers containing Linux extended attributes can be processed by dpkg. Essentially the pax extended header contains key value pairs that describe file attributes. More information