diff options
| author | Siddharth Doshi <sdoshi@mvista.com> | 2024-08-27 20:49:31 +0530 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-09-19 05:11:35 -0700 |
| commit | 8a8d815bf87a8207c527892ad7758c18565a3899 (patch) | |
| tree | 75e4461d7516d702857602fbe27abba9b618b08c /meta/recipes-support/vim | |
| parent | 7a6923bdd9455ea84b2d3642fe1034f4a7810e3c (diff) | |
| download | poky-8a8d815bf87a8207c527892ad7758c18565a3899.tar.gz | |
vim: Upgrade 9.1.0682 -> 9.1.0698
This includes CVE-fix for CVE-2024-43790 and CVE-2024-43802
Changes between 9.1.0682 -> 9.1.0698
====================================
https://github.com/vim/vim/compare/v9.1.0682...v9.1.0698
(From OE-Core rev: 829e474534777b2154f1b1246c5792b3159dacb1)
Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e530265415d93e3f49ec7874cf720aad18ab2e22)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-support/vim')
| -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 f8ba37156a..11daa900d2 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc | |||
| @@ -18,8 +18,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ | |||
| 18 | file://no-path-adjust.patch \ | 18 | file://no-path-adjust.patch \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | PV .= ".0682" | 21 | PV .= ".0698" |
| 22 | SRCREV = "cb90ea9cba6f033fe141db0e466fb4117f28402b" | 22 | SRCREV = "d56c451e1c05310562c5282352d7bb287c16323c" |
| 23 | 23 | ||
| 24 | # Do not consider .z in x.y.z, as that is updated with every commit | 24 | # Do not consider .z in x.y.z, as that is updated with every commit |
| 25 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" | 25 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" |
