mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-30 00:21:42 +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 = "f66a719eda0b492ea3ec7852421a9d98db0a0621"
|
||||
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
|
||||
|
||||
@@ -10,7 +10,7 @@ DEPENDS = "libtasn1 coreutils-native expect socat glib-2.0 net-tools-native libt
|
||||
DEPENDS_append = " tpm-tools-native expect-native socat-native python3-pip-native python3-cryptography-native"
|
||||
|
||||
SRCREV = "e59c0c1a7b4c8d652dbb280fd6126895a7057464"
|
||||
SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=stable-0.5 \
|
||||
SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=stable-0.5;protocol=https \
|
||||
file://ioctl_h.patch \
|
||||
file://oe_configure.patch \
|
||||
"
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -13,7 +13,7 @@ DEPENDS = "autoconf-archive dbus glib-2.0 tpm2-tss glib-2.0-native \
|
||||
libtss2 libtss2-mu libtss2-tcti-device libtss2-tcti-mssim"
|
||||
|
||||
SRC_URI = "\
|
||||
git://github.com/tpm2-software/tpm2-abrmd.git \
|
||||
git://github.com/tpm2-software/tpm2-abrmd.git;branch=master;protocol=https \
|
||||
file://tpm2-abrmd-init.sh \
|
||||
file://tpm2-abrmd.default \
|
||||
"
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0fc19f620a102768d6dbd1e7166e78ab"
|
||||
|
||||
DEPENDS = "autoconf-archive pkgconfig dstat sqlite3 openssl libtss2-dev tpm2-tools libyaml python3-setuptools-native"
|
||||
|
||||
SRC_URI = "git://github.com/tpm2-software/tpm2-pkcs11.git;branch=1.X \
|
||||
SRC_URI = "git://github.com/tpm2-software/tpm2-pkcs11.git;branch=1.X;protocol=https \
|
||||
file://bootstrap_fixup.patch \
|
||||
file://0001-remove-local-binary-checkes.patch"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da"
|
||||
DEPENDS = "libtss2-dev libtss2-mu-dev gnu-efi-native gnu-efi pkgconfig autoconf-archive-native"
|
||||
|
||||
SRC_URI = "git://github.com/tpm2-software/tpm2-tcti-uefi.git \
|
||||
SRC_URI = "git://github.com/tpm2-software/tpm2-tcti-uefi.git;branch=master;protocol=https \
|
||||
file://configure_oe_fixup.patch \
|
||||
file://0001-configure.ac-stop-inserting-host-directories-into-co.patch \
|
||||
file://fix_header_file.patch \
|
||||
|
||||
@@ -10,7 +10,7 @@ DEPENDS = "autoconf-archive libtss2-dev qrencode"
|
||||
PE = "1"
|
||||
|
||||
SRCREV = "96a1448753a48974149003bc90ea3990ae8e8d0b"
|
||||
SRC_URI = "git://github.com/tpm2-software/tpm2-totp.git"
|
||||
SRC_URI = "git://github.com/tpm2-software/tpm2-totp.git;branch=master;protocol=https"
|
||||
|
||||
inherit autotools-brokensep pkgconfig
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ SECTION = "security/tpm"
|
||||
DEPENDS = "autoconf-archive-native bash-completion libtss2 libgcrypt openssl"
|
||||
|
||||
SRCREV = "6f387a4efe2049f1b4833e8f621c77231bc1eef4"
|
||||
SRC_URI = "git://github.com/tpm2-software/tpm2-tss-engine.git;branch=v1.1.x"
|
||||
SRC_URI = "git://github.com/tpm2-software/tpm2-tss-engine.git;branch=v1.1.x;protocol=https"
|
||||
|
||||
inherit autotools-brokensep pkgconfig systemd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user