add cryptographic assurances when fetching the toolchain 94/head
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 20 Sep 2016 17:38:03 +0000 (19:38 +0200)
committerOleksij Rempel <linux@rempel-privat.de>
Tue, 20 Sep 2016 18:04:20 +0000 (20:04 +0200)
Previously, anyone tampering with the network could have modified the
toolchain source code in transit and the build would have proceeded as
expected.

With this patch, we can ensure that we're getting the expected
tarballs from upstream.

If the required toolchain packages change in the future, the sha256
digests of the new packages should be updated in Makefile as well.

Updated-by: Oleksij Rempel <linux@rempel-privat.de>

No differences found