diff mbox series

[dunfell,3/3] vim: Upgrade 9.0.2048 -> 9.0.2068

Message ID 20231116080124.3175506-3-archana.polampalli@windriver.com
State Accepted, archived
Delegated to: Steve Sakoman
Headers show
Series [dunfell,1/3] vim: update obsolete comment | expand

Commit Message

Polampalli, Archana Nov. 16, 2023, 8:01 a.m. UTC
From: Archana Polampalli <archana.polampalli@windriver.com>

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

Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
---
 meta/recipes-support/vim/vim.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alexander Kanavin Nov. 16, 2023, 10:09 a.m. UTC | #1
On Thu, 16 Nov 2023 at 09:01, Polampalli, Archana via
lists.openembedded.org
<archana.polampalli=windriver.com@lists.openembedded.org> wrote:
> -PV .= ".2048"
> +PV .= ".2068"
>  SRCREV = "982ef16059bd163a77271107020defde0740bbd6"

This commit doesn't change the git revision, and so the actual source
remains as it was.

Alex
diff mbox series

Patch

diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index a12e3c8d89..383db8b874 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -19,7 +19,7 @@  SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
            file://no-path-adjust.patch \
            "
 
-PV .= ".2048"
+PV .= ".2068"
 SRCREV = "982ef16059bd163a77271107020defde0740bbd6"
 
 # Do not consider .z in x.y.z, as that is updated with every commit