summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTeoh Jay Shen <jay.shen.teoh@intel.com>2022-11-03 17:00:45 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-04 13:13:31 +0000
commitc0a61b5e5df0a3110bf4ace8de80d9fa29dc1fda (patch)
tree994c88458d962253183ecacd8cba41c1f5046671 /meta
parent305b50555746bce5062cf466103d8bba29fb1438 (diff)
downloadpoky-c0a61b5e5df0a3110bf4ace8de80d9fa29dc1fda.tar.gz
vim: Upgrade 9.0.0598 -> 9.0.0614
Include fixes for CVE-2022-3352. (From OE-Core rev: 1104d02f9bac2fdd540da5ccb5dd6690e025ef33) Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> (cherry picked from commit 8aa707f80ae1cfe89d5e20ec1f1632a65149aed4) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 cbc370100b..0710f6afbf 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 .= ".0598" 23PV .= ".0614"
24SRCREV = "8279af514ca7e5fd3c31cf13b0864163d1a0bfeb" 24SRCREV = "ef976323e770315b5fca544efb6b2faa25674d15"
25 25
26# Remove when 8.3 is out 26# Remove when 8.3 is out
27UPSTREAM_VERSION_UNKNOWN = "1" 27UPSTREAM_VERSION_UNKNOWN = "1"