diff options
| author | Marta Rybczynska <marta.rybczynska@ygreky.com> | 2025-07-02 14:56:35 +0200 |
|---|---|---|
| committer | Scott Murray <scott.murray@konsulko.com> | 2025-07-04 12:41:20 -0400 |
| commit | c16cc136d82c80618ed10b4354326b792cf88574 (patch) | |
| tree | bc893199e6f26f47ed638111ccbb585e342845a3 | |
| parent | d1d23b0c5c1567ab07571e845a16a06f07ffc5fc (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 5 | LICENSE = "BSD-2-Clause" | 5 | LICENSE = "BSD-2-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=6db4d77fb8f0cc84d175e7a1211e4c13" | 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 = "${DEBIAN_MIRROR}/main/c/${BPN}/${BPN}_${PV}.orig.tar.gz \ |
| 9 | file://musl_fix.patch" | 9 | file://musl_fix.patch" |
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "75ed2ace81f0fa3e9c3fb64dab0e8857ed59247ea755f5898416feb2c66807b9" | 11 | SRC_URI[sha256sum] = "75ed2ace81f0fa3e9c3fb64dab0e8857ed59247ea755f5898416feb2c66807b9" |
