diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-22 14:25:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-23 15:24:11 +0100 |
commit | 0972526d2a74d363f8469ac5fc567fd8cbf663cd (patch) | |
tree | 8f6c14190ad396aafbc2490f32311a7771d301c7 | |
parent | 081a3655fbb10b83793f102b975e153e75240682 (diff) | |
download | poky-0972526d2a74d363f8469ac5fc567fd8cbf663cd.tar.gz |
vim: Upgrade 9.0.0115 -> 9.0.0242
Includes fixes for:
CVE-2022-2816
CVE-2022-2817
CVE-2022-2819
CVE-2022-2845
CVE-2022-2849
CVE-2022-2862
CVE-2022-2874
CVE-2022-2889
(From OE-Core rev: 3ec2d27d09444213ec1c9b91c6f8c4363f297294)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/vim/vim.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index 48896465ed..5b95ab2625 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 | ||
23 | PV .= ".0115" | 23 | PV .= ".0242" |
24 | SRCREV = "6747cf1671bd41cddee77c65b3f9a70509f968db" | 24 | SRCREV = "171c683237149262665135c7d5841a89bb156f53" |
25 | 25 | ||
26 | # Remove when 8.3 is out | 26 | # Remove when 8.3 is out |
27 | UPSTREAM_VERSION_UNKNOWN = "1" | 27 | UPSTREAM_VERSION_UNKNOWN = "1" |