diff mbox series

[meta-networking,4/7] ettercap: fix typo in CVE ID

Message ID 20260317172346.2862459-4-skandigraun@gmail.com
State Under Review
Headers show
Series [meta-oe,1/7] libsodium: mark CVE-2025-69277 patched | expand

Commit Message

Gyorgy Sarvari March 17, 2026, 5:23 p.m. UTC
The CVE fix is correct, but the CVE ID contains a typo. The correct
ID is CVE-2026-3606.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 .../ettercap/{CVE-2026-3603.patch => CVE-2026-3606.patch}       | 0
 meta-networking/recipes-support/ettercap/ettercap_0.8.4.bb      | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/ettercap/ettercap/{CVE-2026-3603.patch => CVE-2026-3606.patch} (100%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/ettercap/ettercap/CVE-2026-3603.patch b/meta-networking/recipes-support/ettercap/ettercap/CVE-2026-3606.patch
similarity index 100%
rename from meta-networking/recipes-support/ettercap/ettercap/CVE-2026-3603.patch
rename to meta-networking/recipes-support/ettercap/ettercap/CVE-2026-3606.patch
diff --git a/meta-networking/recipes-support/ettercap/ettercap_0.8.4.bb b/meta-networking/recipes-support/ettercap/ettercap_0.8.4.bb
index b806a77164..6fac3a0b84 100644
--- a/meta-networking/recipes-support/ettercap/ettercap_0.8.4.bb
+++ b/meta-networking/recipes-support/ettercap/ettercap_0.8.4.bb
@@ -22,7 +22,7 @@  DEPENDS += "ethtool \
 RDEPENDS:${PN} += "bash ethtool libgcc"
 
 SRC_URI = "gitsm://github.com/Ettercap/ettercap;branch=master;protocol=https;tag=v${PV} \
-           file://CVE-2026-3603.patch \
+           file://CVE-2026-3606.patch \
            "
 
 SRCREV = "41da65f4026a9e4cea928e61941b976d9279f508"