diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-20 14:51:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-21 07:52:04 +0000 |
commit | f625c01d91b80b6aca95afcc506a8b55f1c4f311 (patch) | |
tree | 09b1a2772398fc73fe0dc80611f6a8a7dac49400 /meta | |
parent | c2537cfbde4b33013f804b232a3e31c7159b13c8 (diff) | |
download | poky-f625c01d91b80b6aca95afcc506a8b55f1c4f311.tar.gz |
vim: Upgrade 8.2.4314 -> 8.2.4424
License file had some grammar fixes.
Includes CVE-2022-0554.
(From OE-Core rev: a8d0a4026359c2c8a445dba9456f8a05470293c1)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/vim/vim.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index f9b6cd60d0..68051f9b92 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc | |||
@@ -11,7 +11,7 @@ RSUGGESTS:${PN} = "diffutils" | |||
11 | 11 | ||
12 | LICENSE = "Vim" | 12 | LICENSE = "Vim" |
13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6b30ea4fa660c483b619924bc709ef99 \ | 13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6b30ea4fa660c483b619924bc709ef99 \ |
14 | file://runtime/doc/uganda.txt;md5=600a38dc53e8931fdfb1238276ee09b0" | 14 | file://runtime/doc/uganda.txt;md5=a3f193c20c6faff93c69185d5d070535" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ | 16 | SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ |
17 | file://disable_acl_header_check.patch \ | 17 | file://disable_acl_header_check.patch \ |
@@ -21,8 +21,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ | |||
21 | file://racefix.patch \ | 21 | file://racefix.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | PV .= ".4314" | 24 | PV .= ".4424" |
25 | SRCREV = "8cbf2499179db39a46e700ab04d0b36e22bcc1bb" | 25 | SRCREV = "cdf717283ca70b18f20b8a2cefe7957083280c6f" |
26 | 26 | ||
27 | # Remove when 8.3 is out | 27 | # Remove when 8.3 is out |
28 | UPSTREAM_VERSION_UNKNOWN = "1" | 28 | UPSTREAM_VERSION_UNKNOWN = "1" |