Re: [Bug-tar] Faster excludes

2009-08-05 Thread Sergey Poznyakoff
Carl, Phil, Thanks for the updated patch. After a quick glance I seem to have fund some potential problems, but these could be easily fixed. I'll try to come out with something definite by this weekend. Regards, Sergey

Re: [Bug-tar] --backup can destroy an extracted member when followed by an existing directory

2009-08-05 Thread Sergey Poznyakoff
Carl Worth cwo...@cworth.org ha escrit: I've traced through the code a bit and the problem is due to the handling of directory entries in extract.c:extract_archive(). Thanks for the in-depth analysis. I have applied the attached patch. Regards, Sergey From

Re: [Bug-tar] Preserve timestamp of symlinks when extracting (if utimensat available)

2009-08-05 Thread Sergey Poznyakoff
Carl Worth cwo...@cworth.org ha escrit: I've attached a patch that fixes the bug when utimensat is available, and should have no effect when the function is not available, Thanks a lot. I'll need some time to test it. Regards, Sergey