7zip: upgrade 26.00 -> 26.01

Changelog:
=============
- linux version of 7-Zip can use huge pages (2 MB pages). It can increase
  compression speed for 10% for 7z/xz/LZMA/LZMA2 compression.
- new -spo[d|c|r] switch specifies the path generation mode for the output
  directory for archive extraction. The output directory path is generated from
  the path specified in the -o{dir_path} switch and the name of the archive being
  unpacked.
- some bugs were fixed.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Wang Mingyu
2026-04-30 18:48:20 +08:00
committed by Khem Raj
parent cde1c732e4
commit 506bd38398
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/ip7z/7zip.git;protocol=https;branch=main;tag=${PV} \
file://0001-Remove-treating-warning-as-errors.patch \
file://7z_wrapper.sh \
"
SRCREV = "839151eaaad24771892afaae6bac690e31e58384"
SRCREV = "8c63d71ff886bda90c86db28466287f977374237"
UPSTREAM_CHECK_URI = "https://github.com/ip7z/7zip/releases/latest"