summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go-1.14.inc
diff options
context:
space:
mode:
authorSiddharth Doshi <sdoshi@mvista.com>2023-09-26 09:37:54 +0530
committerSteve Sakoman <steve@sakoman.com>2023-10-04 05:17:51 -1000
commitcbb7afa601bc8595b17cd8386c12f64f07f8220c (patch)
treed9787921c15b1115b0027ff1c207f08aa9efeecd /meta/recipes-devtools/go/go-1.14.inc
parentf27e86a4d70ca186bb1a22e8c5ea63805a8822b7 (diff)
downloadpoky-cbb7afa601bc8595b17cd8386c12f64f07f8220c.tar.gz
go: Fix CVE-2023-39318 and CVE-2023-39319
Upstream-Status: Backport from [https://github.com/golang/go/commit/023b542edf38e2a1f87fcefb9f75ff2f99401b4c] CVE: CVE-2023-39318 Upstream-Status: Backport from [https://github.com/golang/go/commit/2070531d2f53df88e312edace6c8dfc9686ab2f5] CVE: CVE-2023-39319 (From OE-Core rev: 8de380d765d8f47a961c6e45eba1cfa4d2feb68f) Signed-off-by: Siddharth Doshi <sdoshi@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/go/go-1.14.inc')
-rw-r--r--meta/recipes-devtools/go/go-1.14.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-1.14.inc b/meta/recipes-devtools/go/go-1.14.inc
index 784b502f46..be63f64825 100644
--- a/meta/recipes-devtools/go/go-1.14.inc
+++ b/meta/recipes-devtools/go/go-1.14.inc
@@ -77,6 +77,8 @@ SRC_URI += "\
77 file://CVE-2023-24536_1.patch \ 77 file://CVE-2023-24536_1.patch \
78 file://CVE-2023-24536_2.patch \ 78 file://CVE-2023-24536_2.patch \
79 file://CVE-2023-24536_3.patch \ 79 file://CVE-2023-24536_3.patch \
80 file://CVE-2023-39318.patch \
81 file://CVE-2023-39319.patch \
80" 82"
81 83
82SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch" 84SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch"