aboutsummaryrefslogtreecommitdiff
path: root/libs/libarchive
Commit message (Collapse)AuthorAge
* libs/libarchive: Fix unintended linking of liblz4Daniel Engberg2016-12-03
| | | | | | Fixes unintended linking of liblz4 Thanks to hnyman for making me aware of this issue. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* libs/libarchive: Update to 3.2.2 and add bsdtarDaniel Engberg2016-12-01
| | | | | | | Updates libarchive to 3.2.2 Adds bsdtar aswell as usable archive/compression support Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* libarchive: add build-variant without libopensslDaniel Golle2015-06-21
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libarchive: cleanup & fixesNicolas Thill2014-08-26
| | | | | | Disable unused stuff explicitely, cleanup package def, only install useful devel stuff Signed-off-by: Nicolas Thill <nico@openwrt.org>
* libarchive: Reduce dependencies by disabling them using configure argsJohannes Morgenroth2014-08-23
| | | | | | | | | | | | In order to reduce the dependencies, this patch disables following features: * Extended Attributes * ACL support * bzip2 through bz2lib * lzop through liblzo2 * crypto support from Nettle * xar through libxml2 Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* libarchive: Add missing dependenciesJohannes Morgenroth2014-08-22
| | | | | | Dependencies to libacl, libattr, libbz2, liblzo, and libnettle added. PKG_BUILD_DEPENDS is removed since it is already defined by DEPENDS. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* libarchive: Fix install targetJohannes Morgenroth2014-08-22
| | | | | | This commit replaces the command with a more generic one. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* libarchive: add new packageJohannes Morgenroth2014-08-20
Multi-format archive and compression library Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>