From d63d5b4508072fef03223342879e349e97860587 Mon Sep 17 00:00:00 2001 From: Francis Lam Date: Thu, 16 Jan 2020 09:30:48 -0800 Subject: [PATCH] modules: update to use full commit id The short commit id can cause the tar archive potentially cause the root directory in the archive to be named with the short id causing the verification to fail --- modules/msrtools | 2 +- modules/musl-cross | 2 +- modules/tpmtotp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/msrtools b/modules/msrtools index 6cfc30c2..8a9b6b5b 100644 --- a/modules/msrtools +++ b/modules/msrtools @@ -5,7 +5,7 @@ msrtools_depends := $(musl_dep) #msrtools_version := git #msrtools_repo := https://github.com/osresearch/msr-tools -msrtools_version := 572ef8a +msrtools_version := 572ef8a2b873eda15a322daa48861140a078b92c msrtools_dir := msrtools-$(msrtools_version) msrtools_tar := msr-tools-$(msrtools_version).tar.gz #msrtools_url := https://github.com/intel/msr-tools/archive/msr-tools-$(msrtools_version).tar.gz diff --git a/modules/musl-cross b/modules/musl-cross index 617c66e3..f9cf79db 100644 --- a/modules/musl-cross +++ b/modules/musl-cross @@ -4,7 +4,7 @@ ifeq "$(MUSL_CROSS_ONCE)" "" MUSL_CROSS_ONCE := 1 modules-$(CONFIG_MUSL) += musl-cross -musl-cross_version := 38e52db +musl-cross_version := 38e52db8358c043ae82b346a2e6e66bc86a53bc1 musl-cross_dir := musl-cross-$(musl-cross_version) musl-cross_url := https://github.com/richfelker/musl-cross-make/archive/$(musl-cross_version).tar.gz musl-cross_tar := musl-cross-$(musl-cross_version).tar.gz diff --git a/modules/tpmtotp b/modules/tpmtotp index 6c870ca4..433df8ce 100644 --- a/modules/tpmtotp +++ b/modules/tpmtotp @@ -5,7 +5,7 @@ tpmtotp_depends := mbedtls qrencode $(musl_dep) #tpmtotp_version := git #tpmtotp_repo := https://github.com/osresearch/tpmtotp -tpmtotp_version := 18b860f +tpmtotp_version := 18b860fdcf5a55537c8395b891f2b2a5c24fc00a tpmtotp_dir := tpmtotp-$(tpmtotp_version) tpmtotp_tar := tpmtotp-$(tpmtotp_version).tar.gz tpmtotp_url := https://github.com/osresearch/tpmtotp/archive/$(tpmtotp_version).tar.gz