diff mbox series

[master] vim: upgrade 9.2.0569 -> 9.2.0782

Message ID 20260705163140.319658-1-sdoshi@mvista.com
State New
Headers show
Series [master] vim: upgrade 9.2.0569 -> 9.2.0782 | expand

Commit Message

Siddharth July 5, 2026, 4:31 p.m. UTC
From: Siddharth Doshi <sdoshi@mvista.com>

CVE's Fixed:
CVE-2026-57456
CVE-2026-57455
CVE-2026-57454
CVE-2026-57453
CVE-2026-57452
CVE-2026-57451
CVE-2026-55895
CVE-2026-55892
CVE-2026-55693
CVE-2026-52860

For full comparison of changes, see the link below:
https://github.com/vim/vim/compare/v9.2.0569...v9.2.0782

Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
---
 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 b00b2602ed..ce22d957d6 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 .= ".0569"
-SRCREV = "54ffef7eb83f2592833f422b89bf5f30de6b4bb0"
+PV .= ".0782"
+SRCREV = "834b8d218f1db92e587ecd449e5ce88b41fbe256"
 
 # Do not consider .z in x.y.z, as that is updated with every commit
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"