aboutsummaryrefslogtreecommitdiff
path: root/utils/xz
Commit message (Collapse)AuthorAge
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* xz: Remove bash dependencyRosen Penev2019-07-24
| | | | | | | | | Bash is not needed here. These scripts are POSIX compliant. This was originally added as the configure script looks for /bin/bash locally. Passing gl_cv_posix_shell overrides this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* xz: Use relative paths in pkg-config metadata fileJeffery To2019-05-03
| | | | | | | | | | | By default, the liblzma pkg-config file (liblzma.pc) is generated with absolute paths, which $(STAGING_DIR_HOST)/bin/pkg-config is unable to override. This patches the file to use paths relative to ${prefix} and ${exec_prefix}. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* 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>