mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-08 21:21:57 +00:00
[PR #823] [MERGED] Add support for 7z ARM64 and RISCV filters #1260
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/823
Author: @klimatr26
Created: 4/7/2024
Status: ✅ Merged
Merged: 4/8/2024
Merged by: @adamhathcock
Base:
master← Head:new-7z-filters📝 Commits (2)
09f2410Add support for 7z ARM64 and RISCV filters6553e9bformatting📊 Changes
7 files changed (+285 additions, -0 deletions)
View changed files
➕
src/SharpCompress/Compressors/Filters/BCJFilterARM64.cs(+63 -0)➕
src/SharpCompress/Compressors/Filters/BCJFilterRISCV.cs(+210 -0)📝
src/SharpCompress/Compressors/LZMA/Registry.cs(+6 -0)📝
tests/SharpCompress.Test/SevenZip/SevenZipArchiveTests.cs(+6 -0)➕
tests/TestArchives/Archives/7Zip.ARM64.7z(+0 -0)📝
tests/TestArchives/Archives/7Zip.Filters.7z(+0 -0)➕
tests/TestArchives/Archives/7Zip.RISCV.7z(+0 -0)📄 Description
This allows sharpcompress to extract 7z archives that use ARM64 and RISCV filters, added in 7zip 23.01 and 24.03 respectively. This is related to #822
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.