Just FYI (http://people.freebsd.org/~kientzle/libarchive/) :
"Nov 9, 2008: libarchive 2.6 should be ready for release in a couple
of weeks. It includes the usual bevy of bug fixes and a couple of new
features: a new mtree writer, new lzma decompression support, and long
option support on all platforms for both bsdtar and bsdcpio. 2.5.900
and later are pre-release test versions; please try them out and let
me know about any issues you find. "
lzma decompression support looks cool, I wonder how it was
implemented, since I heard before that lzma-utils could not be used
because of its GPL licence. And if it's an implementation from
scratch, I wonder how well it works (and how fast).
I also wonder if the zip support has improved. There were some
problems with some zip archives, I will have to try that again.
_______________________________________________
pacman-dev mailing list
pacman-dev@archlinux.org
http://archlinux.org/mailman/listinfo/pacman-dev
11-20-2008, 03:08 PM
"Dan McGee"
libarchive prerelease
On Thu, Nov 20, 2008 at 9:55 AM, Xavier <shiningxc@gmail.com> wrote:
> Just FYI (http://people.freebsd.org/~kientzle/libarchive/) :
>
> "Nov 9, 2008: libarchive 2.6 should be ready for release in a couple
> of weeks. It includes the usual bevy of bug fixes and a couple of new
> features: a new mtree writer, new lzma decompression support, and long
> option support on all platforms for both bsdtar and bsdcpio. 2.5.900
> and later are pre-release test versions; please try them out and let
> me know about any issues you find. "
>
> lzma decompression support looks cool, I wonder how it was
> implemented, since I heard before that lzma-utils could not be used
> because of its GPL licence. And if it's an implementation from
> scratch, I wonder how well it works (and how fast).
LZMA is now LGPL, so linking against it is OK wrt libarchive's BSD
license. So it isn't implemented at all in libarchive, only linked to
and treated just like gzip and bz2 currently are.
It would definitely be interested to do a "version 2.0" of the archive
tests like I did before with bzip2 and gzip.
> I also wonder if the zip support has improved. There were some
> problems with some zip archives, I will have to try that again.
I hope it has improved as well, although the number of problematic
files has been very small which is nice.
If you compile a package of this prerelease, I would be happy to try
it out on my system.
-Dan
_______________________________________________
pacman-dev mailing list
pacman-dev@archlinux.org
http://archlinux.org/mailman/listinfo/pacman-dev
11-21-2008, 01:06 PM
Miklos Vajna
libarchive prerelease
On Thu, Nov 20, 2008 at 10:08:53AM -0600, Dan McGee <dpmcgee@gmail.com> wrote:
> LZMA is now LGPL, so linking against it is OK wrt libarchive's BSD
> license. So it isn't implemented at all in libarchive, only linked to
> and treated just like gzip and bz2 currently are.
Exactly.
> If you compile a package of this prerelease, I would be happy to try
> it out on my system.
One thing you should note is that the lzma format created by tar -c
--lzma -f is different from what tar -cf && lzma creates. (Yet another
GNU "feature", heh.)
During development I tested the later format, and the original patch
refused to work with the previous one, but Tim may have changed it since
then.
_______________________________________________
pacman-dev mailing list
pacman-dev@archlinux.org
http://archlinux.org/mailman/listinfo/pacman-dev
11-22-2008, 10:25 AM
Xavier
libarchive prerelease
On Thu, Nov 20, 2008 at 4:55 PM, Xavier <shiningxc@gmail.com> wrote:
> I also wonder if the zip support has improved. There were some
> problems with some zip archives, I will have to try that again.
>
zip support has improved!
For example the problematic zip archives mentioned in that bug report
are now extracted properly :
http://bugs.archlinux.org/task/10941
Otherwise, pacman still seems to work fine without any rebuild.
_______________________________________________
pacman-dev mailing list
pacman-dev@archlinux.org
http://archlinux.org/mailman/listinfo/pacman-dev