]> 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, 10 Nov 2019 22:07:35 +0000 (14:07 -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>
meta/recipes-extended/sudo/sudo_1.8.27.bb

index 8b3be55c20da17c80f813d5e559c56222f5eedc6..0a11a1b28f813f5dc475dd13d987ba6e3890b79e 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 \