summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarta Rybczynska <marta.rybczynska@ygreky.com>2025-07-02 14:56:35 +0200
committerScott Murray <scott.murray@konsulko.com>2025-07-04 12:41:20 -0400
commitc16cc136d82c80618ed10b4354326b792cf88574 (patch)
treebc893199e6f26f47ed638111ccbb585e342845a3
parentd1d23b0c5c1567ab07571e845a16a06f07ffc5fc (diff)
downloadmeta-security-c16cc136d82c80618ed10b4354326b792cf88574.tar.gz
chkrootkit: use Debian mirror
Use the Debian mirror as the Ubuntu one is failing frequently. Signed-off-by: Marta Rybczynska <marta.rybczynska@ygreky.com> Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r--recipes-scanners/rootkits/chkrootkit_0.58b.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-scanners/rootkits/chkrootkit_0.58b.bb b/recipes-scanners/rootkits/chkrootkit_0.58b.bb
index a6c4090..0fcc55d 100644
--- a/recipes-scanners/rootkits/chkrootkit_0.58b.bb
+++ b/recipes-scanners/rootkits/chkrootkit_0.58b.bb
@@ -5,7 +5,7 @@ SECTION = "security"
5LICENSE = "BSD-2-Clause" 5LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=6db4d77fb8f0cc84d175e7a1211e4c13" 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 = "${DEBIAN_MIRROR}/main/c/${BPN}/${BPN}_${PV}.orig.tar.gz \
9 file://musl_fix.patch" 9 file://musl_fix.patch"
10 10
11SRC_URI[sha256sum] = "75ed2ace81f0fa3e9c3fb64dab0e8857ed59247ea755f5898416feb2c66807b9" 11SRC_URI[sha256sum] = "75ed2ace81f0fa3e9c3fb64dab0e8857ed59247ea755f5898416feb2c66807b9"