]> code.ossystems Code Review - openembedded-core.git/commitdiff
sudo: correct SRC_URI
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 13 Aug 2019 18:24:13 +0000 (20:24 +0200)
committerArmin Kuster <akuster808@gmail.com>
Sun, 12 Jan 2020 03:11:08 +0000 (19:11 -0800)
The old URI returns 404, and has an invalid TLS certificate.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 73ff6aba0a53ffc3ee0a5859a3ad4c8021be4de0)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-extended/sudo/sudo_1.8.27.bb

index 7460a5bfed6bc9a4615cf1834e93946372098a21..bbca8395b9ecd2b8bdd25bfa607e9af27c45b538 100644 (file)
@@ -1,6 +1,6 @@
 require sudo.inc
 
-SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
+SRC_URI = "http://www.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
            ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \
            file://0001-Include-sys-types.h-for-id_t-definition.patch \
            file://CVE-2019-14287-1.patch \