]> code.ossystems Code Review - openembedded-core.git/commitdiff
sudo: Fix fetching sources
authorFerry Toth <ftoth@exalondelft.nl>
Fri, 25 Oct 2019 19:12:33 +0000 (21:12 +0200)
committerArmin Kuster <akuster808@gmail.com>
Sun, 12 Jan 2020 03:18:17 +0000 (19:18 -0800)
It looks like https://www.sudo.ws/download.html changed certificate
and directory structure. This breaks fetching sources.

Signed-off-by: Ferry Toth <ftoth@exalondelft.nl>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit f02e9f46ce54fed3c7ddfad7d1003a2fb7ba3a67)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-extended/sudo/sudo_1.8.27.bb

index bbca8395b9ecd2b8bdd25bfa607e9af27c45b538..43c27bf37f8a2e5cb8d1799c5affb5368a0b640e 100644 (file)
@@ -1,6 +1,6 @@
 require sudo.inc
 
-SRC_URI = "http://www.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
+SRC_URI = "https://www.sudo.ws/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 \