You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2013/06/01 11:11:40 UTC

[Bug 55040] New: incorrect handling of GNU longlink entries

https://issues.apache.org/bugzilla/show_bug.cgi?id=55040

            Bug ID: 55040
           Summary: incorrect handling of GNU longlink entries
           Product: Ant
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Compress Antlib
          Assignee: notifications@ant.apache.org
          Reporter: christoph.gysin@gmail.com

Created attachment 30354
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30354&action=edit
split out function to retrieve longname data

The ant tar implementation handles GNU LongLink entries for long filenames. But
it fails to handle LongLink entries for long linknames[1] correctly.

[1] http://git.savannah.gnu.org/cgit/tar.git/tree/src/tar.h#n176

See also the bug report about this issue in apache commons-compress:
https://issues.apache.org/jira/browse/COMPRESS-229

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 55040] incorrect handling of GNU longlink entries

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55040

--- Comment #2 from Christoph Gysin <ch...@gmail.com> ---
Patches have been accepted in apache-commons-compress:
http://svn.apache.org/viewvc?view=revision&revision=1488935

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 55040] incorrect handling of GNU longlink entries

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55040

--- Comment #1 from Christoph Gysin <ch...@gmail.com> ---
Created attachment 30355
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30355&action=edit
handle GNU long link name

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 55040] incorrect handling of GNU longlink entries

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55040

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |1.9.2

--- Comment #3 from Stefan Bodewig <bo...@apache.org> ---
Merged the patch comming from commons compress directly rather than applying
your attached patch - should lead to the same result.

svn revision 1488951

many thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.