文件
ParlzPackageManger/CHANGELOG
JGZYES e62d9745e6 fix: strip sha256sum binary marker ('*') when verifying .pdm members
GNU sha256sum prefixes a '*' for binary members (the .tar.gz contain NULs),
e.g. '<hash> *control.tar.gz'. pdm_install_file parsed the '*' as part of the
filename, looked up installed/.stage/*control.tar.gz and always reported a
checksum mismatch, so 'pmm install pmm' (amd64 and aarch64 .pdm alike) failed
even though the whole-file sha256 was fine. Strip the leading '*'.
2026-09-05 16:45:14 +08:00
..