diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-04-06 21:06:24 +0200 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-04-24 21:13:20 +0530 |
| commit | d994b091f699bf6a7feba7ecf01712ae280ce4ac (patch) | |
| tree | 1a414c5519bbc07a0f5ee8c88151ceb933872a71 | |
| parent | 47ec93ee07a0e0d6c0214a50849e802ceb29c0b7 (diff) | |
| download | meta-openembedded-d994b091f699bf6a7feba7ecf01712ae280ce4ac.tar.gz | |
dovecot: mark CVE-2026-0394 patched
Details: https://nvd.nist.gov/vuln/detail/CVE-2026-0394
As identified[1] by Debian, the recipe version already contains
the commits that fix this. Due to this mark it as patched.
[1]: https://security-tracker.debian.org/tracker/CVE-2026-0394
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
| -rw-r--r-- | meta-networking/recipes-support/dovecot/dovecot_2.4.1-4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.4.1-4.bb b/meta-networking/recipes-support/dovecot/dovecot_2.4.1-4.bb index 769e693c5a..0f4ceac599 100644 --- a/meta-networking/recipes-support/dovecot/dovecot_2.4.1-4.bb +++ b/meta-networking/recipes-support/dovecot/dovecot_2.4.1-4.bb | |||
| @@ -88,3 +88,4 @@ FILES:${PN}-dev += "${libdir}/dovecot/libdovecot*.so" | |||
| 88 | FILES:${PN}-dbg += "${libdir}/dovecot/*/.debug" | 88 | FILES:${PN}-dbg += "${libdir}/dovecot/*/.debug" |
| 89 | 89 | ||
| 90 | CVE_STATUS[CVE-2016-4983] = "not-applicable-platform: Affects only postinstall script on specific distribution." | 90 | CVE_STATUS[CVE-2016-4983] = "not-applicable-platform: Affects only postinstall script on specific distribution." |
| 91 | CVE_STATUS[CVE-2026-0394] = "fixed-version: fixed in 2.4.1" | ||
