diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-11 21:47:41 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-09-23 05:26:15 -1000 |
| commit | cb2e2c6d2a90f1c1953f1e6f6d12055dfacde507 (patch) | |
| tree | c07f144555d97f592fb625dc859bf85b63edef21 | |
| parent | 98393b32a906d982d559747ea0c0edfb73a8482e (diff) | |
| download | poky-cb2e2c6d2a90f1c1953f1e6f6d12055dfacde507.tar.gz | |
vim: Upgrade 9.0.1664 -> 9.0.1894
This includes multiple CVE fixes.
The license change is due to changes in maintainership, the license
itself is unchanged.
(From OE-Core rev: 5f78a010a4ff53f4a216ec2ebe9b7a44c5c88790)
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 8a399cd802..5f55f590e6 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc | |||
| @@ -10,7 +10,7 @@ DEPENDS = "ncurses gettext-native" | |||
| 10 | RSUGGESTS:${PN} = "diffutils" | 10 | RSUGGESTS:${PN} = "diffutils" |
| 11 | 11 | ||
| 12 | LICENSE = "Vim" | 12 | LICENSE = "Vim" |
| 13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6b30ea4fa660c483b619924bc709ef99" | 13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d1a651ab770b45d41c0f8cb5a8ca930e" |
| 14 | 14 | ||
| 15 | SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ | 15 | SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ |
| 16 | file://disable_acl_header_check.patch \ | 16 | file://disable_acl_header_check.patch \ |
| @@ -19,8 +19,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ | |||
| 19 | file://no-path-adjust.patch \ | 19 | file://no-path-adjust.patch \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | PV .= ".1664" | 22 | PV .= ".1894" |
| 23 | SRCREV = "8154e642aa476e1a5d3de66c34e8289845b2b797" | 23 | SRCREV = "e5f7cd0a60d0eeab84f7aeb35c13d3af7e50072e" |
| 24 | 24 | ||
| 25 | # Do not consider .z in x.y.z, as that is updated with every commit | 25 | # Do not consider .z in x.y.z, as that is updated with every commit |
| 26 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" | 26 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" |
