Message ID | 6c88137d4ab36054ac97cff0457d78ef503f383e.1697319777.git.steve@sakoman.com |
---|---|
State | Accepted, archived |
Commit | 6c88137d4ab36054ac97cff0457d78ef503f383e |
Headers | show |
Series | [kirkstone,01/13] libtiff: fix CVE-2022-40090 improved IFD-Loop handling | expand |
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index 5f55f590e6..5e06866692 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc @@ -19,8 +19,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ file://no-path-adjust.patch \ " -PV .= ".1894" -SRCREV = "e5f7cd0a60d0eeab84f7aeb35c13d3af7e50072e" +PV .= ".2009" +SRCREV = "54844857fd6933fa4f6678e47610c4b9c9f7a091" # Do not consider .z in x.y.z, as that is updated with every commit UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"