diff options
Diffstat (limited to 'meta-tpm/recipes-tpm')
7 files changed, 7 insertions, 7 deletions
diff --git a/meta-tpm/recipes-tpm/libtpm/libtpm_0.8.7.bb b/meta-tpm/recipes-tpm/libtpm/libtpm_0.8.7.bb index 95ba5c5..8fe62cf 100644 --- a/meta-tpm/recipes-tpm/libtpm/libtpm_0.8.7.bb +++ b/meta-tpm/recipes-tpm/libtpm/libtpm_0.8.7.bb | |||
| @@ -3,7 +3,7 @@ LICENSE = "BSD-3-Clause" | |||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9" |
| 4 | 4 | ||
| 5 | SRCREV = "f6dd8f55eab4910131ec6a6a570dcd7951bd10e4" | 5 | SRCREV = "f6dd8f55eab4910131ec6a6a570dcd7951bd10e4" |
| 6 | SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-0.8" | 6 | SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-0.8;protocol=https" |
| 7 | 7 | ||
| 8 | PE = "1" | 8 | PE = "1" |
| 9 | 9 | ||
diff --git a/meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb b/meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb index dab1589..ef663eb 100644 --- a/meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb +++ b/meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb | |||
| @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=11f0ee3af475c85b907426e285c9bb52" | |||
| 8 | DEPENDS += "openssl trousers" | 8 | DEPENDS += "openssl trousers" |
| 9 | 9 | ||
| 10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 11 | git://github.com/mgerstner/openssl_tpm_engine.git \ | 11 | git://github.com/mgerstner/openssl_tpm_engine.git;branch=master;protocol=https \ |
| 12 | file://0001-create-tpm-key-support-well-known-key-option.patch \ | 12 | file://0001-create-tpm-key-support-well-known-key-option.patch \ |
| 13 | file://0002-libtpm-support-env-TPM_SRK_PW.patch \ | 13 | file://0002-libtpm-support-env-TPM_SRK_PW.patch \ |
| 14 | file://0003-tpm-openssl-tpm-engine-parse-an-encrypted-tpm-SRK-pa.patch \ | 14 | file://0003-tpm-openssl-tpm-engine-parse-an-encrypted-tpm-SRK-pa.patch \ |
diff --git a/meta-tpm/recipes-tpm/pcr-extend/pcr-extend_git.bb b/meta-tpm/recipes-tpm/pcr-extend/pcr-extend_git.bb index f8347b7..77f65ae 100644 --- a/meta-tpm/recipes-tpm/pcr-extend/pcr-extend_git.bb +++ b/meta-tpm/recipes-tpm/pcr-extend/pcr-extend_git.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS = "libtspi" | |||
| 9 | PV = "0.1+git${SRCPV}" | 9 | PV = "0.1+git${SRCPV}" |
| 10 | SRCREV = "c02ad8f628b3d99f6d4c087b402fe31a40ee6316" | 10 | SRCREV = "c02ad8f628b3d99f6d4c087b402fe31a40ee6316" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/flihp/pcr-extend.git \ | 12 | SRC_URI = "git://github.com/flihp/pcr-extend.git;branch=master;protocol=https \ |
| 13 | file://fix_openssl11_build.patch " | 13 | file://fix_openssl11_build.patch " |
| 14 | 14 | ||
| 15 | inherit autotools | 15 | inherit autotools |
diff --git a/meta-tpm/recipes-tpm/swtpm/swtpm_0.6.1.bb b/meta-tpm/recipes-tpm/swtpm/swtpm_0.6.1.bb index c7fc131..63734b9 100644 --- a/meta-tpm/recipes-tpm/swtpm/swtpm_0.6.1.bb +++ b/meta-tpm/recipes-tpm/swtpm/swtpm_0.6.1.bb | |||
| @@ -7,7 +7,7 @@ SECTION = "apps" | |||
| 7 | DEPENDS = "libtasn1 coreutils-native expect-native socat-native glib-2.0 net-tools-native libtpm json-glib" | 7 | DEPENDS = "libtasn1 coreutils-native expect-native socat-native glib-2.0 net-tools-native libtpm json-glib" |
| 8 | 8 | ||
| 9 | SRCREV = "98187d24fe14851653a7c46eb16e9c5f0b9beaa1" | 9 | SRCREV = "98187d24fe14851653a7c46eb16e9c5f0b9beaa1" |
| 10 | SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=stable-0.6 \ | 10 | SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=stable-0.6;protocol=https \ |
| 11 | file://ioctl_h.patch \ | 11 | file://ioctl_h.patch \ |
| 12 | file://oe_configure.patch \ | 12 | file://oe_configure.patch \ |
| 13 | " | 13 | " |
diff --git a/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_1.0.4.bb b/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_1.0.4.bb index 53cf8ff..4672bba 100644 --- a/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_1.0.4.bb +++ b/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_1.0.4.bb | |||
| @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ec30b01163d242ecf07d9cd84e3611f" | |||
| 15 | 15 | ||
| 16 | DEPENDS = "libtspi tpm-tools" | 16 | DEPENDS = "libtspi tpm-tools" |
| 17 | 17 | ||
| 18 | SRC_URI = "git://git.code.sf.net/p/tpmquotetools/tpm-quote-tools" | 18 | SRC_URI = "git://git.code.sf.net/p/tpmquotetools/tpm-quote-tools;branch=master" |
| 19 | SRCREV = "4511874d5c9b4504bb96e94f8a14bd6c39a36295" | 19 | SRCREV = "4511874d5c9b4504bb96e94f8a14bd6c39a36295" |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
diff --git a/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.2.bb b/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.2.bb index dbe1647..3b3da4f 100644 --- a/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.2.bb +++ b/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.2.bb | |||
| @@ -14,7 +14,7 @@ DEPENDS:class-native = "trousers-native" | |||
| 14 | 14 | ||
| 15 | SRCREV = "bf43837575c5f7d31865562dce7778eae970052e" | 15 | SRCREV = "bf43837575c5f7d31865562dce7778eae970052e" |
| 16 | SRC_URI = " \ | 16 | SRC_URI = " \ |
| 17 | git://git.code.sf.net/p/trousers/tpm-tools \ | 17 | git://git.code.sf.net/p/trousers/tpm-tools;branch=master \ |
| 18 | file://tpm-tools-extendpcr.patch \ | 18 | file://tpm-tools-extendpcr.patch \ |
| 19 | file://04-fix-FTBFS-clang.patch \ | 19 | file://04-fix-FTBFS-clang.patch \ |
| 20 | file://openssl1.1_fix.patch \ | 20 | file://openssl1.1_fix.patch \ |
diff --git a/meta-tpm/recipes-tpm/trousers/trousers_git.bb b/meta-tpm/recipes-tpm/trousers/trousers_git.bb index 5e03b71..192c66c 100644 --- a/meta-tpm/recipes-tpm/trousers/trousers_git.bb +++ b/meta-tpm/recipes-tpm/trousers/trousers_git.bb | |||
| @@ -10,7 +10,7 @@ SRCREV = "94144b0a1dcef6e31845d6c319e9bd7357208eb9" | |||
| 10 | PV = "0.3.15+git${SRCPV}" | 10 | PV = "0.3.15+git${SRCPV}" |
| 11 | 11 | ||
| 12 | SRC_URI = " \ | 12 | SRC_URI = " \ |
| 13 | git://git.code.sf.net/p/trousers/trousers \ | 13 | git://git.code.sf.net/p/trousers/trousers;branch=master \ |
| 14 | file://trousers.init.sh \ | 14 | file://trousers.init.sh \ |
| 15 | file://trousers-udev.rules \ | 15 | file://trousers-udev.rules \ |
| 16 | file://tcsd.service \ | 16 | file://tcsd.service \ |
