diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-11 21:47:41 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-09-25 07:03:13 -1000 |
commit | a9d194f21a3bdebca8aaff204804a5fdc67c76d1 (patch) | |
tree | a0da6c90b59a8d439eca221022ea358750a1e87b | |
parent | e9591ead43b70da5665f53f8a54f6e0c8f4d0dda (diff) | |
download | openembedded-core-contrib-stable/dunfell-next.tar.gz |
vim: Upgrade 9.0.1664 -> 9.0.1894stable/dunfell-next
This includes multiple CVE fixes.
The license change is due to changes in maintainership, the license
itself is unchanged.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 91e66b93a0c0928f0c2cfe78e22898a6c9800f34)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-support/vim/vim.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index dc22a023c3..73e639d7b1 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc @@ -10,7 +10,7 @@ DEPENDS = "ncurses gettext-native" RSUGGESTS_${PN} = "diffutils" LICENSE = "vim" -LIC_FILES_CHKSUM = "file://LICENSE;md5=6b30ea4fa660c483b619924bc709ef99" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d1a651ab770b45d41c0f8cb5a8ca930e" SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ file://disable_acl_header_check.patch \ @@ -19,8 +19,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ file://no-path-adjust.patch \ " -PV .= ".1664" -SRCREV = "8154e642aa476e1a5d3de66c34e8289845b2b797" +PV .= ".1894" +SRCREV = "e5f7cd0a60d0eeab84f7aeb35c13d3af7e50072e" # Remove when 8.3 is out UPSTREAM_VERSION_UNKNOWN = "1" |