summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDivya Chellam <divya.chellam@windriver.com>2025-09-26 16:43:38 +0530
committerSteve Sakoman <steve@sakoman.com>2025-09-30 08:01:59 -0700
commit619804e1fcf7db16335ba38d35309cfc09f7c4af (patch)
tree52c263fa5156f407cd58da7ca0c162af4b9eb7a7
parentb079439d077470b25ef0c4db37edc663f13688c7 (diff)
downloadpoky-619804e1fcf7db16335ba38d35309cfc09f7c4af.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: 55e0c38dc28b73fa689446e2d5e564d235a24084) 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.inc4
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
21PV .= ".1652" 21PV .= ".1683"
22SRCREV = "3e152c76adb9542af86760786d42a0beffe5354b" 22SRCREV = "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
25UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" 25UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"