diff options
author | Randy MacLeod <randy.macleod@windriver.com> | 2023-01-17 11:42:44 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-18 16:42:28 +0000 |
commit | f3d4ee6477739027fd21a8208dbd80097e8e54cb (patch) | |
tree | e345bb0bb53fb9a197aa507bdb72336ec1b65d2a /meta/recipes-support | |
parent | f53a8fb958d33b021e2da7fa899cef8089c7b2dd (diff) | |
download | poky-f3d4ee6477739027fd21a8208dbd80097e8e54cb.tar.gz |
vim: upgrade 9.0.0947 -> 9.0.1211
Includes fixes for:
https://nvd.nist.gov/vuln/detail/CVE-2023-0049
https://nvd.nist.gov/vuln/detail/CVE-2023-0051
https://nvd.nist.gov/vuln/detail/CVE-2023-0054
https://nvd.nist.gov/vuln/detail/CVE-2023-0288
(From OE-Core rev: 1c51068c78d12ee02789a6dbecf5e7e91d141af5)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.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')
-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 d86841efaa..9bc6881fce 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 .= ".0947" | 23 | PV .= ".1211" |
24 | SRCREV = "cc762a48d42b579fb7bdec2c614636b830342dd5" | 24 | SRCREV = "f7d1c6e1884c76680980571f1cf15e0928d247b5" |
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" |