diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-07-28 14:17:57 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-07-30 14:11:27 -0700 |
commit | 5a3002439639b668ac36d10bc972321209de351b (patch) | |
tree | b321723510cbe2e504555dda7df5f171d4b63263 /dynamic-layers/meta-python | |
parent | 2ca080928269bfab7ba10cf7412b6547933aaaf9 (diff) | |
download | meta-security-5a3002439639b668ac36d10bc972321209de351b.tar.gz |
fail2ban: add UPSTREAM_CHECK vars
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'dynamic-layers/meta-python')
-rw-r--r-- | dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb b/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb index 96e17b7..1f55267 100644 --- a/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb +++ b/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb | |||
@@ -17,6 +17,8 @@ SRC_URI = " git://github.com/fail2ban/fail2ban.git;branch=0.11;protocol=https \ | |||
17 | file://run-ptest \ | 17 | file://run-ptest \ |
18 | " | 18 | " |
19 | 19 | ||
20 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | ||
21 | |||
20 | inherit update-rc.d ptest setuptools3_legacy | 22 | inherit update-rc.d ptest setuptools3_legacy |
21 | 23 | ||
22 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |