]> git.ipfire.org Git - thirdparty/systemd.git/commit
importd: accept a single space as SHA256SUMS separator
authorLennart Poettering <lennart@poettering.net>
Tue, 19 Aug 2025 07:23:07 +0000 (09:23 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 19 Aug 2025 10:49:19 +0000 (11:49 +0100)
commit265386ba35463bf38f309cce7ef0dc78769eb2b3
tree840f5b795935796fe1817b5e0708fe1109e6ac7f
parentde9e6428b5e88051409bc7ac7cbd78609fdc20f7
importd: accept a single space as SHA256SUMS separator

The SHA256SUMS files provided by https://images.linuxcontainers.org/
are slightly non-conforming, insted of using " *" or "  " as separator
between hash and file name they use " ". Let's accept that too, in the
interest of maximizing compatibility.
src/import/pull-common.c