summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorQiu, Zheng <Zheng.Qiu@windriver.com>2022-12-01 11:18:35 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-23 23:05:56 +0000
commit261e81134a36e8a38af1764946f87d2ea0af73ab (patch)
treedbdbd8a47dd8aa71fa1b00a01a8167da87e6c89f /meta/recipes-support
parent301d4bb08bdedd9a9f80b736c58549048efd423e (diff)
downloadpoky-261e81134a36e8a38af1764946f87d2ea0af73ab.tar.gz
vim: upgrade 9.0.0820 -> 9.0.0947
Includes fixes for CVE-2022-4141 https://nvd.nist.gov/vuln/detail/CVE-2022-4141 For a short list of important changes, see: https://www.arp242.net/vimlog/ (From OE-Core rev: e6b2f6113232e5c1f38f1885f34061c570790323) Signed-off-by: Zheng Qiu <zheng.qiu@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 160f459febc7fb36cc0fe85c63eb26780ace3bfd) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-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 298a111853..d86841efaa 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -20,8 +20,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
20 file://no-path-adjust.patch \ 20 file://no-path-adjust.patch \
21 " 21 "
22 22
23PV .= ".0820" 23PV .= ".0947"
24SRCREV = "03d6e6f42b0deeb02d52c8a48c14abe431370c1c" 24SRCREV = "cc762a48d42b579fb7bdec2c614636b830342dd5"
25 25
26# Remove when 8.3 is out 26# Remove when 8.3 is out
27UPSTREAM_VERSION_UNKNOWN = "1" 27UPSTREAM_VERSION_UNKNOWN = "1"