summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerry Toth <ftoth@exalondelft.nl>2019-10-25 21:12:33 +0200
committerArmin Kuster <akuster808@gmail.com>2020-01-11 19:18:17 -0800
commitadb6af60dcf098bfce64168e6443c26d124661c4 (patch)
tree6fa8556c82c2a32cc1b2037f75db4cf371b54090
parentabb42b83e1a96cdc7dac73e223a87cf078979c49 (diff)
downloadopenembedded-core-contrib-adb6af60dcf098bfce64168e6443c26d124661c4.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> (cherry picked from commit f02e9f46ce54fed3c7ddfad7d1003a2fb7ba3a67) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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 bbca8395b9..43c27bf37f 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 \