summaryrefslogtreecommitdiffstats
path: root/meta
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-11-04 23:31:48 +0000
commit72157834c6e53f33522197bd6a9442fff080c7b2 (patch)
treeeb39ceb21c63f8d033aef40c6b5a6ba903347a0b /meta
parent25cfdd66e44bd8aa4f1193dba1706923a2cd6759 (diff)
downloadpoky-72157834c6e53f33522197bd6a9442fff080c7b2.tar.gz
vim: Upgrade 9.0.0598 -> 9.0.0614
Include fixes for CVE-2022-3352. (From OE-Core rev: 9067e3a24bc5558af6a41f2c5e6f16c37116e3ed) 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"