diff options
author | Divya Chellam <divya.chellam@windriver.com> | 2025-02-13 04:54:56 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-02-21 06:25:06 -0800 |
commit | 2fb5838cb1c337f6af4e792da9485c6dde06560c (patch) | |
tree | a6240b4f30e0622263907180b07f28e74e9519f4 | |
parent | f1b6ecb9515a3f5107cef199b7e10c2dfb323c63 (diff) | |
download | poky-2fb5838cb1c337f6af4e792da9485c6dde06560c.tar.gz |
vim: Upgrade 9.1.0764 -> 9.1.1043
This includes CVE-fix for CVE-2025-22134 and CVE-2025-24014
Changes between 9.1.0764 -> 9.1.1043
====================================
https://github.com/vim/vim/compare/v9.1.0764...v9.1.1043
(From OE-Core rev: 00b97ae6e1aa2c1cad2ff23e4eedab1d55af6f4f)
Signed-off-by: Divya Chellam <divya.chellam@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 582eddcb9d..4ac9c58c80 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 .= ".0764" | 21 | PV .= ".1043" |
22 | SRCREV = "51b62387be93c65fa56bbabe1c3c1ea5df187641" | 22 | SRCREV = "9d1bed5eccdbb46a26b8a484f5e9163c40e63919" |
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" |