diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-07 17:00:18 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-22 22:18:51 +0000 |
| commit | d5424469d73196a7ead182dd79b6623a3086fa75 (patch) | |
| tree | 2b15763dcfd0e4eaa22c15b7755c8dc50a99b065 | |
| parent | f0c3b282572d173c64febb196235668a62229784 (diff) | |
| download | poky-d5424469d73196a7ead182dd79b6623a3086fa75.tar.gz | |
vim: Update to 8.2.4524 for further CVE fixes
Includes CVE-2022-0696, CVE-2022-0714, CVE-2022-0729.
(From OE-Core rev: cbbe79e55169ebd83bd7c6d66acab6287367408c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0d29988958e48534a0076307bb2393a3c1309e03)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
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 6caa89c733..c124596e8d 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 .= ".4424" | 24 | PV .= ".4524" |
| 25 | SRCREV = "cdf717283ca70b18f20b8a2cefe7957083280c6f" | 25 | SRCREV = "d8f8629b1bf566e1dada7515e9b146c69e5d9757" |
| 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" |
