PATCH: coreutils: fix md5sum --text option
Please apply the following change from upstream coreutils: https://github.com/coreutils/coreutils/commit/6f265b515e5b93cef9bef0c4994622574c55a1ba
I tried to update to 9.8+, and aborted. Because current package is already nightmare mixing upstreamed patches and non upstreamed patches: https://github.com/msys2/MSYS2-packages/tree/master/coreutils. Would you look at those patches at upstream and help closing #3105?
How did you debug --text if there is no Windows binary yet? (I don't use WSL btw).
How did you debug
--textif there is no Windows binary yet? (I don't use WSL btw).
I didn't debug it, but it seems correct as per the MSYS docsd
8.32 does not have src/digest.c: https://github.com/coreutils/coreutils/tree/v8.32/src . So cherry-pick is impossible.
@lazka How about pushing coreutils99 subset as different pkg?
Well it's just a single line change. Attached the adjusted patch here... md5sum--text.patch
https://github.com/msys2/MSYS2-packages/actions/runs/20266195623/artifacts/4884367837 I can't access to Windows now.
Thankyou! I'm not sure about PKGBUILD itself's license. So referenced the .patch instead of hosting.
Also I'm highly doubting that this is included to MSYS package. Because not useful (current usecase is https://github.com/uutils/coreutils/issues/9168 only ...).
cc @RenjiSann
I closed a PR for backporting since no one can test it.