]> git.ipfire.org Git - thirdparty/libarchive.git/commit
7zip reader: add LZMA + RISCV BCJ filter (#2403)
authorMostyn Bramley-Moore <mostyn@antipode.se>
Sun, 15 Dec 2024 22:12:02 +0000 (23:12 +0100)
committerGitHub <noreply@github.com>
Sun, 15 Dec 2024 22:12:02 +0000 (23:12 +0100)
commitee9b638fba0ed1f3e53f6260c4500cbcfa9fcfba
treea592c6d37758ac43650a5386c457c58aefe1f4e4
parentb0d48940f81858cf6602e5c09f41c7e0dc3a6621
7zip reader: add LZMA + RISCV BCJ filter (#2403)

7-Zip 24.05 and liblzma 5.5.1alpha added a RISC-V BCJ filter. Let's
enable this combination if we can.

Note that this does not allow the use of the RISC-V filter with other
compressors.
.github/workflows/ci.yml
Makefile.am
libarchive/archive_read_support_format_7zip.c
libarchive/test/test_read_format_7zip.c
libarchive/test/test_read_format_7zip_lzma2_riscv.7z.uu [new file with mode: 0644]