diff options
author | Divya Chellam <divya.chellam@windriver.com> | 2025-09-26 16:44:59 +0530 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-10-03 09:51:17 -0700 |
commit | 1811a2d13e212c80da5be41515872ee404079929 (patch) | |
tree | 5cb3ba26bab08c1cd7aaa47e5488897286c9d806 | |
parent | 15dd68bda1a70ce8b95e442f794951bfe3a54b3a (diff) | |
download | poky-1811a2d13e212c80da5be41515872ee404079929.tar.gz |
vim: upgrade 9.1.1652 -> 9.1.1683
Handles CVE-2025-9389
Changes between 9.1.1652 -> 9.1.1683
====================================
https://github.com/vim/vim/compare/v9.1.1652...v9.1.1683
(From OE-Core rev: 24b7e7f719ca600a88aa893b87f6ea821caeadce)
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 2a9fda5376..289f31be70 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 .= ".1652" | 21 | PV .= ".1683" |
22 | SRCREV = "3e152c76adb9542af86760786d42a0beffe5354b" | 22 | SRCREV = "b922b30cfe4c044c83bac3cc908084ed20a83598" |
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" |