aboutsummaryrefslogtreecommitdiff
path: root/archivers/7-zip
Commit message (Collapse)AuthorAgeFilesLines
* archivers/7-zip: provide compatibility linkMax Brazhnikov2022-05-241-3/+7
| | | | | - Provide 7z as a link to 7zz binary and mark conflict with p7zip - Do not copy license file along with docs
* archivers/7-zip: fix build on armv6/armv7Max Brazhnikov2022-04-187-9/+104
| | | | | | | | | - Extend HWCAP detection patch to use correct auxvals on armv6/armv7. - Disable optimised AES, CRC, SHA-1, and SHA-256 kernels on armv6/armv7 as they don't build with base clang. PR: 263244 Submitted by: Robert Clausecker
* archivers/7-zip: add man pageMax Brazhnikov2022-02-142-1/+219
|
* archivers/7-zip: set CFLAGS to fix build on aarch64Max Brazhnikov2022-01-301-0/+1
| | | | | | The code will use CRC instructions at runtime if available. PR: 260329
* archivers/7-zip: Update to 21.07Max Brazhnikov2021-12-284-7/+50
| | | | | | | | Merge patches to fix build on arm64 [1]. PR: 260329 [1] Reported by: diizzy@ Submitted by: mikael@
* archivers/7-zip: minor fixMax Brazhnikov2021-12-131-7/+14
| | | | Avoid CFLAGS duplication and remove excessive warning flags
* archivers/7-zip: add license and cpe infoMax Brazhnikov2021-12-111-3/+14
|
* archivers/7-zip: add new portMax Brazhnikov2021-12-106-0/+102
This is console version of original 7-Zip archiver released for Linux: https://sourceforge.net/p/sevenzip/discussion/45797/thread/cec5e63147/ The sources are packed with 7z, therefore p7zip is required to build this port.