summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sudo/sudo_1.9.3.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-02-06 15:57:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-11 17:46:12 +0000
commitac41e4a597da00748823967a653565ac041b11e5 (patch)
tree6daa67d7acb31d2e691347c30c176e4ebeb7f9af /meta/recipes-extended/sudo/sudo_1.9.3.bb
parent9df355c5f1dceeba11c4d15aef3b41fb551ae6f3 (diff)
downloadpoky-ac41e4a597da00748823967a653565ac041b11e5.tar.gz
sudo: fix CVE-2021-3156
(From OE-Core rev: 2f6c7aae835c75a350686b058fba732005e4c923) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sudo/sudo_1.9.3.bb')
-rw-r--r--meta/recipes-extended/sudo/sudo_1.9.3.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/sudo/sudo_1.9.3.bb b/meta/recipes-extended/sudo/sudo_1.9.3.bb
index 4edcbfc607..37fd6386dd 100644
--- a/meta/recipes-extended/sudo/sudo_1.9.3.bb
+++ b/meta/recipes-extended/sudo/sudo_1.9.3.bb
@@ -5,6 +5,11 @@ SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \
5 file://0001-sudo.conf.in-fix-conflict-with-multilib.patch \ 5 file://0001-sudo.conf.in-fix-conflict-with-multilib.patch \
6 file://CVE-2021-23239.patch \ 6 file://CVE-2021-23239.patch \
7 file://CVE-2021-23240.patch \ 7 file://CVE-2021-23240.patch \
8 file://CVE-2021-3156-1.patch \
9 file://CVE-2021-3156-2.patch \
10 file://CVE-2021-3156-3.patch \
11 file://CVE-2021-3156-4.patch \
12 file://CVE-2021-3156-5.patch \
8 " 13 "
9 14
10PAM_SRC_URI = "file://sudo.pam" 15PAM_SRC_URI = "file://sudo.pam"