diff options
| author | Sakib Sajal <sakib.sajal@windriver.com> | 2023-08-01 17:18:12 -0700 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-08-07 04:40:44 -1000 |
| commit | 1aae734721c24ce8df40e7e76af409ab507f72dc (patch) | |
| tree | 06c951219642e2c8edefb4a3675905d43c7dc8af /meta/recipes-devtools/go/go-1.17.13.inc | |
| parent | 1ba43f2c8858ffb0a05644b455daf5ea75aa2fe5 (diff) | |
| download | poky-1aae734721c24ce8df40e7e76af409ab507f72dc.tar.gz | |
go: fix CVE-2023-24531
Backport required patches from go1.21 to fix CVE-2023-24531.
(From OE-Core rev: 6d892c52bd5806507a05e8b6f749c54bbd9e9da6)
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/go/go-1.17.13.inc')
| -rw-r--r-- | meta/recipes-devtools/go/go-1.17.13.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/go/go-1.17.13.inc b/meta/recipes-devtools/go/go-1.17.13.inc index 53e09a545c..e0f02f3e28 100644 --- a/meta/recipes-devtools/go/go-1.17.13.inc +++ b/meta/recipes-devtools/go/go-1.17.13.inc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require go-common.inc | 1 | require go-common.inc |
| 2 | 2 | ||
| 3 | FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/go-1.19:${FILE_DIRNAME}/go-1.18:" | 3 | FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/go-1.21:${FILE_DIRNAME}/go-1.19:${FILE_DIRNAME}/go-1.18:" |
| 4 | 4 | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707" |
| 6 | 6 | ||
| @@ -40,6 +40,8 @@ SRC_URI += "\ | |||
| 40 | file://CVE-2023-24536_1.patch \ | 40 | file://CVE-2023-24536_1.patch \ |
| 41 | file://CVE-2023-24536_2.patch \ | 41 | file://CVE-2023-24536_2.patch \ |
| 42 | file://CVE-2023-24536_3.patch \ | 42 | file://CVE-2023-24536_3.patch \ |
| 43 | file://CVE-2023-24531_1.patch \ | ||
| 44 | file://CVE-2023-24531_2.patch \ | ||
| 43 | " | 45 | " |
| 44 | SRC_URI[main.sha256sum] = "a1a48b23afb206f95e7bbaa9b898d965f90826f6f1d1fc0c1d784ada0cd300fd" | 46 | SRC_URI[main.sha256sum] = "a1a48b23afb206f95e7bbaa9b898d965f90826f6f1d1fc0c1d784ada0cd300fd" |
| 45 | 47 | ||
