diff mbox series

[dunfell,2/3] vim: Upgrade 9.0.0541 -> 9.0.0598

Message ID bc13c16bec7a898ae3246e2a9ab586e8241af28e.1664417041.git.steve@sakoman.com
State Accepted, archived
Commit bc13c16bec7a898ae3246e2a9ab586e8241af28e
Headers show
Series [dunfell,1/3] bluez: CVE-2022-39176 BlueZ allows physically proximate attackers | expand

Commit Message

Steve Sakoman Sept. 29, 2022, 2:05 a.m. UTC
From: Richard Purdie <richard.purdie@linuxfoundation.org>

Includes a fix for CVE-2022-3278.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 98c40271692147873a622e168e8b2e90a9fcc54c)
Signed-off-by: Steve Sakoman <steve@sakoman.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 8a914ae524..f2cd235329 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -20,8 +20,8 @@  SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
            file://no-path-adjust.patch \
            "
 
-PV .= ".0541"
-SRCREV = "ee7c8d999beb847457f768757b1bdcd76391c1f4"
+PV .= ".0598"
+SRCREV = "8279af514ca7e5fd3c31cf13b0864163d1a0bfeb"
 
 # Remove when 8.3 is out
 UPSTREAM_VERSION_UNKNOWN = "1"