diff mbox series

vim: upgrade 9.2.0340 -> 9.2.0569

Message ID 20260601192742.333006-2-tim.orling@konsulko.com
State New
Headers show
Series vim: upgrade 9.2.0340 -> 9.2.0569 | expand

Commit Message

Tim Orling June 1, 2026, 7:27 p.m. UTC
From: Tim Orling <tim.orling@konsulko.com>

9.2.0501 enables GTK4 as an option

CVE: CVE-2026-41411
CVE: CVE-2026-42307
CVE: CVE-2026-44656
CVE: CVE-2026-45130
CVE: CVE-2026-46483

For full comparison of changes, see [1].

[1] https://github.com/vim/vim/compare/v9.2.0340...v9.2.0569

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
Tested on qemux86-64 with core-image-full-cmdline:
CORE_IMAGE_EXTRA_INSTALL:pn-core-image-full-cmdline = " vim"
and also
CORE_IMAGE_EXTRA_INSTALL:pn-core-image-full-cmdline = " vim-tiny"

 meta/recipes-support/vim/vim.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index 6e0058b13e..b00b2602ed 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -18,8 +18,8 @@  SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https;tag=v${PV}
            file://no-path-adjust.patch \
            "
 
-PV .= ".0340"
-SRCREV = "6addd6c101117706bc9b3609d3a418e26e92618f"
+PV .= ".0569"
+SRCREV = "54ffef7eb83f2592833f422b89bf5f30de6b4bb0"
 
 # Do not consider .z in x.y.z, as that is updated with every commit
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"