summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-12 23:37:43 +0100
committerSteve Sakoman <steve@sakoman.com>2022-09-14 08:08:22 -1000
commit46ba253059738dbd4de4bc7a7ac02a2585c498f5 (patch)
treeb5fb3aa410a838beea469627621b1e83da7fd6ab
parentddb09ccc3caebbd3cf643bb3bb3c198845050c69 (diff)
downloadopenembedded-core-contrib-46ba253059738dbd4de4bc7a7ac02a2585c498f5.tar.gz
vim: Upgrade 9.0.0341 -> 9.0.0453
Includes fixes for CVE-2022-3099 and CVE-2022-3134. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d042923262130b6b96f703b5cd4184f659caeb92) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 d885847fb1..94f8ba7cbf 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -20,8 +20,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
file://no-path-adjust.patch \
"
-PV .= ".0341"
-SRCREV = "92a3d20682d46359bb50a452b4f831659e799155"
+PV .= ".0453"
+SRCREV = "83a19c5fda0556330860899bfb484addf9178cd0"
# Remove when 8.3 is out
UPSTREAM_VERSION_UNKNOWN = "1"