summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmkar Patil <omkar.patil@kpit.com>2023-06-07 17:11:50 +0530
committerSteve Sakoman <steve@sakoman.com>2023-06-14 04:16:59 -1000
commitf83291a9466e24f8bb34228af282d8ff14e08f95 (patch)
treefda522ee949a78efc712ea0ccd281b3a7bef1c9f
parent15f7694793aa90e882e623ff990903f1286b1260 (diff)
downloadpoky-f83291a9466e24f8bb34228af282d8ff14e08f95.tar.gz
curl: Correction for CVE-2023-27536
Correction of backport link inside the patch with correct commit link as below Link: https://github.com/curl/curl/commit/cb49e67303dbafbab1cebf4086e3ec15b7d56ee5 (From OE-Core rev: 4691bc257d0bf2372e31535f0b90cf49ef0ed0d8) Signed-off-by: Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-support/curl/curl/CVE-2023-27536.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/curl/curl/CVE-2023-27536.patch b/meta/recipes-support/curl/curl/CVE-2023-27536.patch
index fb3ee6a14d..d3d1d2dc2e 100644
--- a/meta/recipes-support/curl/curl/CVE-2023-27536.patch
+++ b/meta/recipes-support/curl/curl/CVE-2023-27536.patch
@@ -3,10 +3,11 @@ From: Daniel Stenberg <daniel@haxx.se>
3Date: Fri, 10 Mar 2023 09:22:43 +0100 3Date: Fri, 10 Mar 2023 09:22:43 +0100
4Subject: [PATCH] url: only reuse connections with same GSS delegation 4Subject: [PATCH] url: only reuse connections with same GSS delegation
5 5
6Upstream-Status: Backport from [https://github.com/curl/curl/commit/af369db4d3833272b8ed443f7fcc2e757a0872eb] 6Upstream-Status: Backport from [https://github.com/curl/curl/commit/cb49e67303dbafbab1cebf4086e3ec15b7d56ee5]
7CVE: CVE-2023-27536 7CVE: CVE-2023-27536
8Signed-off-by: Signed-off-by: Mingli Yu <mingli.yu@windriver.com> 8Signed-off-by: Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
9Signed-off-by: Siddharth Doshi <sdoshi@mvista.com> 9Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
10Signed-off-by: Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com>
10--- 11---
11 lib/url.c | 6 ++++++ 12 lib/url.c | 6 ++++++
12 lib/urldata.h | 1 + 13 lib/urldata.h | 1 +