]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
vim: upgrade v9.0.2130 -> v9.0.2190
authorTim Orling <ticotimo@gmail.com>
Sun, 18 Feb 2024 19:48:50 +0000 (11:48 -0800)
committerSteve Sakoman <steve@sakoman.com>
Mon, 19 Feb 2024 15:14:02 +0000 (05:14 -1000)
This is the latest/last of the 9.0.z upgrades, since 9.1 is now
released.

CVE: CVE-2024-22667
(includes the patch for .2142 https://github.com/vim/vim/commit/b39b240c386a5a29241415541f1c99e2e6b8ce47)

Changes:
https://github.com/vim/vim/compare/v9.0.2130...v9.0.2190

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/vim/vim.inc

index e6735d5881b04ef16e3905942214193538eab50f..6d62bd67afb1de736da65eb6a80f33cddc9a6d91 100644 (file)
@@ -19,8 +19,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
            file://no-path-adjust.patch \
            "
 
-PV .= ".2130"
-SRCREV = "075ad7047457debfeef13442c01e74088b461092"
+PV .= ".2190"
+SRCREV = "6a950da86d7a6eb09d5ebeab17657986420d07ac"
 
 # Do not consider .z in x.y.z, as that is updated with every commit
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"