summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorArchana Polampalli <archana.polampalli@windriver.com>2023-08-18 07:49:37 +0000
committerSteve Sakoman <steve@sakoman.com>2023-09-25 07:03:13 -1000
commite9591ead43b70da5665f53f8a54f6e0c8f4d0dda (patch)
treeb114591429833fac1088c672a4b59d46f87d794a /meta/recipes-support
parentd411ef9f660c443c00eee9bfbbc8c60c3cd0e92d (diff)
downloadopenembedded-core-contrib-e9591ead43b70da5665f53f8a54f6e0c8f4d0dda.tar.gz
vim: upgrade 9.0.1592 -> 9.0.1664
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2023-3896 8154e642a (tag: v9.0.1664) patch 9.0.1664: divide by zero when scrolling with 'smoothscroll' set Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 4a1ab744142c9229f03a359b45e5e89a1fbae0d3) Signed-off-by: Steve Sakoman <steve@sakoman.com>
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 bbafa170f4..dc22a023c3 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 \
file://no-path-adjust.patch \
"
-PV .= ".1592"
-SRCREV = "29b4c513b11deb37f0e0538df53d195f602fa42c"
+PV .= ".1664"
+SRCREV = "8154e642aa476e1a5d3de66c34e8289845b2b797"
# Remove when 8.3 is out
UPSTREAM_VERSION_UNKNOWN = "1"