diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-04 13:33:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-05 10:49:36 +0100 |
commit | ca405e4529db47f471d8e49fd015c5d532e7c9ba (patch) | |
tree | 78b0c02f7aa6ebb769bd9c8981d89ab960f04083 /meta/recipes-support/vim | |
parent | 4b15ff6efb6de79fbb7dc98565c451cfb01900be (diff) | |
download | poky-ca405e4529db47f471d8e49fd015c5d532e7c9ba.tar.gz |
vim: Upgrade 8.2.4524 -> 8.2.4681
License change is a date in the license file only.
This includes a fix for CVE-2022-0943.
(From OE-Core rev: 69bc2f37d6ca7fa4823237b45dd698b8debca0a9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/vim')
-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 905ba3f9c6..21ff036cf4 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc | |||
@@ -11,7 +11,7 @@ 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=6b30ea4fa660c483b619924bc709ef99 \ |
14 | file://runtime/doc/uganda.txt;md5=a3f193c20c6faff93c69185d5d070535" | 14 | file://runtime/doc/uganda.txt;md5=daf48235bb824c77fe8ae88d5f575f74" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ | 16 | SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ |
17 | file://disable_acl_header_check.patch \ | 17 | file://disable_acl_header_check.patch \ |
@@ -21,8 +21,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ | |||
21 | file://racefix.patch \ | 21 | file://racefix.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | PV .= ".4524" | 24 | PV .= ".4681" |
25 | SRCREV = "d8f8629b1bf566e1dada7515e9b146c69e5d9757" | 25 | SRCREV = "15f74fab653a784548d5d966644926b47ba2cfa7" |
26 | 26 | ||
27 | # Remove when 8.3 is out | 27 | # Remove when 8.3 is out |
28 | UPSTREAM_VERSION_UNKNOWN = "1" | 28 | UPSTREAM_VERSION_UNKNOWN = "1" |