summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy MacLeod <Randy.MacLeod@windriver.com>2023-05-11 10:59:15 -0400
committerSteve Sakoman <steve@sakoman.com>2023-06-17 05:10:26 -1000
commit036558afb07451c5970e570d967eb4a2ecb4a92e (patch)
tree646b87b717b750649e66a313f8e7addd7f9033b1
parent7ae33b3e6f13857ab94ee0deb01b46edd71e16ea (diff)
downloadpoky-036558afb07451c5970e570d967eb4a2ecb4a92e.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: 51a6a2f7917f18f67879ea9559084393ab68520b) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 4f9a8df5aca99d0a5c2d2346b27ce7be08e7896c) 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 94eabfa197..800ee40f92 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 .= ".1429" 22PV .= ".1527"
23SRCREV = "1a08a3e2a584889f19b84a27672134649b73da58" 23SRCREV = "c28e7a2b2f23dbd246a1ad7ad7aaa6f7ab2e5887"
24 24
25# Remove when 8.3 is out 25# Remove when 8.3 is out
26UPSTREAM_VERSION_UNKNOWN = "1" 26UPSTREAM_VERSION_UNKNOWN = "1"