Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | zstd: Fix compilation on uClibc-ng | Rosen Penev | 2019-05-01 |
| | | | | | | | uClibc-ng defines __GLIBCC__ and does not compile in execinfo.h. Disable it. Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||
* | treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILES | Rosen Penev | 2019-04-30 |
| | | | | | | | The latter is actually what is used by the build system. Increased PKG_RELEASE for all packages as this changes the ipk. Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||
* | zstd: bump zstd version to 1.4.0 | Amol Bhave | 2019-04-21 |
| | | | | | | | | This diff bumps the zstd version to 1.4.0 Tested with NBG6817 Signed-off-by: Amol Bhave <ambhave@fb.com> | ||
* | zstd: add zstd package | Amol Bhave | 2019-03-31 |
Zstandard, or zstd as short version, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios. This package includes a C library, and a command line utility producing and decoding .zst, .gz, .xz and .lz4 files. Signed-off-by: Amol Bhave <ambhave@fb.com> |