]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
vim: Upgrade 9.0.2009 -> 9.0.2048
authorSiddharth Doshi <sdoshi@mvista.com>
Wed, 18 Oct 2023 15:13:12 +0000 (20:43 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Oct 2023 12:06:50 +0000 (13:06 +0100)
This includes CVE fix for CVE-2023-5535.

Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/vim/vim.inc

index 5e06866692d700efc04f61fc4b9a62064f902069..58025828f2bf181fce4e43a2c44a524331667f64 100644 (file)
@@ -19,8 +19,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
            file://no-path-adjust.patch \
            "
 
-PV .= ".2009"
-SRCREV = "54844857fd6933fa4f6678e47610c4b9c9f7a091"
+PV .= ".2048"
+SRCREV = "982ef16059bd163a77271107020defde0740bbd6"
 
 # Do not consider .z in x.y.z, as that is updated with every commit
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"