diff options
| author | Archana Polampalli <archana.polampalli@windriver.com> | 2023-08-18 07:49:37 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-09-23 05:26:15 -1000 |
| commit | 98393b32a906d982d559747ea0c0edfb73a8482e (patch) | |
| tree | 652748c07fd4965a2ce7ff8dc88170e6a00a2f56 | |
| parent | aaa6a4947db31a8a25f6342ab0fa2fcee3ad97db (diff) | |
| download | poky-98393b32a906d982d559747ea0c0edfb73a8482e.tar.gz | |
vim: upgrade 9.0.1592 -> 9.0.1664
Fixes:
https://nvd.nist.gov/vuln/detail/CVE-2023-3896
8154e642a (tag: v9.0.1664) patch 9.0.1664: divide by zero when scrolling with 'smoothscroll' set
(From OE-Core rev: d5ba3546053cff49ee1ea66a97fe4b4a0aa76308)
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4a1ab744142c9229f03a359b45e5e89a1fbae0d3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-support/vim/vim.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index 83ab9ea5de..8a399cd802 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 \ | |||
| 19 | file://no-path-adjust.patch \ | 19 | file://no-path-adjust.patch \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | PV .= ".1592" | 22 | PV .= ".1664" |
| 23 | SRCREV = "29b4c513b11deb37f0e0538df53d195f602fa42c" | 23 | SRCREV = "8154e642aa476e1a5d3de66c34e8289845b2b797" |
| 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" |
