vim: Upgrade 8.2.5034 -> 8.2.5083

Message ID 20220614090549.27507-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 1e740b5c2227c0040621ae63436d06db4873670f
Headers show
Series vim: Upgrade 8.2.5034 -> 8.2.5083 | expand

Commit Message

Richard Purdie June 14, 2022, 9:05 a.m. UTC
Includes fixes for CVE-2022-1927, CVE-2022-1942.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-support/vim/vim.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alexander Kanavin June 14, 2022, 9:32 a.m. UTC | #1
I think SRCREV needs to be adjusted?

Alex

On Tue, 14 Jun 2022 at 11:05, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
>
> Includes fixes for CVE-2022-1927, CVE-2022-1942.
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  meta/recipes-support/vim/vim.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
> index b22e8016abb..41bbfd4959c 100644
> --- a/meta/recipes-support/vim/vim.inc
> +++ b/meta/recipes-support/vim/vim.inc
> @@ -21,7 +21,7 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
>             file://racefix.patch \
>             "
>
> -PV .= ".5034"
> +PV .= ".5083"
>  SRCREV = "5a6ec10cc80ab02eeff644ab19b82312630ea855"
>
>  # Remove when 8.3 is out
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#166879): https://lists.openembedded.org/g/openembedded-core/message/166879
> Mute This Topic: https://lists.openembedded.org/mt/91745309/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Richard Purdie June 14, 2022, 9:22 p.m. UTC | #2
On Tue, 2022-06-14 at 11:32 +0200, Alexander Kanavin wrote:
> I think SRCREV needs to be adjusted?

Yes, well spotted. I knew there was something not quite right about
this patch and it was too easy! 

Cheers,

Richard

Patch

diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index b22e8016abb..41bbfd4959c 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -21,7 +21,7 @@  SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
            file://racefix.patch \
            "
 
-PV .= ".5034"
+PV .= ".5083"
 SRCREV = "5a6ec10cc80ab02eeff644ab19b82312630ea855"
 
 # Remove when 8.3 is out