diff options
author | Randy MacLeod <Randy.MacLeod@windriver.com> | 2023-05-11 10:59:15 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-22 10:53:47 +0100 |
commit | d4b1dfde1fde99f64f272dd8da9bd395c8b279cb (patch) | |
tree | 63d8b045972aa00311de58abb387e6602947d4be /meta/recipes-support | |
parent | 181cf7a4aa7ca3901b312c89d88d8b9e4c4fe928 (diff) | |
download | poky-d4b1dfde1fde99f64f272dd8da9bd395c8b279cb.tar.gz |
vim: upgrade 9.0.1429 -> 9.0.1527
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2023-2426
caf642c25 patch 9.0.1499: using uninitialized memory with fuzzy matching
(From OE-Core rev: 4f9a8df5aca99d0a5c2d2346b27ce7be08e7896c)
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')
-rw-r--r-- | meta/recipes-support/vim/vim.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index 1e27415288..e1d2563316 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 | ||
22 | PV .= ".1429" | 22 | PV .= ".1527" |
23 | SRCREV = "1a08a3e2a584889f19b84a27672134649b73da58" | 23 | SRCREV = "c28e7a2b2f23dbd246a1ad7ad7aaa6f7ab2e5887" |
24 | 24 | ||
25 | # Remove when 8.3 is out | 25 | # Remove when 8.3 is out |
26 | UPSTREAM_VERSION_UNKNOWN = "1" | 26 | UPSTREAM_VERSION_UNKNOWN = "1" |