patch applied (cabal-install): Fix defect when unpacking tar files
containing links
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Tue Mar 4 16:05:26 EST 2008
Tue Mar 4 11:42:55 PST 2008 Lennart Kolmodin <kolmodin at gentoo.org>
* Fix defect when unpacking tar files containing links
There were two issues;
* Unpacking links that point to files not yet unpacked
* Used the link target as absolute path, but it's relative
This patch addresses both issues, which is ticket #246.
There may still be errors if a link refer to another link which has not
been unpacked yet.
M ./Hackage/Tar.hs -7 +15
View patch online:
http://darcs.haskell.org/cabal-install/_darcs/patches/20080304194255-fdf66-c5698c18ecb6e57c82f51fa51a9fe41c013a9193.gz
More information about the cabal-devel
mailing list