]> git.ipfire.org Git - ipfire-2.x.git/commit
make.sh: Explicitely check the source tarballs
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 21 Dec 2024 10:54:42 +0000 (10:54 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 23 Dec 2024 16:12:47 +0000 (17:12 +0100)
commit50f8a13985fd804dc6c9a71cccbfd179ae62a732
treeb734f1c04ed701bb3dcc40e3441fce4748863b25
parent1ff1a164b58fbed161f4f4cb464f4e207ec823ac
make.sh: Explicitely check the source tarballs

The Makefiles do not automatically perform the check that I expected
them to perform when running a build. They check if the source tarballs
are all present, but they don't check whether they match the checksum.
This is only being done when "./make.sh downloadsrc" is being run.

In case of the automated builds, we explicitely run "./make.sh
downloadsrc", so I don't think that this might have introduced any
malicious source into the published builds.

Reported-by: Stephen Cuka <stephen@firemypi.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
make.sh