mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-06 04:41:06 +00:00
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>
This commit is contained in:
@@ -3,7 +3,7 @@ LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9"
|
||||
|
||||
SRCREV = "f6dd8f55eab4910131ec6a6a570dcd7951bd10e4"
|
||||
SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-0.8"
|
||||
SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-0.8;protocol=https"
|
||||
|
||||
PE = "1"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=11f0ee3af475c85b907426e285c9bb52"
|
||||
DEPENDS += "openssl trousers"
|
||||
|
||||
SRC_URI = "\
|
||||
git://github.com/mgerstner/openssl_tpm_engine.git \
|
||||
git://github.com/mgerstner/openssl_tpm_engine.git;branch=master;protocol=https \
|
||||
file://0001-create-tpm-key-support-well-known-key-option.patch \
|
||||
file://0002-libtpm-support-env-TPM_SRK_PW.patch \
|
||||
file://0003-tpm-openssl-tpm-engine-parse-an-encrypted-tpm-SRK-pa.patch \
|
||||
|
||||
@@ -9,7 +9,7 @@ DEPENDS = "libtspi"
|
||||
PV = "0.1+git${SRCPV}"
|
||||
SRCREV = "c02ad8f628b3d99f6d4c087b402fe31a40ee6316"
|
||||
|
||||
SRC_URI = "git://github.com/flihp/pcr-extend.git \
|
||||
SRC_URI = "git://github.com/flihp/pcr-extend.git;branch=master;protocol=https \
|
||||
file://fix_openssl11_build.patch "
|
||||
|
||||
inherit autotools
|
||||
|
||||
@@ -7,7 +7,7 @@ SECTION = "apps"
|
||||
DEPENDS = "libtasn1 coreutils-native expect-native socat-native glib-2.0 net-tools-native libtpm json-glib"
|
||||
|
||||
SRCREV = "98187d24fe14851653a7c46eb16e9c5f0b9beaa1"
|
||||
SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=stable-0.6 \
|
||||
SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=stable-0.6;protocol=https \
|
||||
file://ioctl_h.patch \
|
||||
file://oe_configure.patch \
|
||||
"
|
||||
|
||||
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ec30b01163d242ecf07d9cd84e3611f"
|
||||
|
||||
DEPENDS = "libtspi tpm-tools"
|
||||
|
||||
SRC_URI = "git://git.code.sf.net/p/tpmquotetools/tpm-quote-tools"
|
||||
SRC_URI = "git://git.code.sf.net/p/tpmquotetools/tpm-quote-tools;branch=master"
|
||||
SRCREV = "4511874d5c9b4504bb96e94f8a14bd6c39a36295"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -14,7 +14,7 @@ DEPENDS:class-native = "trousers-native"
|
||||
|
||||
SRCREV = "bf43837575c5f7d31865562dce7778eae970052e"
|
||||
SRC_URI = " \
|
||||
git://git.code.sf.net/p/trousers/tpm-tools \
|
||||
git://git.code.sf.net/p/trousers/tpm-tools;branch=master \
|
||||
file://tpm-tools-extendpcr.patch \
|
||||
file://04-fix-FTBFS-clang.patch \
|
||||
file://openssl1.1_fix.patch \
|
||||
|
||||
@@ -10,7 +10,7 @@ SRCREV = "94144b0a1dcef6e31845d6c319e9bd7357208eb9"
|
||||
PV = "0.3.15+git${SRCPV}"
|
||||
|
||||
SRC_URI = " \
|
||||
git://git.code.sf.net/p/trousers/trousers \
|
||||
git://git.code.sf.net/p/trousers/trousers;branch=master \
|
||||
file://trousers.init.sh \
|
||||
file://trousers-udev.rules \
|
||||
file://tcsd.service \
|
||||
|
||||
Reference in New Issue
Block a user