summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy MacLeod <randy.macleod@windriver.com>2023-03-28 07:57:51 -0700
committerSteve Sakoman <steve@sakoman.com>2023-04-14 05:44:12 -1000
commit79b0cf9cfae85e3a85820e78ca0c81051cf7033e (patch)
treea2036fd0896e041711cf4b4f97c1fad222547292
parentd8057ae9aa73616d2383e5d10d2125d1912b0a13 (diff)
downloadpoky-79b0cf9cfae85e3a85820e78ca0c81051cf7033e.tar.gz
vim: upgrade 9.0.1403 -> 9.0.1429
Fixes: CVE-2023-1127, CVE-2023-1170, CVE-2023-1175, CVE-2023-1264, CVE-2023-1355 (From OE-Core rev: 821229f48f5b31aeb646f08c7e4656dc4ce8b0f4) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 2415072c3800feb164dd4d1fa0b56bd141a5cbd8) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-support/vim/vim.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index 1225005b0c..94eabfa197 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
22PV .= ".1403" 22PV .= ".1429"
23SRCREV = "e764d1b4219e6615a04df1c3a6a5c0210a0a7dac" 23SRCREV = "1a08a3e2a584889f19b84a27672134649b73da58"
24 24
25# Remove when 8.3 is out 25# Remove when 8.3 is out
26UPSTREAM_VERSION_UNKNOWN = "1" 26UPSTREAM_VERSION_UNKNOWN = "1"