[PR #823] [MERGED] Add support for 7z ARM64 and RISCV filters #1260

Open
opened 2026-01-29 22:19:42 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: new-7z-filters


📝 Commits (2)

  • 09f2410 Add support for 7z ARM64 and RISCV filters
  • 6553e9b formatting

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/823 **Author:** [@klimatr26](https://github.com/klimatr26) **Created:** 4/7/2024 **Status:** ✅ Merged **Merged:** 4/8/2024 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `new-7z-filters` --- ### 📝 Commits (2) - [`09f2410`](https://github.com/adamhathcock/sharpcompress/commit/09f2410170475edf1d37e1471b59c39b08b88964) Add support for 7z ARM64 and RISCV filters - [`6553e9b`](https://github.com/adamhathcock/sharpcompress/commit/6553e9b0cd6b9018f467276db4677732a4bfc9bd) formatting ### 📊 Changes **7 files changed** (+285 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:19:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1260