summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorFerry Toth <ftoth@exalondelft.nl>2019-10-25 21:12:33 +0200
committerArmin Kuster <akuster808@gmail.com>2019-11-10 14:07:35 -0800
commitf02e9f46ce54fed3c7ddfad7d1003a2fb7ba3a67 (patch)
tree4edf1882bc5cec80ef4a1a3d21b6956bfc84e763 /meta
parent4668ac8c2600fe5698f030ed1e8cba69c0989a2c (diff)
downloadopenembedded-core-contrib-f02e9f46ce54fed3c7ddfad7d1003a2fb7ba3a67.tar.gz
sudo: Fix fetching sources
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/sudo/sudo_1.8.27.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/sudo/sudo_1.8.27.bb b/meta/recipes-extended/sudo/sudo_1.8.27.bb
index 8b3be55c20..0a11a1b28f 100644
--- a/meta/recipes-extended/sudo/sudo_1.8.27.bb
+++ b/meta/recipes-extended/sudo/sudo_1.8.27.bb
@@ -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 \