summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2023-05-30 11:57:19 -0400
committerSteve Sakoman <steve@sakoman.com>2023-07-21 06:27:34 -1000
commit4a93bab7a427f1859c3dda29100deae1fdaa6aec (patch)
treefa58dd4c42af2407dda6de9cf287081170a13f01
parentf111db3f71ac672bfd4e326235fba4255b2a273b (diff)
downloadpoky-4a93bab7a427f1859c3dda29100deae1fdaa6aec.tar.gz
vim: upgrade 9.0.1527 -> 9.0.1592
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2023-2609 d1ae836 patch 9.0.1531: crash when register contents ends up being invalid https://nvd.nist.gov/vuln/detail/CVE-2023-2610 ab9a2d8 patch 9.0.1532: crash when expanding "~" in substitute causes very long text (From OE-Core rev: a71153cb0a509456dd36466ac15a603f953eb6b8) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 1e4b4dfb4145bc00eb6937b5f54a41170e9a5b4c) 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 e1d2563316..33ae0d8079 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 .= ".1527" 22PV .= ".1592"
23SRCREV = "c28e7a2b2f23dbd246a1ad7ad7aaa6f7ab2e5887" 23SRCREV = "29b4c513b11deb37f0e0538df53d195f602fa42c"
24 24
25# Remove when 8.3 is out 25# Remove when 8.3 is out
26UPSTREAM_VERSION_UNKNOWN = "1" 26UPSTREAM_VERSION_UNKNOWN = "1"