mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
vim: Upgrade 9.0.2048 -> 9.0.2068
This includes CVE fix for CVE-2023-46246. 9198c1f2b (tag: v9.0.2068) patch 9.0.2068: [security] overflow in :history References: https://nvd.nist.gov/vuln/detail/CVE-2023-46246 (From OE-Core rev: 2854c285ebf615ea71ecfc6fc559419e72005c5e) Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
c86e8fe287
commit
75bc08971b
@@ -19,8 +19,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
|
||||
file://no-path-adjust.patch \
|
||||
"
|
||||
|
||||
PV .= ".2048"
|
||||
SRCREV = "982ef16059bd163a77271107020defde0740bbd6"
|
||||
PV .= ".2068"
|
||||
SRCREV = "9198c1f2b1ddecde22af918541e0de2a32f0f45a"
|
||||
|
||||
# Do not consider .z in x.y.z, as that is updated with every commit
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"
|
||||
|
||||
Reference in New Issue
Block a user