From: Richard Purdie Date: Mon, 7 Mar 2022 17:00:18 +0000 (+0000) Subject: vim: Update to 8.2.4524 for further CVE fixes X-Git-Tag: 2021-10.3-honister~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fa9357473eb62703b1df1b1fb529b4c0ba452a9;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git vim: Update to 8.2.4524 for further CVE fixes Includes CVE-2022-0696, CVE-2022-0714, CVE-2022-0729. Signed-off-by: Richard Purdie (cherry picked from commit 0d29988958e48534a0076307bb2393a3c1309e03) Signed-off-by: Anuj Mittal --- diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index 59e0b4ed7a2..a05e91fe20d 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc @@ -21,8 +21,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ file://racefix.patch \ " -PV .= ".4424" -SRCREV = "cdf717283ca70b18f20b8a2cefe7957083280c6f" +PV .= ".4524" +SRCREV = "d8f8629b1bf566e1dada7515e9b146c69e5d9757" # Do not consider .z in x.y.z, as that is updated with every commit UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+\.\d+)\.0"