From: Divya Chellam Date: Tue, 11 Mar 2025 12:12:13 +0000 (+0000) Subject: vim: Upgrade 9.1.1043 -> 9.1.1115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acb88b244e89bc1300a24f60d0a44c21e0ab1af6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git vim: Upgrade 9.1.1043 -> 9.1.1115 This includes CVE-fix for CVE-2025-26603 and CVE-2025-1215 Changes between 9.1.1043 -> 9.1.1115 ==================================== https://github.com/vim/vim/compare/v9.1.1043...v9.1.1115 Signed-off-by: Divya Chellam Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index 4ac9c58c80..823cfe24c7 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 .= ".1043" -SRCREV = "9d1bed5eccdbb46a26b8a484f5e9163c40e63919" +PV .= ".1115" +SRCREV = "c0f0e2380e5954f4a52a131bf6b8499838ad1dae" # Do not consider .z in x.y.z, as that is updated with every commit UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+\.\d+)\.0"