From: Tim Orling <[email protected]> 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 <[email protected]> --- meta/recipes-support/vim/vim.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.47.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#241938): https://lists.openembedded.org/g/openembedded-core/message/241938 Mute This Topic: https://lists.openembedded.org/mt/120426693/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
