diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-11-03 07:12:41 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-11-04 08:18:00 -0700 |
commit | 7e27eb5fca7a22e82251f79103bb12d2b70307fb (patch) | |
tree | 3fb81ec0571b65b37914cfa2204d01db67216d88 /meta-tpm | |
parent | 8215ed27aa5bc10d6c7dac7783032a8c6fdee297 (diff) | |
download | meta-security-7e27eb5fca7a22e82251f79103bb12d2b70307fb.tar.gz |
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm')
12 files changed, 12 insertions, 12 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 \ |
diff --git a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.0.bb b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.0.bb index b80ef79..1818171 100644 --- a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.0.bb | |||
@@ -13,7 +13,7 @@ DEPENDS = "autoconf-archive dbus glib-2.0 tpm2-tss glib-2.0-native \ | |||
13 | libtss2 libtss2-mu libtss2-tcti-device libtss2-tcti-mssim" | 13 | libtss2 libtss2-mu libtss2-tcti-device libtss2-tcti-mssim" |
14 | 14 | ||
15 | SRC_URI = "\ | 15 | SRC_URI = "\ |
16 | git://github.com/tpm2-software/tpm2-abrmd.git \ | 16 | git://github.com/tpm2-software/tpm2-abrmd.git;branch=master;protocol=https \ |
17 | file://tpm2-abrmd-init.sh \ | 17 | file://tpm2-abrmd-init.sh \ |
18 | file://tpm2-abrmd.default \ | 18 | file://tpm2-abrmd.default \ |
19 | " | 19 | " |
diff --git a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb index 649338a..366e9da 100644 --- a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0fc19f620a102768d6dbd1e7166e78ab" | |||
6 | 6 | ||
7 | DEPENDS = "autoconf-archive pkgconfig dstat sqlite3 openssl libtss2-dev tpm2-tools libyaml p11-kit python3-setuptools-native" | 7 | DEPENDS = "autoconf-archive pkgconfig dstat sqlite3 openssl libtss2-dev tpm2-tools libyaml p11-kit python3-setuptools-native" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/tpm2-software/tpm2-pkcs11.git;branch=master \ | 9 | SRC_URI = "git://github.com/tpm2-software/tpm2-pkcs11.git;branch=master;protocol=https \ |
10 | file://bootstrap_fixup.patch \ | 10 | file://bootstrap_fixup.patch \ |
11 | file://0001-remove-local-binary-checkes.patch \ | 11 | file://0001-remove-local-binary-checkes.patch \ |
12 | " | 12 | " |
diff --git a/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb b/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb index 47113d2..2bf1eed 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" |
5 | DEPENDS = "libtss2-dev libtss2-mu-dev gnu-efi-native gnu-efi pkgconfig autoconf-archive-native" | 5 | DEPENDS = "libtss2-dev libtss2-mu-dev gnu-efi-native gnu-efi pkgconfig autoconf-archive-native" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/tpm2-software/tpm2-tcti-uefi.git \ | 7 | SRC_URI = "git://github.com/tpm2-software/tpm2-tcti-uefi.git;branch=master;protocol=https \ |
8 | file://configure_oe_fixup.patch \ | 8 | file://configure_oe_fixup.patch \ |
9 | file://0001-configure.ac-stop-inserting-host-directories-into-co.patch \ | 9 | file://0001-configure.ac-stop-inserting-host-directories-into-co.patch \ |
10 | file://fix_header_file.patch \ | 10 | file://fix_header_file.patch \ |
diff --git a/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.3.0.bb b/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.3.0.bb index dfebc07..d324e33 100644 --- a/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.3.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.3.0.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "autoconf-archive libtss2-dev qrencode" | |||
10 | PE = "1" | 10 | PE = "1" |
11 | 11 | ||
12 | SRCREV = "96a1448753a48974149003bc90ea3990ae8e8d0b" | 12 | SRCREV = "96a1448753a48974149003bc90ea3990ae8e8d0b" |
13 | SRC_URI = "git://github.com/tpm2-software/tpm2-totp.git" | 13 | SRC_URI = "git://github.com/tpm2-software/tpm2-totp.git;branch=master;protocol=https" |
14 | 14 | ||
15 | inherit autotools-brokensep pkgconfig | 15 | inherit autotools-brokensep pkgconfig |
16 | 16 | ||
diff --git a/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb b/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb index 3069b1f..4d1f425 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb | |||
@@ -9,7 +9,7 @@ SECTION = "security/tpm" | |||
9 | DEPENDS = "autoconf-archive-native bash-completion libtss2 libgcrypt openssl" | 9 | DEPENDS = "autoconf-archive-native bash-completion libtss2 libgcrypt openssl" |
10 | 10 | ||
11 | SRCREV = "6f387a4efe2049f1b4833e8f621c77231bc1eef4" | 11 | SRCREV = "6f387a4efe2049f1b4833e8f621c77231bc1eef4" |
12 | SRC_URI = "git://github.com/tpm2-software/tpm2-tss-engine.git;branch=v1.1.x" | 12 | SRC_URI = "git://github.com/tpm2-software/tpm2-tss-engine.git;branch=v1.1.x;protocol=https" |
13 | 13 | ||
14 | inherit autotools-brokensep pkgconfig systemd | 14 | inherit autotools-brokensep pkgconfig systemd |
15 | 15 | ||