summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2024-02-18 11:48:50 -0800
committerSteve Sakoman <steve@sakoman.com>2024-02-27 05:42:54 -1000
commit6fc1eafd3b2bbcefa4acff4f46bdfd63b40bb2a5 (patch)
treeeac1f2ba4e8a7d83167402b97027d20545dec540 /meta
parent6c31f05df4408cca5e81f34c8ff24d5d58c9413c (diff)
downloadpoky-6fc1eafd3b2bbcefa4acff4f46bdfd63b40bb2a5.tar.gz
vim: upgrade v9.0.2130 -> v9.0.2190
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 (From OE-Core rev: 15c0077162f6af1908b3767b12ac79f24090b59d) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/vim/vim.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index e6735d5881..6d62bd67af 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -19,8 +19,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
19 file://no-path-adjust.patch \ 19 file://no-path-adjust.patch \
20 " 20 "
21 21
22PV .= ".2130" 22PV .= ".2190"
23SRCREV = "075ad7047457debfeef13442c01e74088b461092" 23SRCREV = "6a950da86d7a6eb09d5ebeab17657986420d07ac"
24 24
25# Do not consider .z in x.y.z, as that is updated with every commit 25# Do not consider .z in x.y.z, as that is updated with every commit
26UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" 26UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"