Commit Graph

11 Commits

Author SHA1 Message Date
Daniel Engberg eb66f08055 libarchive: Update to 3.3.2
Update libarchive to 3.3.2

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-07-20 07:53:14 +02:00
Daniel Engberg 4a2cf8ed79 libs/libarchive: Update to 3.3.1
Update libarchive to 3.3.1 and make use of PKG_HASH variable.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-03-23 10:46:05 +01:00
Stijn Tintel f82287cf5c treewide: use name in define and eval lines
For consistency, use full name instead of $(PKG_NAME) in define and eval
lines for all packages.

I've seen reviews that asked to do this before, and I am asking the same
during reviews now. To avoid this in the future, fix this treewide so
when people use existing packages as example, we will not have to
request this change anymore.

This makes all packages consistent with both LEDE and OpenWrt base
repositories.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-03-08 21:15:20 +01:00
Daniel Engberg 2057d7c790 libs/libarchive: Fix unintended linking of liblz4
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>
2016-12-03 02:33:09 +01:00
Daniel Engberg 2121d6595e libs/libarchive: Update to 3.2.2 and add bsdtar
Updates libarchive to 3.2.2
Adds bsdtar aswell as usable archive/compression support

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-12-01 14:20:27 -06:00
Daniel Golle df1df03a2f libarchive: add build-variant without libopenssl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-21 15:28:24 +02:00
Nicolas Thill df9f3b7b72 libarchive: cleanup & fixes
Disable unused stuff explicitely, cleanup package def, only install useful devel stuff

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-08-26 10:00:12 +02:00
Johannes Morgenroth 1dc00a2b0a libarchive: Reduce dependencies by disabling them using configure args
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>
2014-08-23 15:53:12 +02:00
Johannes Morgenroth 4af4395e2d libarchive: Add missing dependencies
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>
2014-08-22 14:35:35 +02:00
Johannes Morgenroth 2c28b81816 libarchive: Fix install target
This commit replaces the command with a more generic one.

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-22 14:08:01 +02:00
Johannes Morgenroth a4e21e7216 libarchive: add new package
Multi-format archive and compression library

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
2014-08-20 12:43:30 +02:00