summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-11-14 00:42:35 +0800
committerJia Zhang <zhang.jia@linux.alibaba.com>2021-11-15 09:56:02 +0800
commitfea6a37625a88993a7937736813417c1968cc9b1 (patch)
treebd2bd2a567ab5c6720b9507934bc9e6d070807c6
parentc14c00f48364a5510534b63345b731ca7e79b405 (diff)
downloadmeta-secure-core-fea6a37625a88993a7937736813417c1968cc9b1.tar.gz
recipes: update SRC_URI branch and protocols
Update SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls. Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
-rw-r--r--meta-efi-secure-boot/recipes-bsp/efitools/efitools.inc2
-rw-r--r--meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb2
-rw-r--r--meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb2
-rw-r--r--meta-efi-secure-boot/recipes-extended/mokutil/mokutil_git.bb2
-rw-r--r--meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb2
-rw-r--r--meta-ids/recipes-ids/mtree/mtree_git.bb2
-rw-r--r--meta-integrity/recipes-support/ima-inspect/ima-inspect_0.13.bb2
-rw-r--r--meta-intel-sgx/recipes-kernel/intel-sgx-driver/intel-sgx-driver_2.1.bb2
-rw-r--r--meta-signing-key/recipes-devtools/libsign/libsign_git.bb2
-rw-r--r--meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb4
-rw-r--r--meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb2
-rw-r--r--meta-tpm/recipes-tpm/pcr-extend/pcr-extend_git.bb2
-rw-r--r--meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_git.bb2
-rw-r--r--meta-tpm/recipes-tpm/tpm-tools/tpm-tools_git.bb2
-rw-r--r--meta-tpm/recipes-tpm/trousers/trousers_git.bb2
-rw-r--r--meta-tpm/recipes-tpm/tss-testsuite/tss-testsuite_git.bb2
-rw-r--r--meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.3.3.bb2
17 files changed, 18 insertions, 18 deletions
diff --git a/meta-efi-secure-boot/recipes-bsp/efitools/efitools.inc b/meta-efi-secure-boot/recipes-bsp/efitools/efitools.inc
index 79feff7..4f28326 100644
--- a/meta-efi-secure-boot/recipes-bsp/efitools/efitools.inc
+++ b/meta-efi-secure-boot/recipes-bsp/efitools/efitools.inc
@@ -18,7 +18,7 @@ DEPENDS:append = " \
18PV = "1.9.2+git${SRCPV}" 18PV = "1.9.2+git${SRCPV}"
19 19
20SRC_URI = "\ 20SRC_URI = "\
21 git://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git \ 21 git://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git;branch=master \
22 file://Fix-for-the-cross-compilation.patch \ 22 file://Fix-for-the-cross-compilation.patch \
23 file://Kill-all-the-build-warning-caused-by-implicit-declar.patch \ 23 file://Kill-all-the-build-warning-caused-by-implicit-declar.patch \
24 file://Fix-the-wrong-dependency-for-blacklist.esl.patch \ 24 file://Fix-the-wrong-dependency-for-blacklist.esl.patch \
diff --git a/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb b/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb
index f6cacc0..5c026df 100644
--- a/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb
+++ b/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb
@@ -27,7 +27,7 @@ DEPENDS += "\
27PV = "0.4.6+git${SRCPV}" 27PV = "0.4.6+git${SRCPV}"
28 28
29SRC_URI = "\ 29SRC_URI = "\
30 git://github.com/jiazhang0/SELoader.git \ 30 git://github.com/jiazhang0/SELoader.git;branch=master;protocol=https \
31" 31"
32SRCREV = "8b90f76a8df51d9020e67824026556434f407086" 32SRCREV = "8b90f76a8df51d9020e67824026556434f407086"
33 33
diff --git a/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb b/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb
index 3b71690..4ea2499 100644
--- a/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb
+++ b/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb
@@ -20,7 +20,7 @@ DEPENDS += "\
20PV = "12+git${SRCPV}" 20PV = "12+git${SRCPV}"
21 21
22SRC_URI = "\ 22SRC_URI = "\
23 git://github.com/rhboot/shim.git;branch=main \ 23 git://github.com/rhboot/shim.git;branch=main;protocol=https \
24 file://0001-shim-allow-to-verify-sha1-digest-for-Authenticode.patch;apply=0 \ 24 file://0001-shim-allow-to-verify-sha1-digest-for-Authenticode.patch;apply=0 \
25 file://0005-Fix-signing-failure-due-to-not-finding-certificate.patch;apply=0 \ 25 file://0005-Fix-signing-failure-due-to-not-finding-certificate.patch;apply=0 \
26 file://0006-Prevent-from-removing-intermediate-.efi.patch \ 26 file://0006-Prevent-from-removing-intermediate-.efi.patch \
diff --git a/meta-efi-secure-boot/recipes-extended/mokutil/mokutil_git.bb b/meta-efi-secure-boot/recipes-extended/mokutil/mokutil_git.bb
index 3c215fb..5bdad22 100644
--- a/meta-efi-secure-boot/recipes-extended/mokutil/mokutil_git.bb
+++ b/meta-efi-secure-boot/recipes-extended/mokutil/mokutil_git.bb
@@ -8,7 +8,7 @@ DEPENDS += "openssl efivar virtual/crypt"
8PV = "0.3.0+git${SRCPV}" 8PV = "0.3.0+git${SRCPV}"
9 9
10SRC_URI = "\ 10SRC_URI = "\
11 git://github.com/lcp/mokutil.git \ 11 git://github.com/lcp/mokutil.git;branch=master;protocol=https \
12 file://0001-mokutil.c-fix-typo-enrollement-enrollment.patch \ 12 file://0001-mokutil.c-fix-typo-enrollement-enrollment.patch \
13" 13"
14SRCREV = "e19adc575c1f9d8f08b7fbc594a0887ace63f83f" 14SRCREV = "e19adc575c1f9d8f08b7fbc594a0887ace63f83f"
diff --git a/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb b/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb
index 6bc9f54..53c6227 100644
--- a/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb
+++ b/meta-encrypted-storage/recipes-tpm/cryptfs-tpm2/cryptfs-tpm2_git.bb
@@ -20,7 +20,7 @@ DEPENDS += "tpm2-tss tpm2-abrmd pkgconfig-native"
20PV = "0.7.0+git${SRCPV}" 20PV = "0.7.0+git${SRCPV}"
21 21
22SRC_URI = "\ 22SRC_URI = "\
23 git://github.com/jiazhang0/cryptfs-tpm2.git \ 23 git://github.com/jiazhang0/cryptfs-tpm2.git;branch=master;protocol=https \
24 file://0001-luks-setup.sh-Add-support-for-qemu-with-the-swtpm.patch \ 24 file://0001-luks-setup.sh-Add-support-for-qemu-with-the-swtpm.patch \
25 file://0002-luks-setup.sh-Updated-TPM-Tools.patch \ 25 file://0002-luks-setup.sh-Updated-TPM-Tools.patch \
26 file://0001-Remove-build-time-from-show_banner.patch \ 26 file://0001-Remove-build-time-from-show_banner.patch \
diff --git a/meta-ids/recipes-ids/mtree/mtree_git.bb b/meta-ids/recipes-ids/mtree/mtree_git.bb
index 0a303da..f721757 100644
--- a/meta-ids/recipes-ids/mtree/mtree_git.bb
+++ b/meta-ids/recipes-ids/mtree/mtree_git.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bb19ea4eac951288efda4010c5c669a8"
8 8
9PV = "1.0.3+git${SRCPV}" 9PV = "1.0.3+git${SRCPV}"
10 10
11SRC_URI = "git://github.com/archiecobbs/mtree-port.git \ 11SRC_URI = "git://github.com/archiecobbs/mtree-port.git;branch=master;protocol=https \
12 file://mtree-getlogin.patch \ 12 file://mtree-getlogin.patch \
13 file://configure.ac-automake-error.patch \ 13 file://configure.ac-automake-error.patch \
14 file://0001-compat-glibc-2.33.patch \ 14 file://0001-compat-glibc-2.33.patch \
diff --git a/meta-integrity/recipes-support/ima-inspect/ima-inspect_0.13.bb b/meta-integrity/recipes-support/ima-inspect/ima-inspect_0.13.bb
index c5ee628..e28ba86 100644
--- a/meta-integrity/recipes-support/ima-inspect/ima-inspect_0.13.bb
+++ b/meta-integrity/recipes-support/ima-inspect/ima-inspect_0.13.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a23a74b3f4caf9616230789d94217acb"
4DEPENDS += "attr ima-evm-utils tclap" 4DEPENDS += "attr ima-evm-utils tclap"
5 5
6SRC_URI = " \ 6SRC_URI = " \
7 git://github.com/mgerstner/ima-inspect.git \ 7 git://github.com/mgerstner/ima-inspect.git;branch=master;protocol=https \
8" 8"
9SRCREV = "90f395c84eff54c69ba9ee078274313cfd308b53" 9SRCREV = "90f395c84eff54c69ba9ee078274313cfd308b53"
10 10
diff --git a/meta-intel-sgx/recipes-kernel/intel-sgx-driver/intel-sgx-driver_2.1.bb b/meta-intel-sgx/recipes-kernel/intel-sgx-driver/intel-sgx-driver_2.1.bb
index a95ba8e..108c216 100644
--- a/meta-intel-sgx/recipes-kernel/intel-sgx-driver/intel-sgx-driver_2.1.bb
+++ b/meta-intel-sgx/recipes-kernel/intel-sgx-driver/intel-sgx-driver_2.1.bb
@@ -12,7 +12,7 @@ DEPENDS = "virtual/kernel"
12PV = "2.1+git${SRCPV}" 12PV = "2.1+git${SRCPV}"
13 13
14SRC_URI = "\ 14SRC_URI = "\
15 git://github.com/intel/linux-sgx-driver.git \ 15 git://github.com/intel/linux-sgx-driver.git;branch=master;protocol=https \
16" 16"
17SRCREV = "2a509c203533f9950fa3459fe91864051bc021a2" 17SRCREV = "2a509c203533f9950fa3459fe91864051bc021a2"
18 18
diff --git a/meta-signing-key/recipes-devtools/libsign/libsign_git.bb b/meta-signing-key/recipes-devtools/libsign/libsign_git.bb
index ea2a960..23813d0 100644
--- a/meta-signing-key/recipes-devtools/libsign/libsign_git.bb
+++ b/meta-signing-key/recipes-devtools/libsign/libsign_git.bb
@@ -19,7 +19,7 @@ DEPENDS += "openssl"
19PV = "0.3.2+git${SRCPV}" 19PV = "0.3.2+git${SRCPV}"
20 20
21SRC_URI = "\ 21SRC_URI = "\
22 git://github.com/jiazhang0/libsign.git \ 22 git://github.com/jiazhang0/libsign.git;branch=master;protocol=https \
23 file://0001-selsign.c-remove-build-time-from-show_banner.patch \ 23 file://0001-selsign.c-remove-build-time-from-show_banner.patch \
24 file://0001-env.mk-fix-LDFLAGS-expansion.patch \ 24 file://0001-env.mk-fix-LDFLAGS-expansion.patch \
25" 25"
diff --git a/meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb b/meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb
index 6e12eae..de605d4 100644
--- a/meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb
+++ b/meta-signing-key/recipes-devtools/sbsigntool/sbsigntool_git.bb
@@ -11,8 +11,8 @@ DEPENDS += "binutils openssl gnu-efi gnu-efi-native util-linux-libuuid"
11DEPENDS += "binutils-native help2man-native coreutils-native openssl-native util-linux-native" 11DEPENDS += "binutils-native help2man-native coreutils-native openssl-native util-linux-native"
12 12
13SRC_URI = " \ 13SRC_URI = " \
14 git://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git;protocol=https;name=sbsigntools \ 14 git://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git;protocol=https;name=sbsigntools;branch=master \
15 git://github.com/rustyrussell/ccan.git;protocol=https;destsuffix=git/lib/ccan.git;name=ccan \ 15 git://github.com/rustyrussell/ccan.git;protocol=https;destsuffix=git/lib/ccan.git;name=ccan;branch=master \
16 file://0001-configure-Dont-t-check-for-gnu-efi.patch \ 16 file://0001-configure-Dont-t-check-for-gnu-efi.patch \
17 file://0002-docs-Don-t-build-man-pages.patch \ 17 file://0002-docs-Don-t-build-man-pages.patch \
18 file://0003-sbsign-add-x-option-to-avoid-overwrite-existing-sign.patch \ 18 file://0003-sbsign-add-x-option-to-avoid-overwrite-existing-sign.patch \
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 b652b4c..ab88b64 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"
8DEPENDS += "openssl trousers" 8DEPENDS += "openssl trousers"
9 9
10SRC_URI = "\ 10SRC_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 a534329..0d7fb27 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"
9PV = "0.1+git${SRCPV}" 9PV = "0.1+git${SRCPV}"
10 10
11SRC_URI = "\ 11SRC_URI = "\
12 git://github.com/flihp/pcr-extend.git \ 12 git://github.com/flihp/pcr-extend.git;branch=master;protocol=https \
13" 13"
14SRCREV = "c02ad8f628b3d99f6d4c087b402fe31a40ee6316" 14SRCREV = "c02ad8f628b3d99f6d4c087b402fe31a40ee6316"
15 15
diff --git a/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_git.bb b/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_git.bb
index 083aa7c..43a17e0 100644
--- a/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_git.bb
+++ b/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_git.bb
@@ -18,7 +18,7 @@ DEPENDS = "libtspi tpm-tools"
18PV = "1.0.4+git${SRCPV}" 18PV = "1.0.4+git${SRCPV}"
19 19
20SRC_URI = "\ 20SRC_URI = "\
21 git://git.code.sf.net/p/tpmquotetools/tpm-quote-tools \ 21 git://git.code.sf.net/p/tpmquotetools/tpm-quote-tools;branch=master \
22" 22"
23SRCREV = "d70da818778f641c05de8eb205fb72782e5555db" 23SRCREV = "d70da818778f641c05de8eb205fb72782e5555db"
24 24
diff --git a/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_git.bb b/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_git.bb
index 40fc14a..e2f6b17 100644
--- a/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_git.bb
+++ b/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_git.bb
@@ -16,7 +16,7 @@ DEPENDS:class-native = "trousers-native"
16PV = "1.3.9.1+git${SRCPV}" 16PV = "1.3.9.1+git${SRCPV}"
17 17
18SRC_URI = "\ 18SRC_URI = "\
19 git://git.code.sf.net/p/trousers/tpm-tools \ 19 git://git.code.sf.net/p/trousers/tpm-tools;branch=master \
20 file://tpm-tools-extendpcr.patch \ 20 file://tpm-tools-extendpcr.patch \
21 file://03-fix-bool-error-parseStringWithValues.patch;apply=0 \ 21 file://03-fix-bool-error-parseStringWithValues.patch;apply=0 \
22" 22"
diff --git a/meta-tpm/recipes-tpm/trousers/trousers_git.bb b/meta-tpm/recipes-tpm/trousers/trousers_git.bb
index 545c2a7..0916a3a 100644
--- a/meta-tpm/recipes-tpm/trousers/trousers_git.bb
+++ b/meta-tpm/recipes-tpm/trousers/trousers_git.bb
@@ -17,7 +17,7 @@ PROVIDES = "${PACKAGES}"
17PV = "0.3.14+git${SRCPV}" 17PV = "0.3.14+git${SRCPV}"
18 18
19SRC_URI = "\ 19SRC_URI = "\
20 git://git.code.sf.net/p/trousers/trousers \ 20 git://git.code.sf.net/p/trousers/trousers;branch=master \
21 file://fix-deadlock-and-potential-hung.patch \ 21 file://fix-deadlock-and-potential-hung.patch \
22 file://fix-event-log-parsing-problem.patch \ 22 file://fix-event-log-parsing-problem.patch \
23 file://fix-incorrect-report-of-insufficient-buffer.patch \ 23 file://fix-incorrect-report-of-insufficient-buffer.patch \
diff --git a/meta-tpm/recipes-tpm/tss-testsuite/tss-testsuite_git.bb b/meta-tpm/recipes-tpm/tss-testsuite/tss-testsuite_git.bb
index ae68f4f..89a70aa 100644
--- a/meta-tpm/recipes-tpm/tss-testsuite/tss-testsuite_git.bb
+++ b/meta-tpm/recipes-tpm/tss-testsuite/tss-testsuite_git.bb
@@ -18,7 +18,7 @@ DEPENDS = "trousers"
18PV = "git${SRCPV}" 18PV = "git${SRCPV}"
19 19
20SRC_URI = "\ 20SRC_URI = "\
21 git://git.code.sf.net/p/trousers/testsuite \ 21 git://git.code.sf.net/p/trousers/testsuite;branch=master \
22 file://fix-failure-of-.so-LD-with-cortexa8t-neon-wrswrap-linux.patch \ 22 file://fix-failure-of-.so-LD-with-cortexa8t-neon-wrswrap-linux.patch \
23 file://testsuite-transport-init.patch \ 23 file://testsuite-transport-init.patch \
24 file://Tspi_TPM_LoadMaintenancePubKey01.patch \ 24 file://Tspi_TPM_LoadMaintenancePubKey01.patch \
diff --git a/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.3.3.bb b/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.3.3.bb
index 54393dd..95be7b4 100644
--- a/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.3.3.bb
+++ b/meta-tpm2/recipes-tpm/tpm2-abrmd/tpm2-abrmd_2.3.3.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
15SRC_URI = "\ 15SRC_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://0001-Remove-obsolete-setting-regarding-the-Standard-Outpu.patch \ 17 file://0001-Remove-obsolete-setting-regarding-the-Standard-Outpu.patch \
18 file://tpm2-abrmd-init.sh \ 18 file://tpm2-abrmd-init.sh \
19 file://tpm2-abrmd.default \ 19 file://tpm2-abrmd.default \