diff options
| author | Jörg Sommer <joerg.sommer@navimatix.de> | 2026-05-31 20:29:11 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-07 18:21:34 -0700 |
| commit | bd45ae6eceab9a090c3c8914c56221cf1090919c (patch) | |
| tree | eaa5e2a551f7ac38fad8aa186954e85af758b5e7 /meta-oe | |
| parent | f3521aa7abfd48fb4d70c79bd707c08ce0efb6db (diff) | |
| download | meta-openembedded-bd45ae6eceab9a090c3c8914c56221cf1090919c.tar.gz | |
ssh-audit: Add 3.3.0 of ssh configuration auditing tool
Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-security/ssh-audit/ssh-audit_3.3.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-security/ssh-audit/ssh-audit_3.3.0.bb b/meta-oe/recipes-security/ssh-audit/ssh-audit_3.3.0.bb new file mode 100644 index 0000000000..634b7e0823 --- /dev/null +++ b/meta-oe/recipes-security/ssh-audit/ssh-audit_3.3.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "An SSH server and client configuration auditing tool" | ||
| 2 | HOMEPAGE = "https://github.com/jtesta/ssh-audit" | ||
| 3 | BUGTRACKER = "https://github.com/jtesta/ssh-audit/issues" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8745b0cfd015df0e3199253390de8935" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "b76e36ac9844f45d64986c9f293a4b46766a10412dc29fb43bd52d0f6661a5b0" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "ssh_audit" | ||
| 10 | |||
| 11 | inherit pypi python_setuptools_build_meta | ||
