aboutsummaryrefslogtreecommitdiff
path: root/utils/xz
Commit message (Collapse)AuthorAge
* xz: Compile with PIC to fix linking errorsRosen Penev2019-02-09
| | | | | | | | | | | | | | While researching CircleCI build failures, I came across a linking error relating to liblzma, where ld instructs to recompile with fPIC. Unfortunately, this increases filesize. Added some configure flags to try to mitigate is somewhat. Removed maintainer as he is no longer active. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* xz: Update to 5.2.4 + miscRosen Penev2018-05-08
| | | | | | | The second source is just a redirect to SourceForge. Removed. Also change URL to HTTPS as the website now supports it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* utils/xz: Update to 5.2.3 and update URLsDaniel Engberg2017-01-10
| | | | | | Update to 5.2.3 and sync URLs with LEDE Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* utils/xz: update to 5.2.2Hannu Nyman2015-10-27
| | | | | | | Update xz to version 5.2.2. Add a secondary download location. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* xz: add xz-utils meta packageAlexander Ryzhov2015-05-20
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* xz: import from old packages feedNicolas Thill2015-04-18
- update to latest version (v5.2.1) - add license info - add myself as maintainer - put everything in a "Compression" submenu - reduce the number of packages (put symlinks with their matching target) Signed-off-by: Nicolas Thill <nico@openwrt.org>