Message ID | 3db417e002684b4f09c52997017bed139ad95f5f.1645465376.git.steve@sakoman.com |
---|---|
State | Accepted, archived |
Commit | 3db417e002684b4f09c52997017bed139ad95f5f |
Headers | show |
Series | [dunfell,1/8] Revert "vim: fix CVE-2021-4069" | expand |
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index 39c0fda76f..1c7256c97c 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc @@ -23,6 +23,9 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ PV .= ".3752" SRCREV = "8603be338ac810446f23c092f21bc6082f787519" +# Remove when 8.3 is out +UPSTREAM_VERSION_UNKNOWN = "1" + # Do not consider .z in x.y.z, as that is updated with every commit UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"