]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
vim: upgrade 9.1.1652 -> 9.1.1683
authorDivya Chellam <divya.chellam@windriver.com>
Fri, 26 Sep 2025 11:14:59 +0000 (16:44 +0530)
committerSteve Sakoman <steve@sakoman.com>
Tue, 30 Sep 2025 13:42:16 +0000 (06:42 -0700)
Handles CVE-2025-9389

Changes between 9.1.1652 -> 9.1.1683
====================================
https://github.com/vim/vim/compare/v9.1.1652...v9.1.1683

Signed-off-by: Divya Chellam <divya.chellam@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/vim/vim.inc

index 2a9fda537679ab9fe636f9a109169d77ab2cf0e0..289f31be707a4d41b43fa1bb1a9a9e9c3eedffd4 100644 (file)
@@ -18,8 +18,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
            file://no-path-adjust.patch \
            "
 
-PV .= ".1652"
-SRCREV = "3e152c76adb9542af86760786d42a0beffe5354b"
+PV .= ".1683"
+SRCREV = "b922b30cfe4c044c83bac3cc908084ed20a83598"
 
 # Do not consider .z in x.y.z, as that is updated with every commit
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"