Message ID | 20241220140441.271395-4-mikko.rapeli@linaro.org |
---|---|
State | New |
Headers | show |
Series | various updates | expand |
Hello Mikko, An pkg update was posted two days ago allowing ubuntuĀ still to be used. This will be used for the older branch. thanks, armin On 12/20/24 9:04 AM, Mikko Rapeli via lists.yoctoproject.org wrote: > Ubuntu server doesn't have the file anymore but Debian has. > > Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> > --- > recipes-scanners/rootkits/chkrootkit_0.57.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-scanners/rootkits/chkrootkit_0.57.bb b/recipes-scanners/rootkits/chkrootkit_0.57.bb > index d35f5f6..c71b45c 100644 > --- a/recipes-scanners/rootkits/chkrootkit_0.57.bb > +++ b/recipes-scanners/rootkits/chkrootkit_0.57.bb > @@ -5,7 +5,7 @@ SECTION = "security" > LICENSE = "BSD-2-Clause" > LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=fdbe53788f7081c63387d8087273f5ff" > > -SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/universe/c/${BPN}/${BPN}_${PV}.orig.tar.gz \ > +SRC_URI = "https://ftp.debian.org/debian/pool/main/c/${BPN}/${BPN}_${PV}.orig.tar.gz \ > file://musl_fix.patch" > SRC_URI[sha256sum] = "06d1faee151aa3e3c0f91ac807ca92e60b75ed1c18268ccef2c45117156d253c" >
diff --git a/recipes-scanners/rootkits/chkrootkit_0.57.bb b/recipes-scanners/rootkits/chkrootkit_0.57.bb index d35f5f6..c71b45c 100644 --- a/recipes-scanners/rootkits/chkrootkit_0.57.bb +++ b/recipes-scanners/rootkits/chkrootkit_0.57.bb @@ -5,7 +5,7 @@ SECTION = "security" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=fdbe53788f7081c63387d8087273f5ff" -SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/universe/c/${BPN}/${BPN}_${PV}.orig.tar.gz \ +SRC_URI = "https://ftp.debian.org/debian/pool/main/c/${BPN}/${BPN}_${PV}.orig.tar.gz \ file://musl_fix.patch" SRC_URI[sha256sum] = "06d1faee151aa3e3c0f91ac807ca92e60b75ed1c18268ccef2c45117156d253c"
Ubuntu server doesn't have the file anymore but Debian has. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> --- recipes-scanners/rootkits/chkrootkit_0.57.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)