Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin tag of musl-cross, tpmtotp and msrtools #618

Merged
merged 6 commits into from
Dec 6, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pin msrtools and tpmtotp to current git heads
Signed-off-by: Trammell hudson <hudson@trmm.net>
osresearch committed Oct 29, 2019

Verified

This commit was signed with the committer’s verified signature.
osresearch Trammell Hudson
commit 2980eb0522bfaf52f74ccbd33b564089e6abf933
11 changes: 6 additions & 5 deletions modules/msrtools
Original file line number Diff line number Diff line change
@@ -2,14 +2,15 @@ modules-$(CONFIG_MSRTOOLS) += msrtools

msrtools_depends := $(musl_dep)

msrtools_version := git
msrtools_repo := https://github.com/osresearch/msr-tools
#msrtools_version := git
#msrtools_repo := https://github.com/osresearch/msr-tools

#msrtools_version := 1.3
msrtools_version := 572ef8a
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
msrtools_hash := e8205aa3d19e536080f5974ed06ab9a88c4c3f37870c2f6a3a08a2f39302c22c
#msrtools_url := https://github.com/intel/msr-tools/archive/msr-tools-$(msrtools_version).tar.gz
msrtools_url := https://github.com/osresearch/msr-tools/archive/$(msrtools_version).tar.gz
msrtools_hash := 80554790d0a404205fe215c9ae8d2de159e980ec23821d636f201f12550e6ac0

msrtools_target := \
$(CROSS_TOOLS) \
10 changes: 5 additions & 5 deletions modules/tpmtotp
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@ modules-$(CONFIG_TPMTOTP) += tpmtotp

tpmtotp_depends := mbedtls qrencode $(musl_dep)

tpmtotp_version := git
tpmtotp_repo := https://github.com/osresearch/tpmtotp
#tpmtotp_version := git
#tpmtotp_repo := https://github.com/osresearch/tpmtotp

#tpmtotp_version := 0.3.0
tpmtotp_version := 18b860f
tpmtotp_dir := tpmtotp-$(tpmtotp_version)
tpmtotp_tar := tpmtotp-$(tpmtotp_version).tar.gz
tpmtotp_url := https://github.com/osresearch/tpmtotp/archive/v$(tpmtotp_version).tar.gz
tpmtotp_hash := e8205aa3d19e536080f5974ed06ab9a88c4c3f37870c2f6a3a08a2f39302c22c
tpmtotp_url := https://github.com/osresearch/tpmtotp/archive/$(tpmtotp_version).tar.gz
tpmtotp_hash := 1082f2b0e4af833e04220dddedcc21a39eb39ee4dc5668bb010e7bcc795c606c

tpmtotp_target := \
$(CROSS_TOOLS) \