diff mbox series

[dunfell] go: Maintain consistency in CVE-2023-24538 source patch file names

Message ID 20240412154828.390748-1-reluri@mvista.com
State New
Headers show
Series [dunfell] go: Maintain consistency in CVE-2023-24538 source patch file names | expand

Commit Message

reluri@mvista.com April 12, 2024, 3:48 p.m. UTC
From: E V Ravi <reluri@mvista.com>

Rename CVE-2023-24538-1.patch to CVE-2023-24538_1.patch and
CVE-2023-24538-2.patch to CVE-2023-24538_2.patch to maintain
consistency in source patch file names (replace - with _).

Other source patch files for this CVE are as follows:
CVE-2023-24538_3.patch, CVE-2023-24538_4.patch,
CVE-2023-24538_5.patch, CVE-2023-24538_6.patch.

Signed-off-by: E V Ravi <reluri@mvista.com>
---
 meta/recipes-devtools/go/go-1.14.inc                          | 4 ++--
 .../{CVE-2023-24538-1.patch => CVE-2023-24538_1.patch}        | 0
 .../{CVE-2023-24538-2.patch => CVE-2023-24538_2.patch}        | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/go/go-1.14/{CVE-2023-24538-1.patch => CVE-2023-24538_1.patch} (100%)
 rename meta/recipes-devtools/go/go-1.14/{CVE-2023-24538-2.patch => CVE-2023-24538_2.patch} (100%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/go/go-1.14.inc b/meta/recipes-devtools/go/go-1.14.inc
index 9c7ceda891..7f45d8e45d 100644
--- a/meta/recipes-devtools/go/go-1.14.inc
+++ b/meta/recipes-devtools/go/go-1.14.inc
@@ -58,8 +58,8 @@  SRC_URI += "\
     file://CVE-2020-29510.patch \
     file://CVE-2023-24537.patch \
     file://CVE-2023-24534.patch \
-    file://CVE-2023-24538-1.patch \
-    file://CVE-2023-24538-2.patch \
+    file://CVE-2023-24538_1.patch \
+    file://CVE-2023-24538_2.patch \
     file://CVE-2023-24538_3.patch \
     file://CVE-2023-24538_4.patch \
     file://CVE-2023-24538_5.patch \
diff --git a/meta/recipes-devtools/go/go-1.14/CVE-2023-24538-1.patch b/meta/recipes-devtools/go/go-1.14/CVE-2023-24538_1.patch
similarity index 100%
rename from meta/recipes-devtools/go/go-1.14/CVE-2023-24538-1.patch
rename to meta/recipes-devtools/go/go-1.14/CVE-2023-24538_1.patch
diff --git a/meta/recipes-devtools/go/go-1.14/CVE-2023-24538-2.patch b/meta/recipes-devtools/go/go-1.14/CVE-2023-24538_2.patch
similarity index 100%
rename from meta/recipes-devtools/go/go-1.14/CVE-2023-24538-2.patch
rename to meta/recipes-devtools/go/go-1.14/CVE-2023-24538_2.patch