diff options
| author | Tim Orling <ticotimo@gmail.com> | 2022-10-31 07:16:43 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-07 15:06:37 +0000 |
| commit | 4caa67f39541fb1530435e4ff322d313b8c78028 (patch) | |
| tree | c2e273382acfed07f02a1ca133d6e631305491ee /meta/recipes-support | |
| parent | 417fef99f2af24ef524f9f3a1f11eff0f8742d96 (diff) | |
| download | poky-4caa67f39541fb1530435e4ff322d313b8c78028.tar.gz | |
vim: upgrade 9.0.0614 -> 9.0.0820
Includes fixes for CVE-2022-3705
https://nvd.nist.gov/vuln/detail/CVE-2022-3705
For a short list of important changes, see:
https://www.arp242.net/vimlog/
(From OE-Core rev: 3251dc441a31b2d4d7acb690bd6db13f0f99a1d0)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f6d917bd0f8810b5ed8d403ad25d59cda2fc9574)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
| -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 e9fd7a3eec..262c97bf0f 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 .= ".0614" | 23 | PV .= ".0820" |
| 24 | SRCREV = "ef976323e770315b5fca544efb6b2faa25674d15" | 24 | SRCREV = "03d6e6f42b0deeb02d52c8a48c14abe431370c1c" |
| 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" |
