[kirkstone] vim: upgrade 8.2.4912 -> 8.2.5034

Message ID 20220530122714.213070-1-davide.gardenal@huawei.com
State New, archived
Headers show
Series [kirkstone] vim: upgrade 8.2.4912 -> 8.2.5034 | expand

Commit Message

Davide Gardenal May 30, 2022, 12:27 p.m. UTC
Security update to fix the following CVEs

CVE: CVE-2022-1621
CVE: CVE-2022-1629
CVE: CVE-2022-1674
CVE: CVE-2022-1733
CVE: CVE-2022-1735
CVE: CVE-2022-1769
CVE: CVE-2022-1771
CVE: CVE-2022-1785
CVE: CVE-2022-1796

Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
---
 meta/recipes-support/vim/vim.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Patch

diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index c5922b7fcd..b22e8016ab 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 .= ".4912"
-SRCREV = "a7583c42cd6b64fd276a5d7bb0db5ce7bfafa730"
+PV .= ".5034"
+SRCREV = "5a6ec10cc80ab02eeff644ab19b82312630ea855"
 
 # Remove when 8.3 is out
 UPSTREAM_VERSION_UNKNOWN = "1"