diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-06-26 23:30:38 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-06-29 09:31:13 -0700 |
| commit | 1ec2783d629fca9158a61bc6808a214927b29cc0 (patch) | |
| tree | 96a82402229233ae3ea10555635784fc5e13445a | |
| parent | 54186fc7387e2f07e9f1ebf507ec39e542f0e1a6 (diff) | |
| download | meta-security-1ec2783d629fca9158a61bc6808a214927b29cc0.tar.gz | |
ssshgaurd: add packaage
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-security/sshguard/sshguard_2.4.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-security/sshguard/sshguard_2.4.2.bb b/recipes-security/sshguard/sshguard_2.4.2.bb new file mode 100644 index 0000000..bd7f979 --- /dev/null +++ b/recipes-security/sshguard/sshguard_2.4.2.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMARRY=" Intelligently block brute-force attacks by aggregating system logs " | ||
| 2 | HOMEPAGE = "https://www.sshguard.net/" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=47a33fc98cd20713882c4d822a57bf4d" | ||
| 4 | LICENSE = "BSD-1-Clause" | ||
| 5 | |||
| 6 | |||
| 7 | SRC_URI="https://sourceforge.net/projects/sshguard/files/sshguard/${PV}/sshguard-${PV}.tar.gz" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "2770b776e5ea70a9bedfec4fd84d57400afa927f0f7522870d2dcbbe1ace37e8" | ||
| 10 | |||
| 11 | inherit autotools-brokensep | ||
