diff mbox series

vim.inc: upgrade 9.2.0782 9.2.0843

Message ID 20260724143914.554740-1-tim.orling@konsulko.com
State Under Review
Headers show
Series vim.inc: upgrade 9.2.0782 9.2.0843 | expand

Commit Message

Tim Orling July 24, 2026, 2:39 p.m. UTC
From: Tim Orling <tim.orling@konsulko.com>

Includes security fixes:
975e191dc (tag: v9.2.0843) patch 9.2.0843: [security]: popup: opacity mask indexed out of bounds
5598618b2 (tag: v9.2.0842) patch 9.2.0842: [security]: stack buffer overflow in socket server
a9336b476 (tag: v9.2.0841) patch 9.2.0841: [security]: heap overflow when adding > 65535 text properties
29c6fd090 (tag: v9.2.0840) patch 9.2.0840: [security]: code injection in netrw via bookmarks
c5a82fe01 (tag: v9.2.0839) patch 9.2.0839: [security]: arbitrary code execution via keyword lookup

For full comparison of changes, see:
https://github.com/vim/vim/compare/v9.2.0782...v9.2.0843

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 meta/recipes-support/vim/vim.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index 4dd12d220c..c1a193376b 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;tag=v${PV}
            file://no-path-adjust.patch \
            "
 
-PV .= ".0782"
-SRCREV = "834b8d218f1db92e587ecd449e5ce88b41fbe256"
+PV .= ".0843"
+SRCREV = "975e191dc817d8d00abca7197c4529a417c2f805"
 
 # Do not consider .z in x.y.z, as that is updated with every commit
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"