diff options
| author | Rohini Sangam <rsangam@mvista.com> | 2024-10-18 12:00:28 +0530 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-11-11 09:16:25 -0800 |
| commit | 93ecdebf0ce25636d0e185829eec502182523af4 (patch) | |
| tree | ce2b0882254baedd4c356b97f9178ce909cb66f4 | |
| parent | 5465094be9a61a1639e1dab6d2b4ebea2bee7440 (diff) | |
| download | poky-93ecdebf0ce25636d0e185829eec502182523af4.tar.gz | |
vim: Upgrade 9.1.0698 -> 9.1.0764
This includes CVE-fix for CVE-2024-45306 and CVE-2024-47814
Changes between 9.1.0698 -> 9.1.0764
====================================
https://github.com/vim/vim/compare/v9.1.0698...v9.1.0764
(From OE-Core rev: d71af9599b8658fb5d7f5d2845ccf7a956588a3f)
Signed-off-by: Rohini Sangam <rsangam@mvista.com>
Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2f0e5e63399e544063c79b0b1f9555c820b0604c)
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 f87f4dcbfa..cf36f4087b 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc | |||
| @@ -18,8 +18,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ | |||
| 18 | file://no-path-adjust.patch \ | 18 | file://no-path-adjust.patch \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | PV .= ".0698" | 21 | PV .= ".0764" |
| 22 | SRCREV = "d56c451e1c05310562c5282352d7bb287c16323c" | 22 | SRCREV = "51b62387be93c65fa56bbabe1c3c1ea5df187641" |
| 23 | 23 | ||
| 24 | # Do not consider .z in x.y.z, as that is updated with every commit | 24 | # Do not consider .z in x.y.z, as that is updated with every commit |
| 25 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" | 25 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" |
