adelcast / opkg_old

Automatically exported from code.google.com/p/opkg
0 stars 0 forks source link

Add multiple compression algorithms support #148

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As far as I can understand, opkg uses libarchive that makes possible to use 
many different compression algorithms. But names "data.tar.gz" and 
"data.tar.xz" are hardcoded in opkg_archive.c, so files with "data.tar.xz" will 
fail.
It would be great to add xz support to opkg.

Original issue reported on code.google.com by dima@golovin.in on 30 Oct 2014 at 1:46

GoogleCodeExporter commented 8 years ago
This is something I definitely want to include support for in v0.4.0. I think 
for embedded platforms people may wish to use lz4 for its fast decompression 
speed.

Original comment by paul.betafive on 30 Oct 2014 at 2:45

GoogleCodeExporter commented 8 years ago
Issue 151 has been merged into this issue.

Original comment by paul.betafive on 10 Nov 2014 at 4:06

GoogleCodeExporter commented 8 years ago
Issue 151 has been merged into this issue.

Original comment by paul.betafive on 10 Nov 2014 at 4:27