From: Divya Chellam Date: Thu, 13 Feb 2025 04:54:56 +0000 (+0000) Subject: vim: Upgrade 9.1.0764 -> 9.1.1043 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ef88cb004b88e8efce9608cee18290af41453d2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git vim: Upgrade 9.1.0764 -> 9.1.1043 This includes CVE-fix for CVE-2025-22134 and CVE-2025-24014 Changes between 9.1.0764 -> 9.1.1043 ==================================== https://github.com/vim/vim/compare/v9.1.0764...v9.1.1043 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 cf36f4087b..ab85d6115d 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 .= ".0764" -SRCREV = "51b62387be93c65fa56bbabe1c3c1ea5df187641" +PV .= ".1043" +SRCREV = "9d1bed5eccdbb46a26b8a484f5e9163c40e63919" # Do not consider .z in x.y.z, as that is updated with every commit UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+\.\d+)\.0"