makeself: upgrade 2.6.0 -> 2.7.1

Changelog:
============
- Base64 encoding now runs after compression, consistent with other
  post-compression encryption/encoding options.
- Documentation updated to reflect that compression can be combined with
  encryption/encoding.
- Compression now precedes encryption so both can be enabled together.
- Signing passphrases are masked in stored metadata.
- Added coverage for combined encryption + compression flows.
- Access archive name from script
- pre-extraction script execution in combination with --notemp

-Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2025-12-18 17:03:31 +08:00 committed by Khem Raj
parent 6c3cd83b8d
commit 2fdab67ace
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -12,7 +12,7 @@ SRC_URI = "\
git://github.com/megastep/${BPN}.git;protocol=https;branch=master;tag=release-${PV} \
"
SRCREV = "55d96ab79d39e10e3aec1bb1a7647ec0d4ddf1aa"
SRCREV = "3815292f7359a4ccab8e27bdbe8a844947c51e4c"
do_configure[noexec] = "1"