summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDivya Chellam <divya.chellam@windriver.com>2025-03-11 12:12:13 +0000
committerSteve Sakoman <steve@sakoman.com>2025-03-19 07:13:17 -0700
commitb210ed67de098a78a577baf464fae569d020de62 (patch)
treeb6a76f97b73273d3e8b3ba693a8e45d8d0960c7a
parent52209c5a2b9bdc4c6d2d6f596d308b0c275520fd (diff)
downloadpoky-b210ed67de098a78a577baf464fae569d020de62.tar.gz
vim: Upgrade 9.1.1043 -> 9.1.1115
This includes CVE-fix for CVE-2025-26603 and CVE-2025-1215 Changes between 9.1.1043 -> 9.1.1115 ==================================== https://github.com/vim/vim/compare/v9.1.1043...v9.1.1115 (From OE-Core rev: acb88b244e89bc1300a24f60d0a44c21e0ab1af6) 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 4ac9c58c80..823cfe24c7 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 .= ".1043" 21PV .= ".1115"
22SRCREV = "9d1bed5eccdbb46a26b8a484f5e9163c40e63919" 22SRCREV = "c0f0e2380e5954f4a52a131bf6b8499838ad1dae"
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"