From 96fa70cddff10c97c07ceda04b6c1bb9eb78e9f0 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 17 Mar 2026 18:23:43 +0100 Subject: [PATCH] ettercap: fix typo in CVE ID The CVE fix is correct, but the CVE ID contains a typo. The correct ID is CVE-2026-3606. Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- .../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 --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"