summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-11-03 07:12:41 -0700
committerArmin Kuster <akuster808@gmail.com>2021-11-04 08:18:00 -0700
commit7e27eb5fca7a22e82251f79103bb12d2b70307fb (patch)
tree3fb81ec0571b65b37914cfa2204d01db67216d88 /recipes-security
parent8215ed27aa5bc10d6c7dac7783032a8c6fdee297 (diff)
downloadmeta-security-7e27eb5fca7a22e82251f79103bb12d2b70307fb.tar.gz
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>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/chipsec/chipsec_git.bb2
-rw-r--r--recipes-security/fail2ban/python3-fail2ban_0.11.2.bb2
-rw-r--r--recipes-security/fscrypt/fscrypt_1.0.0.bb2
-rw-r--r--recipes-security/fscryptctl/fscryptctl_1.0.0.bb2
-rw-r--r--recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb2
-rw-r--r--recipes-security/libest/libest_3.2.0.bb2
-rw-r--r--recipes-security/libmspack/libmspack_1.9.1.bb2
-rw-r--r--recipes-security/ncrack/ncrack_0.7.bb2
-rw-r--r--recipes-security/nikto/nikto_2.1.6.bb2
9 files changed, 9 insertions, 9 deletions
diff --git a/recipes-security/chipsec/chipsec_git.bb b/recipes-security/chipsec/chipsec_git.bb
index 3339dc1..e265a08 100644
--- a/recipes-security/chipsec/chipsec_git.bb
+++ b/recipes-security/chipsec/chipsec_git.bb
@@ -7,7 +7,7 @@ DESCRIPTION = "CHIPSEC is a framework for analyzing the security \
7LICENSE = "GPLv2" 7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=bc2d1f9b427be5fb63f6af9da56f7c5d" 8LIC_FILES_CHKSUM = "file://COPYING;md5=bc2d1f9b427be5fb63f6af9da56f7c5d"
9 9
10SRC_URI = "git://github.com/chipsec/chipsec.git;branch=master \ 10SRC_URI = "git://github.com/chipsec/chipsec.git;branch=master;protocol=https \
11 " 11 "
12 12
13SRCREV = "b2a61684826dc8b9f622a844a40efea579cd7e7d" 13SRCREV = "b2a61684826dc8b9f622a844a40efea579cd7e7d"
diff --git a/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb b/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb
index 627496f..fcf044a 100644
--- a/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb
+++ b/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb
@@ -10,7 +10,7 @@ LICENSE = "GPL-2.0"
10LIC_FILES_CHKSUM = "file://COPYING;md5=ecabc31e90311da843753ba772885d9f" 10LIC_FILES_CHKSUM = "file://COPYING;md5=ecabc31e90311da843753ba772885d9f"
11 11
12SRCREV ="d6b884f3b72b8a42b21da863836569ef6836c2ea" 12SRCREV ="d6b884f3b72b8a42b21da863836569ef6836c2ea"
13SRC_URI = " git://github.com/fail2ban/fail2ban.git;branch=0.11 \ 13SRC_URI = " git://github.com/fail2ban/fail2ban.git;branch=0.11;protocol=https \
14 file://initd \ 14 file://initd \
15 file://run-ptest \ 15 file://run-ptest \
16" 16"
diff --git a/recipes-security/fscrypt/fscrypt_1.0.0.bb b/recipes-security/fscrypt/fscrypt_1.0.0.bb
index a70d310..66bf429 100644
--- a/recipes-security/fscrypt/fscrypt_1.0.0.bb
+++ b/recipes-security/fscrypt/fscrypt_1.0.0.bb
@@ -14,7 +14,7 @@ BBCLASSEXTEND = "native nativesdk"
14DEPENDS += "go-dep-native libpam" 14DEPENDS += "go-dep-native libpam"
15 15
16SRCREV = "92b1e9a8670ccd3916a7d24a06cab1e4c9815bc4" 16SRCREV = "92b1e9a8670ccd3916a7d24a06cab1e4c9815bc4"
17SRC_URI = "git://github.com/google/fscrypt.git" 17SRC_URI = "git://github.com/google/fscrypt.git;branch=master;protocol=https"
18GO_IMPORT = "import" 18GO_IMPORT = "import"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
diff --git a/recipes-security/fscryptctl/fscryptctl_1.0.0.bb b/recipes-security/fscryptctl/fscryptctl_1.0.0.bb
index 26f549b..d319e48 100644
--- a/recipes-security/fscryptctl/fscryptctl_1.0.0.bb
+++ b/recipes-security/fscryptctl/fscryptctl_1.0.0.bb
@@ -10,7 +10,7 @@ LICENSE = "Apache-2.0"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
11 11
12SRCREV = "56b898c896240328adef7407090215abbe9ee03d" 12SRCREV = "56b898c896240328adef7407090215abbe9ee03d"
13SRC_URI = "git://github.com/google/fscryptctl.git" 13SRC_URI = "git://github.com/google/fscryptctl.git;branch=master;protocol=https"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
diff --git a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb
index 4ab8374..e8ddf29 100644
--- a/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb
+++ b/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.08.bb
@@ -3,7 +3,7 @@ HOME_PAGE = "https://github.com/google/google-authenticator-libpam"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5 5
6SRC_URI = "git://github.com/google/google-authenticator-libpam.git" 6SRC_URI = "git://github.com/google/google-authenticator-libpam.git;branch=master;protocol=https"
7SRCREV = "2c7415d950fb0b4a7f779f045910666447b100ef" 7SRCREV = "2c7415d950fb0b4a7f779f045910666447b100ef"
8 8
9DEPENDS = "libpam" 9DEPENDS = "libpam"
diff --git a/recipes-security/libest/libest_3.2.0.bb b/recipes-security/libest/libest_3.2.0.bb
index fda2df4..31fbe3c 100644
--- a/recipes-security/libest/libest_3.2.0.bb
+++ b/recipes-security/libest/libest_3.2.0.bb
@@ -6,7 +6,7 @@ LICENSE = "OpenSSL"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=ecb78acde8e3b795de8ef6b61aed5885" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=ecb78acde8e3b795de8ef6b61aed5885"
7 7
8SRCREV = "4ca02c6d7540f2b1bcea278a4fbe373daac7103b" 8SRCREV = "4ca02c6d7540f2b1bcea278a4fbe373daac7103b"
9SRC_URI = "git://github.com/cisco/libest;branch=main" 9SRC_URI = "git://github.com/cisco/libest;branch=main;protocol=https"
10 10
11DEPENDS = "openssl" 11DEPENDS = "openssl"
12 12
diff --git a/recipes-security/libmspack/libmspack_1.9.1.bb b/recipes-security/libmspack/libmspack_1.9.1.bb
index 8c288be..65db10f 100644
--- a/recipes-security/libmspack/libmspack_1.9.1.bb
+++ b/recipes-security/libmspack/libmspack_1.9.1.bb
@@ -7,7 +7,7 @@ DEPENDS = ""
7LIC_FILES_CHKSUM = "file://COPYING.LIB;beginline=1;endline=2;md5=5b1fd1f66ef926b3c8a5bb00a72a28dd" 7LIC_FILES_CHKSUM = "file://COPYING.LIB;beginline=1;endline=2;md5=5b1fd1f66ef926b3c8a5bb00a72a28dd"
8 8
9SRCREV = "63d3faf90423a4a6c174539a7d32111a840adadc" 9SRCREV = "63d3faf90423a4a6c174539a7d32111a840adadc"
10SRC_URI = "git://github.com/kyz/libmspack.git" 10SRC_URI = "git://github.com/kyz/libmspack.git;branch=master;protocol=https"
11 11
12inherit autotools 12inherit autotools
13 13
diff --git a/recipes-security/ncrack/ncrack_0.7.bb b/recipes-security/ncrack/ncrack_0.7.bb
index 8b221e5..f151e4e 100644
--- a/recipes-security/ncrack/ncrack_0.7.bb
+++ b/recipes-security/ncrack/ncrack_0.7.bb
@@ -7,7 +7,7 @@ LICENSE = "GPL-2.0"
7LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=66938a7e5b4c118eda78271de14874c2" 7LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=66938a7e5b4c118eda78271de14874c2"
8 8
9SRCREV = "dc570e7e3cec1fb176c0168eaedc723084bd0426" 9SRCREV = "dc570e7e3cec1fb176c0168eaedc723084bd0426"
10SRC_URI = "git://github.com/nmap/ncrack.git" 10SRC_URI = "git://github.com/nmap/ncrack.git;branch=master;protocol=https"
11 11
12DEPENDS = "openssl zlib" 12DEPENDS = "openssl zlib"
13 13
diff --git a/recipes-security/nikto/nikto_2.1.6.bb b/recipes-security/nikto/nikto_2.1.6.bb
index 242f3ac..8542d69 100644
--- a/recipes-security/nikto/nikto_2.1.6.bb
+++ b/recipes-security/nikto/nikto_2.1.6.bb
@@ -7,7 +7,7 @@ LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" 7LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
8 8
9SRCREV = "f1bbd1a8756c076c8fd4f4dd0bc34a8ef215ae79" 9SRCREV = "f1bbd1a8756c076c8fd4f4dd0bc34a8ef215ae79"
10SRC_URI = "git://github.com/sullo/nikto.git \ 10SRC_URI = "git://github.com/sullo/nikto.git;branch=master;protocol=https \
11 file://location.patch" 11 file://location.patch"
12 12
13S = "${WORKDIR}/git/program" 13S = "${WORKDIR}/git/program"