diff mbox series

[kirkstone] vim: Upgrade 9.0.0541 -> 9.0.0614

Message ID 20221004071151.2920751-1-jay.shen.teoh@intel.com
State New, archived
Headers show
Series [kirkstone] vim: Upgrade 9.0.0541 -> 9.0.0614 | expand

Commit Message

Teoh, Jay Shen Oct. 4, 2022, 7:11 a.m. UTC
From: Teoh Jay Shen <jay.shen.teoh@intel.com>

Including fixes for :
CVE-2022-3278
CVE-2022-3296
CVE-2022-3297
CVE-2022-3324
CVE-2022-3352

Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com>
---
 meta/recipes-support/vim/vim.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Steve Sakoman Oct. 4, 2022, 2:21 p.m. UTC | #1
This should be taken for master first before I can cherry-pick to
kirkstone!  Copying Alex so he can add it to the master queue.

Steve

On Mon, Oct 3, 2022 at 9:11 PM Teoh, Jay Shen <jay.shen.teoh@intel.com> wrote:
>
> From: Teoh Jay Shen <jay.shen.teoh@intel.com>
>
> Including fixes for :
> CVE-2022-3278
> CVE-2022-3296
> CVE-2022-3297
> CVE-2022-3324
> CVE-2022-3352
>
> Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com>
> ---
>  meta/recipes-support/vim/vim.inc | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
> index 5ff60f8495..0710f6afbf 100644
> --- a/meta/recipes-support/vim/vim.inc
> +++ b/meta/recipes-support/vim/vim.inc
> @@ -20,8 +20,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
>             file://no-path-adjust.patch \
>             "
>
> -PV .= ".0541"
> -SRCREV = "ee7c8d999beb847457f768757b1bdcd76391c1f4"
> +PV .= ".0614"
> +SRCREV = "ef976323e770315b5fca544efb6b2faa25674d15"
>
>  # Remove when 8.3 is out
>  UPSTREAM_VERSION_UNKNOWN = "1"
> --
> 2.37.3
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#171375): https://lists.openembedded.org/g/openembedded-core/message/171375
> Mute This Topic: https://lists.openembedded.org/mt/94108902/3620601
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [steve@sakoman.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Luca Ceresoli Oct. 4, 2022, 8:45 p.m. UTC | #2
Hi Steve,

On Tue, 4 Oct 2022 04:21:25 -1000
"Steve Sakoman" <steve@sakoman.com> wrote:

> This should be taken for master first before I can cherry-pick to
> kirkstone!  Copying Alex so he can add it to the master queue.

The patch against master is already in my queue, thanks. The build is
not green due to a different issue so I still haven't sent my
testing branch to Richard.
diff mbox series

Patch

diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index 5ff60f8495..0710f6afbf 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -20,8 +20,8 @@  SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
            file://no-path-adjust.patch \
            "
 
-PV .= ".0541"
-SRCREV = "ee7c8d999beb847457f768757b1bdcd76391c1f4"
+PV .= ".0614"
+SRCREV = "ef976323e770315b5fca544efb6b2faa25674d15"
 
 # Remove when 8.3 is out
 UPSTREAM_VERSION_UNKNOWN = "1"