summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.33.2.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2022-01-04 18:19:56 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-14 09:34:04 +0000
commitbde16e7473a601b615d735db7cde93738352fcab (patch)
tree393b8a69bd485a98ed240a01b92b0a17ec5d61b0 /meta/recipes-core/busybox/busybox_1.33.2.bb
parente31641c608bdbc1d04f516d2ac11b60a14746b85 (diff)
downloadpoky-bde16e7473a601b615d735db7cde93738352fcab.tar.gz
busybox: backport patches to fix CVEs
Backport patches to fix the following CVEs: CVE-2021-42373 CVE-2021-42378 CVE-2021-42379 CVE-2021-42380 CVE-2021-42381 CVE-2021-42382 CVE-2021-42383 CVE-2021-42384 CVE-2021-42385 CVE-2021-42386 (From OE-Core rev: 33f6fb263edd7dd0f5f97f1cf02f63978dbfba09) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.33.2.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.33.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.33.2.bb b/meta/recipes-core/busybox/busybox_1.33.2.bb
index 44c83ab83c..4a0d3b4556 100644
--- a/meta/recipes-core/busybox/busybox_1.33.2.bb
+++ b/meta/recipes-core/busybox/busybox_1.33.2.bb
@@ -48,6 +48,8 @@ SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
48 file://0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch \ 48 file://0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch \
49 file://0001-gen_build_files-Use-C-locale-when-calling-sed-on-glo.patch \ 49 file://0001-gen_build_files-Use-C-locale-when-calling-sed-on-glo.patch \
50 file://0001-mktemp-add-tmpdir-option.patch \ 50 file://0001-mktemp-add-tmpdir-option.patch \
51 file://0001-awk-fix-CVEs.patch \
52 file://0002-man-fix-segfault-in-man-1.patch \
51 " 53 "
52SRC_URI_append_libc-musl = " file://musl.cfg " 54SRC_URI_append_libc-musl = " file://musl.cfg "
53 55