diff options
| author | Robert Joslyn <robert.joslyn@redrectangle.org> | 2022-07-17 11:12:52 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-25 15:11:46 +0100 |
| commit | 702cf1e964f09d15b3681f20131988fcfdbbd387 (patch) | |
| tree | 2fb694a2e899e92295c8e3528b1333b698108417 /meta/recipes-support/curl/curl_7.82.0.bb | |
| parent | 1db72445e39ea232af7bb7e49a544a9012107736 (diff) | |
| download | poky-702cf1e964f09d15b3681f20131988fcfdbbd387.tar.gz | |
curl: Fix multiple CVEs
Backport fixes for:
* CVE-2022-32205 - https://curl.se/docs/CVE-2022-32205.html
* CVE-2022-32206 - https://curl.se/docs/CVE-2022-32206.html
* CVE-2022-32207 - https://curl.se/docs/CVE-2022-32207.html
* CVE-2022-32208 - https://curl.se/docs/CVE-2022-32208.html
(From OE-Core rev: 2749916ff534aecfd2a7871268b1166e5bb5bca4)
Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl/curl_7.82.0.bb')
| -rw-r--r-- | meta/recipes-support/curl/curl_7.82.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/curl/curl_7.82.0.bb b/meta/recipes-support/curl/curl_7.82.0.bb index d5dfe62a39..67de0220c6 100644 --- a/meta/recipes-support/curl/curl_7.82.0.bb +++ b/meta/recipes-support/curl/curl_7.82.0.bb | |||
| @@ -24,6 +24,10 @@ SRC_URI = "https://curl.se/download/${BP}.tar.xz \ | |||
| 24 | file://CVE-2022-27782-1.patch \ | 24 | file://CVE-2022-27782-1.patch \ |
| 25 | file://CVE-2022-27782-2.patch \ | 25 | file://CVE-2022-27782-2.patch \ |
| 26 | file://0001-openssl-fix-CN-check-error-code.patch \ | 26 | file://0001-openssl-fix-CN-check-error-code.patch \ |
| 27 | file://CVE-2022-32205.patch \ | ||
| 28 | file://CVE-2022-32206.patch \ | ||
| 29 | file://CVE-2022-32207.patch \ | ||
| 30 | file://CVE-2022-32208.patch \ | ||
| 27 | " | 31 | " |
| 28 | SRC_URI[sha256sum] = "0aaa12d7bd04b0966254f2703ce80dd5c38dbbd76af0297d3d690cdce58a583c" | 32 | SRC_URI[sha256sum] = "0aaa12d7bd04b0966254f2703ce80dd5c38dbbd76af0297d3d690cdce58a583c" |
| 29 | 33 | ||
