mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +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:
@@ -7,7 +7,7 @@ DESCRIPTION = "CHIPSEC is a framework for analyzing the security \
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=bc2d1f9b427be5fb63f6af9da56f7c5d"
|
||||
|
||||
SRC_URI = "git://github.com/chipsec/chipsec.git;branch=master \
|
||||
SRC_URI = "git://github.com/chipsec/chipsec.git;branch=master;protocol=https \
|
||||
"
|
||||
|
||||
SRCREV = "b2a61684826dc8b9f622a844a40efea579cd7e7d"
|
||||
|
||||
@@ -10,7 +10,7 @@ LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ecabc31e90311da843753ba772885d9f"
|
||||
|
||||
SRCREV ="d6b884f3b72b8a42b21da863836569ef6836c2ea"
|
||||
SRC_URI = " git://github.com/fail2ban/fail2ban.git;branch=0.11 \
|
||||
SRC_URI = " git://github.com/fail2ban/fail2ban.git;branch=0.11;protocol=https \
|
||||
file://initd \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
@@ -14,7 +14,7 @@ BBCLASSEXTEND = "native nativesdk"
|
||||
DEPENDS += "go-dep-native libpam"
|
||||
|
||||
SRCREV = "92b1e9a8670ccd3916a7d24a06cab1e4c9815bc4"
|
||||
SRC_URI = "git://github.com/google/fscrypt.git"
|
||||
SRC_URI = "git://github.com/google/fscrypt.git;branch=master;protocol=https"
|
||||
GO_IMPORT = "import"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -10,7 +10,7 @@ LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
|
||||
SRCREV = "56b898c896240328adef7407090215abbe9ee03d"
|
||||
SRC_URI = "git://github.com/google/fscryptctl.git"
|
||||
SRC_URI = "git://github.com/google/fscryptctl.git;branch=master;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ HOME_PAGE = "https://github.com/google/google-authenticator-libpam"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
LICENSE = "Apache-2.0"
|
||||
|
||||
SRC_URI = "git://github.com/google/google-authenticator-libpam.git"
|
||||
SRC_URI = "git://github.com/google/google-authenticator-libpam.git;branch=master;protocol=https"
|
||||
SRCREV = "2c7415d950fb0b4a7f779f045910666447b100ef"
|
||||
|
||||
DEPENDS = "libpam"
|
||||
|
||||
@@ -6,7 +6,7 @@ LICENSE = "OpenSSL"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ecb78acde8e3b795de8ef6b61aed5885"
|
||||
|
||||
SRCREV = "4ca02c6d7540f2b1bcea278a4fbe373daac7103b"
|
||||
SRC_URI = "git://github.com/cisco/libest;branch=main"
|
||||
SRC_URI = "git://github.com/cisco/libest;branch=main;protocol=https"
|
||||
|
||||
DEPENDS = "openssl"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ DEPENDS = ""
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;beginline=1;endline=2;md5=5b1fd1f66ef926b3c8a5bb00a72a28dd"
|
||||
|
||||
SRCREV = "63d3faf90423a4a6c174539a7d32111a840adadc"
|
||||
SRC_URI = "git://github.com/kyz/libmspack.git"
|
||||
SRC_URI = "git://github.com/kyz/libmspack.git;branch=master;protocol=https"
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=66938a7e5b4c118eda78271de14874c2"
|
||||
|
||||
SRCREV = "dc570e7e3cec1fb176c0168eaedc723084bd0426"
|
||||
SRC_URI = "git://github.com/nmap/ncrack.git"
|
||||
SRC_URI = "git://github.com/nmap/ncrack.git;branch=master;protocol=https"
|
||||
|
||||
DEPENDS = "openssl zlib"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
||||
|
||||
SRCREV = "f1bbd1a8756c076c8fd4f4dd0bc34a8ef215ae79"
|
||||
SRC_URI = "git://github.com/sullo/nikto.git \
|
||||
SRC_URI = "git://github.com/sullo/nikto.git;branch=master;protocol=https \
|
||||
file://location.patch"
|
||||
|
||||
S = "${WORKDIR}/git/program"
|
||||
|
||||
Reference in New Issue
Block a user