diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-04-17 16:49:37 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-04-17 16:49:37 -0700 |
commit | c62970fda82acf75035243766ecd195243e0f82a (patch) | |
tree | f4a37bd19d868d646a2b3ae97286893d0931fadc | |
parent | 6982841ed919e66f01eee795b7b5cbab4235c920 (diff) | |
download | meta-security-c62970fda82acf75035243766ecd195243e0f82a.tar.gz |
chkrootkit: update SRC_URI
0.53 no longer hosted from main source. Use Ubuntu archive
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-scanners/rootkits/chkrootkit_0.53.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-scanners/rootkits/chkrootkit_0.53.bb b/recipes-scanners/rootkits/chkrootkit_0.53.bb index 4536be3..8d4b3b5 100644 --- a/recipes-scanners/rootkits/chkrootkit_0.53.bb +++ b/recipes-scanners/rootkits/chkrootkit_0.53.bb | |||
@@ -5,7 +5,7 @@ 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=fdbe53788f7081c63387d8087273f5ff" |
7 | 7 | ||
8 | SRC_URI = "ftp://ftp.pangeia.com.br/pub/seg/pac/${BPN}.tar.gz" | 8 | SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/universe/c/${BPN}/${BPN}_${PV}.orig.tar.gz" |
9 | SRC_URI[sha256sum] = "7262dae33b338976828b5d156b70d159e0043c0db43ada8dee66c97387cf45b5" | 9 | SRC_URI[sha256sum] = "7262dae33b338976828b5d156b70d159e0043c0db43ada8dee66c97387cf45b5" |
10 | 10 | ||
11 | 11 | ||