From: Tim Orling Date: Mon, 1 Jun 2026 19:27:43 +0000 (-0700) Subject: vim: upgrade 9.2.0340 -> 9.2.0569 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=5f5e8ba59562b9d867b0a9bc1bf3ff4cf0b1508b;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git vim: upgrade 9.2.0340 -> 9.2.0569 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 Signed-off-by: Richard Purdie --- 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\d+\.\d+)\.0"