diff options
author | Armin Kuster <akuster808@gmail.com> | 2024-12-15 15:13:57 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-12-16 12:50:11 -0500 |
commit | c10dfa3788711a2006a7c4f352411e2e5b49fd72 (patch) | |
tree | d0b62d66cfc2ed631719bc9fcf4276fc9aff6f0d | |
parent | 8c9cdd60e429025ad75827eca08d37ef2725b832 (diff) | |
download | meta-security-c10dfa3788711a2006a7c4f352411e2e5b49fd72.tar.gz |
chkroot: update to 0.58b
LIC_FILES_CHKSUM changed due to yr update.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-scanners/rootkits/chkrootkit_0.58b.bb (renamed from recipes-scanners/rootkits/chkrootkit_0.57.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-scanners/rootkits/chkrootkit_0.57.bb b/recipes-scanners/rootkits/chkrootkit_0.58b.bb index d35f5f6..a6c4090 100644 --- a/recipes-scanners/rootkits/chkrootkit_0.57.bb +++ b/recipes-scanners/rootkits/chkrootkit_0.58b.bb | |||
@@ -3,11 +3,12 @@ SUMMARY = "locally checks for signs of a rootkit" | |||
3 | HOMEPAGE = "http://www.chkrootkit.org/" | 3 | HOMEPAGE = "http://www.chkrootkit.org/" |
4 | SECTION = "security" | 4 | SECTION = "security" |
5 | LICENSE = "BSD-2-Clause" | 5 | LICENSE = "BSD-2-Clause" |
6 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=fdbe53788f7081c63387d8087273f5ff" | 6 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=6db4d77fb8f0cc84d175e7a1211e4c13" |
7 | 7 | ||
8 | SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/universe/c/${BPN}/${BPN}_${PV}.orig.tar.gz \ | 8 | SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/universe/c/${BPN}/${BPN}_${PV}.orig.tar.gz \ |
9 | file://musl_fix.patch" | 9 | file://musl_fix.patch" |
10 | SRC_URI[sha256sum] = "06d1faee151aa3e3c0f91ac807ca92e60b75ed1c18268ccef2c45117156d253c" | 10 | |
11 | SRC_URI[sha256sum] = "75ed2ace81f0fa3e9c3fb64dab0e8857ed59247ea755f5898416feb2c66807b9" | ||
11 | 12 | ||
12 | inherit autotools-brokensep | 13 | inherit autotools-brokensep |
13 | 14 | ||