summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vim
diff options
context:
space:
mode:
authorTeoh Jay Shen <jay.shen.teoh@intel.com>2022-10-04 14:25:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-26 12:28:37 +0100
commit4dc4c214e0dd36c0f3bfb68368ef42e1b1c82d45 (patch)
tree17aae11da32d55204670d1c38c42a5a9f3412a35 /meta/recipes-support/vim
parent95cf9e6f2e0e76e1a47f49f33ef9098639b13517 (diff)
downloadpoky-4dc4c214e0dd36c0f3bfb68368ef42e1b1c82d45.tar.gz
vim: Upgrade 9.0.0598 -> 9.0.0614
Include fixes for CVE-2022-3352. (From OE-Core rev: 8aa707f80ae1cfe89d5e20ec1f1632a65149aed4) Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/vim')
-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"