summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vim
diff options
context:
space:
mode:
authorRandy MacLeod <randy.macleod@windriver.com>2023-03-28 07:57:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-30 10:49:01 +0100
commitd1f3941417d4b2bb56c63e716d750596f8b151a9 (patch)
tree378d100c61664e8eeb5191439852a04069e5e2ac /meta/recipes-support/vim
parent10b42adf56af94c281b491c6ac57e14242f7dd3b (diff)
downloadpoky-d1f3941417d4b2bb56c63e716d750596f8b151a9.tar.gz
vim: upgrade 9.0.1403 -> 9.0.1429
Fixes: CVE-2023-1127, CVE-2023-1170, CVE-2023-1175, CVE-2023-1264, CVE-2023-1355 (From OE-Core rev: 2415072c3800feb164dd4d1fa0b56bd141a5cbd8) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/vim')
-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 42a2ba46b8..1e27415288 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 .= ".1403" 22PV .= ".1429"
23SRCREV = "e764d1b4219e6615a04df1c3a6a5c0210a0a7dac" 23SRCREV = "1a08a3e2a584889f19b84a27672134649b73da58"
24 24
25# Remove when 8.3 is out 25# Remove when 8.3 is out
26UPSTREAM_VERSION_UNKNOWN = "1" 26UPSTREAM_VERSION_UNKNOWN = "1"