diff options
| author | Jackson James <jackson.james9803@gmail.com> | 2026-04-10 12:11:12 +0530 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-04-13 12:40:21 +0530 |
| commit | fc30bb5eedfa89070a112425bcf8423a7b2aa998 (patch) | |
| tree | b1e32b86c8c1b3b867a99345a44cd4a83a37e3f8 /meta-networking/recipes-support/unbound/unbound_1.19.3.bb | |
| parent | 07c2b52840aa5b60b0fa98efcbb6c3336b962ff3 (diff) | |
| download | meta-openembedded-fc30bb5eedfa89070a112425bcf8423a7b2aa998.tar.gz | |
unbound: Fix CVE-2025-11411
Backport complete patch to fix CVE-2025-11411
The existing scarthgap patch is a partial backport with hardcoded logic,
causing incorrect behavior and ptest failures. Backport the full upstream
fix along with the follow-up patch to ensure correct functionality.
Add below patch to fix
0001-CVE-2025-11411-1.patch
0002-CVE-2025-11411-2.patch
Signed-off-by: Jackson James <jacksonj2@kpit.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-networking/recipes-support/unbound/unbound_1.19.3.bb')
| -rw-r--r-- | meta-networking/recipes-support/unbound/unbound_1.19.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/unbound/unbound_1.19.3.bb b/meta-networking/recipes-support/unbound/unbound_1.19.3.bb index 7e3e37406f..6841049ac5 100644 --- a/meta-networking/recipes-support/unbound/unbound_1.19.3.bb +++ b/meta-networking/recipes-support/unbound/unbound_1.19.3.bb | |||
| @@ -12,7 +12,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06" | |||
| 12 | SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;nobranch=1 \ | 12 | SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;nobranch=1 \ |
| 13 | file://CVE-2024-8508.patch \ | 13 | file://CVE-2024-8508.patch \ |
| 14 | file://CVE-2024-33655.patch \ | 14 | file://CVE-2024-33655.patch \ |
| 15 | file://CVE-2025-11411.patch \ | 15 | file://0001-CVE-2025-11411-1.patch \ |
| 16 | file://0002-CVE-2025-11411-2.patch \ | ||
| 16 | file://CVE-2024-43167.patch \ | 17 | file://CVE-2024-43167.patch \ |
| 17 | file://CVE-2024-43168_1.patch \ | 18 | file://CVE-2024-43168_1.patch \ |
| 18 | file://CVE-2024-43168_2.patch \ | 19 | file://CVE-2024-43168_2.patch \ |
