Petr Štetiar 4e19cbc553 download: handle possibly invalid local tarballs
Currently it's assumed, that already downloaded tarballs are always
fine, so no checksum checking is performed and the tarball is used even
if it might be corrupted.

From now on, we're going to always check the downloaded tarballs before
considering them valid.

Steps to reproduce:

 1. Remove cached tarball

   rm dl/libubox-2020-08-06-9e52171d.tar.xz

 2. Download valid tarball again

   make package/libubox/download

 3. Invalidate the tarball

   sed -i 's/PKG_MIRROR_HASH:=../PKG_MIRROR_HASH:=ff/' package/libs/libubox/Makefile

 4. Now compile with corrupt tarball source

   make package/libubox/{clean,compile}

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-11-27 14:46:13 +01:00
..
2019-08-12 12:27:06 +02:00
2015-03-29 07:29:18 +00:00
2020-11-26 11:17:55 +01:00
2019-01-30 13:20:14 +01:00
2018-08-05 00:06:27 +02:00
2020-04-26 21:20:47 +02:00
2019-12-23 00:22:07 +01:00
2020-08-31 11:26:10 +01:00