mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-30 12:30:36 +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:
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://README.md;md5=46dec9f167b6e05986cb4023df6d92f4"
|
||||
LICENSE = "MIT"
|
||||
|
||||
SRCREV = "7147871d7f37d408c0dd7720ef0fd3ec1b54ad98"
|
||||
SRC_URI = "git://github.com/akuster/oe-scap.git"
|
||||
SRC_URI = "git://github.com/akuster/oe-scap.git;branch=master;protocol=https"
|
||||
SRC_URI += " \
|
||||
file://run_cve.sh \
|
||||
file://run_test.sh \
|
||||
|
||||
@@ -9,7 +9,7 @@ LICENSE = "LGPL-2.1"
|
||||
DEPENDS = "python3-dbus"
|
||||
|
||||
SRCREV = "f25b16afb6ac761fea13132ff406fba4cdfd2b76"
|
||||
SRC_URI = "git://github.com/OpenSCAP/openscap-daemon.git \
|
||||
SRC_URI = "git://github.com/OpenSCAP/openscap-daemon.git;branch=master;protocol=https \
|
||||
file://0001-Renamed-module-and-variables-to-get-rid-of-async.patch \
|
||||
"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ SUMARRY = "NIST Certified SCAP 1.2 toolkit"
|
||||
require openscap.inc
|
||||
|
||||
SRCREV = "0cb55c55af6be9934d6fd0caf4563b206f289732"
|
||||
SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=maint-1.3 \
|
||||
SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=maint-1.3;protocol=https \
|
||||
"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
@@ -6,7 +6,7 @@ SUMARRY = "NIST Certified SCAP 1.2 toolkit with OE changes"
|
||||
include openscap.inc
|
||||
|
||||
SRCREV = "a85943eee400fdbe59234d1c4a02d8cf710c4625"
|
||||
SRC_URI = "git://github.com/akuster/openscap.git;branch=oe-1.3 \
|
||||
SRC_URI = "git://github.com/akuster/openscap.git;branch=oe-1.3;protocol=https \
|
||||
"
|
||||
|
||||
PV = "1.3.3+git${SRCPV}"
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
SUMARRY = "SCAP content for various platforms, upstream version"
|
||||
|
||||
SRCREV = "8cb2d0f351faff5440742258782281164953b0a6"
|
||||
SRC_URI = "git://github.com/ComplianceAsCode/content.git"
|
||||
SRC_URI = "git://github.com/ComplianceAsCode/content.git;branch=master;protocol=https"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
SUMARRY = "SCAP content for various platforms, OE changes"
|
||||
|
||||
SRCREV = "5fdfdcb2e95afbd86ace555beca5d20cbf1043ed"
|
||||
SRC_URI = "git://github.com/akuster/scap-security-guide.git;branch=oe-0.1.44; \
|
||||
SRC_URI = "git://github.com/akuster/scap-security-guide.git;branch=oe-0.1.44;protocol=https \
|
||||
file://0001-Fix-XML-parsing-of-the-remediation-functions-file.patch \
|
||||
file://0002-Fixed-the-broken-fix-when-greedy-regex-ate-the-whole.patch \
|
||||
file://0001-fix-deprecated-instance-of-element.getchildren.patch \
|
||||
|
||||
Reference in New Issue
Block a user