mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-20 01:06:18 +00:00
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:
parent
23d0126407
commit
d63d5b4508
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user