Commit Graph

228 Commits

Author SHA1 Message Date
heitbaum
e700310a97 pigz: update to 2.7
update 2.6 (2021-02-06) to 2.7 (2022-01-15)

ann:
- https://zlib.net/pipermail/pigz-announce_zlib.net/2022-January/000017.html
2022-02-05 04:36:27 +00:00
heitbaum
d678bf06f2 zstd: update to 1.5.2
release notes:
- https://github.com/facebook/zstd/releases/tag/v1.5.2
2022-01-22 21:09:12 +00:00
Ian Leonard
a5752c039f libarchive: update to 3.5.2
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-12-30 22:15:56 +00:00
Ian Leonard
1a5bd70b0e zstd: update to 1.5.1
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-12-22 06:13:55 +00:00
Ian Leonard
82fd4b1de7 zstd: drop upstreamed patch
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-08-12 16:38:51 +00:00
Ian Leonard
c5823d0864 zstd: update to 1.5.0, change to .tar.zstd tarball
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-08-11 18:16:42 +00:00
SupervisedThinking
dd7280f18a zstd: update to 1.4.9 / add upstreamed build fix patch 2021-03-19 20:03:54 +01:00
heitbaum
2b30d3a0d5 pigz: update to 2.6
update 2.5 (2021-01-24) to 2.6 (2021-02-06)
log: https://github.com/madler/pigz/commits/master
changelog (from pigz.c):
- Add --huffman/-H and --rle/U strategy options
- Fix issue when compiling for no threads
- Fail silently on a broken pipe
2021-02-07 10:50:30 +00:00
heitbaum
f308f10a08 pigz: update to 2.5
update 2.4 (2017-12-26) to 2.5 (2021-01-24)
log: https://github.com/madler/pigz/commits/master
changelog (from pigz.c):
- Add --alias/-A option to set .zip name for stdin input
- Add --comment/-C option to add comment in .gz or .zip
- Fix a bug that misidentified a multi-entry .zip
- Fix a bug that did not emit double syncs for -i -p 1
- Fix a bug in yarn that could try to access freed data
- Do not delete multi-entry .zip files when extracting
- Do not reject .zip entries with bit 11 set
- Avoid a possible threads lock-order inversion
- Ignore trailing junk after a gzip stream by default
2021-01-30 06:44:34 +00:00
Ian Leonard
34142fb3ea compress: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:43 +00:00
Christian Hewitt
b9272a4e90 Merge pull request #4773 from CvH/10.0/unzip_cleanup
drop unzip and minizip package
2021-01-16 16:47:35 +04:00
heitbaum
daffc88144 libarchive: update to 3.5.1 2021-01-08 04:22:23 +00:00
CvH
a02158a092 zip: cleanup version 2020-12-27 20:30:27 +01:00
Ian Leonard
2420e1b8a4 zstd: update to 1.4.8
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-12-27 09:01:50 +00:00
CvH
e7202e014f minizip: drop package 2020-12-19 17:56:07 +01:00
heitbaum
a7b57d43bf minizip: updated to 2.10.4 and fixed failed compile 2020-12-19 17:55:36 +01:00
CvH
4aba62ccfe unzip: drop package 2020-12-19 11:13:25 +01:00
Andre Heider
7c6c3f3728 lz4: fix compilation
The cmake files were moved upstream [0] and the build now fails because it
silently falls back to the GNU Makefile:
install: cannot change permissions of '/usr/local/bin/': Operation not permitted

Point to the new location and set PKG_TOOLCHAIN explicitely to "cmake", which
would have caugth this issue:
CMake Error: The source directory "/tmp/libreelec/build.LibreELEC-H6.arm-9.80-devel/build/lz4-1.9.3/contrib/cmake_unofficial" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
FAILURE: ./scripts/build lz4:host during configure_host (default)

[0] 31d477db07
2020-12-17 09:59:51 +01:00
heitbaum
5ab1a9036e xz: updated to 5.2.5 2020-12-16 12:32:17 +00:00
heitbaum
ff061734eb lz4: updated to 1.9.3 2020-12-13 11:20:23 +00:00
heitbaum
38381ecf01 libarchive: updated to 3.5.0 2020-12-13 11:20:23 +00:00
Ian Leonard
8016cd0394 zstd: add configure options
legacy_level=0 disables support for packages compressed with zstd before
version 0.8 (~August 2016).

Support for the other compression libraries adds a symlink feature to the
zstd binary for it to mimic that library's regular tool. Example, a
symlink pointing to zstd named 'gzip' will cause zstd to pretend to be gzip.
The cli tools aren't used, so there is no purpose to adding this support.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-10-14 19:19:22 +00:00
Peter
e8a0318e6e gcc: add zstd dependency
gcc 10 adds zstd compression for its LTO data, that's why zstd library should be build before
2020-07-09 10:45:14 +02:00
CvH
f32e4aaa2b Merge pull request #4388 from antonlacon/le10-april-updates
April 2020 Package Updates
2020-06-18 21:33:27 +02:00
Ian Leonard
c9c073ed8c zstd: update to 1.4.5
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-06-07 19:52:02 +00:00