dskvr / opkg

Automatically exported from code.google.com/p/opkg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add multiple compression algorithms support

GoogleCodeExporter opened this issue · comments

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

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

  • Changed state: Accepted
  • Added labels: Milestone-0.4, Priority-High, Type-Enhancement
Issue 151 has been merged into this issue.

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

Issue 151 has been merged into this issue.

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