diff options
| author | Randy MacLeod <Randy.MacLeod@windriver.com> | 2023-05-11 10:59:15 -0400 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-06-14 04:14:25 -1000 |
| commit | b6ceaea1610b6d01d4116ee8ed974d641d0b6e63 (patch) | |
| tree | 4285c8a310cdb02f2c5eb83b182c47cfc26bd9ff /meta/recipes-support | |
| parent | a3db95dc42084ba221533b5f011d34987b4f3c7c (diff) | |
| download | poky-b6ceaea1610b6d01d4116ee8ed974d641d0b6e63.tar.gz | |
vim: upgrade 9.0.1429 -> 9.0.1527
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2023-2426
caf642c25 patch 9.0.1499: using uninitialized memory with fuzzy matching
(From OE-Core rev: 72c741cd9d11f995a20e24d11528842fc020f59e)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 4f9a8df5aca99d0a5c2d2346b27ce7be08e7896c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
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 1e27415288..e1d2563316 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc | |||
| @@ -19,8 +19,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ | |||
| 19 | file://no-path-adjust.patch \ | 19 | file://no-path-adjust.patch \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | PV .= ".1429" | 22 | PV .= ".1527" |
| 23 | SRCREV = "1a08a3e2a584889f19b84a27672134649b73da58" | 23 | SRCREV = "c28e7a2b2f23dbd246a1ad7ad7aaa6f7ab2e5887" |
| 24 | 24 | ||
| 25 | # Remove when 8.3 is out | 25 | # Remove when 8.3 is out |
| 26 | UPSTREAM_VERSION_UNKNOWN = "1" | 26 | UPSTREAM_VERSION_UNKNOWN = "1" |
