diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-08 13:29:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-01 11:20:24 +0100 |
commit | e28a432c27a5d0b75d01025f1153fa6727a4c307 (patch) | |
tree | 2471d1f4f3db833be5628f72862bdc301a7d5851 /meta/recipes-support | |
parent | 5350a0162c48f05657ff1586977a598ffd73d156 (diff) | |
download | poky-e28a432c27a5d0b75d01025f1153fa6727a4c307.tar.gz |
vim: Upgrade 8.2.4681 -> 8.2.4912
Includes fixes for CVE-2022-1381, CVE-2022-1420.
(From OE-Core rev: 4757b4381f56a0d6da373e3fc75a28ab7958d26f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 77d745bd49c979de987c75fd7a3af116e99db82b)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.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 933ecfd9af..087153c1d6 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc | |||
@@ -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 .= ".4681" | 24 | PV .= ".4912" |
25 | SRCREV = "15f74fab653a784548d5d966644926b47ba2cfa7" | 25 | SRCREV = "a7583c42cd6b64fd276a5d7bb0db5ce7bfafa730" |
26 | 26 | ||
27 | # Do not consider .z in x.y.z, as that is updated with every commit | 27 | # Do not consider .z in x.y.z, as that is updated with every commit |
28 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" | 28 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" |