summaryrefslogtreecommitdiffstats
path: root/meta
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-04-11 11:31:52 +0100
commit66e92925d4017345767670babbf21abf26cf1219 (patch)
tree335d60ede0337001d4e0480a640072293f4bb14a /meta
parent74f086529911bdaf07a8414d50de411e20739541 (diff)
downloadpoky-66e92925d4017345767670babbf21abf26cf1219.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: e578b685a7fca4e8a40b1863ec58b71f6c4d263c) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 2415072c3800feb164dd4d1fa0b56bd141a5cbd8) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 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"