diff mbox series

vim: Upgrade 9.1.1115 -> 9.1.1198

Message ID 20250318075656.16520-1-vanusuri@mvista.com
State New
Headers show
Series vim: Upgrade 9.1.1115 -> 9.1.1198 | expand

Commit Message

Vijay Anusuri March 18, 2025, 7:56 a.m. UTC
From: Vijay Anusuri <vanusuri@mvista.com>

This includes CVE-fix for CVE-2025-27423 and CVE-2025-29768

Changes between 9.1.1115 -> 9.1.1198
====================================
https://github.com/vim/vim/compare/v9.1.1115...v9.1.1198

Signed-off-by: Vijay Anusuri <vanusuri@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 229770ba9f..b39cfadaad 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 \
            file://no-path-adjust.patch \
            "
 
-PV .= ".1115"
-SRCREV = "c0f0e2380e5954f4a52a131bf6b8499838ad1dae"
+PV .= ".1198"
+SRCREV = "f209dcd3defb95bae21b2740910e6aa7bb940531"
 
 # Do not consider .z in x.y.z, as that is updated with every commit
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"