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
This commit is contained in:
Francis Lam 2020-01-16 09:30:48 -08:00
parent 23d0126407
commit d63d5b4508
No known key found for this signature in database
GPG Key ID: 0A59C698920806EB
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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