aboutsummaryrefslogtreecommitdiff
path: root/utils/zstd
Commit message (Collapse)AuthorAge
* zstd: Fix compilation with uClibc-ngRosen Penev2019-12-01
| | | | | | Upstream backports. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zstd: Update to 1.4.4Rosen Penev2019-11-06
| | | | | | | | More speed improvements. Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zstd: Update to 1.4.3Rosen Penev2019-09-18
| | | | | | Bugfix release. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libzstd: Fix pkgconfig paths for cross compilationRosen Penev2019-09-16
| | | | | | pkgconfig needs to override these. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zstd: Update to 1.4.2Rosen Penev2019-07-30
| | | | | | Add patch to remove deprecated utime function. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zstd: Update to 1.4.1Rosen Penev2019-07-24
| | | | | | | | | | | | Decompression speedup of 7% on average. Remove upstreamed uClibc-ng patch. Fixed optimization option to show properly under menuconfig. Added LTO for smaller size. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zstd: Use CP instead of INSTALL_BINRosen Penev2019-06-05
| | | | | | | | | INSTALL_BIN turns symlinks into actual files, which increases the total size for no reason. Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* zstd: Fix compilation on uClibc-ngRosen Penev2019-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_FILESRosen Penev2019-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.0Amol Bhave2019-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 packageAmol Bhave2019-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>