summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
3HOMEPAGE = "http://www.chkrootkit.org/" 3HOMEPAGE = "http://www.chkrootkit.org/"
4SECTION = "security" 4SECTION = "security"
5LICENSE = "BSD-2-Clause" 5LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=fdbe53788f7081c63387d8087273f5ff" 6LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=6db4d77fb8f0cc84d175e7a1211e4c13"
7 7
8SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/universe/c/${BPN}/${BPN}_${PV}.orig.tar.gz \ 8SRC_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"
10SRC_URI[sha256sum] = "06d1faee151aa3e3c0f91ac807ca92e60b75ed1c18268ccef2c45117156d253c" 10
11SRC_URI[sha256sum] = "75ed2ace81f0fa3e9c3fb64dab0e8857ed59247ea755f5898416feb2c66807b9"
11 12
12inherit autotools-brokensep 13inherit autotools-brokensep
13 14