summaryrefslogtreecommitdiffstats
path: root/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb
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/fail2ban/python3-fail2ban_0.11.2.bb
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/fail2ban/python3-fail2ban_0.11.2.bb')
-rw-r--r--recipes-security/fail2ban/python3-fail2ban_0.11.2.bb2
1 files changed, 1 insertions, 1 deletions
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"