diff mbox series

vim: upgrade 9.0.2130 -> 9.0.2142

Message ID 20240218123250.1516996-1-simone.p.weiss@posteo.com
State Superseded
Headers show
Series vim: upgrade 9.0.2130 -> 9.0.2142 | expand

Commit Message

Simone Weiß Feb. 18, 2024, 12:32 p.m. UTC
From: Simone Weiß <simone.p.weiss@posteo.com>

Changes:
https://github.com/vim/vim/compare/v9.0.2130...v9.0.2142

This fixes CVE-2024-22667

Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com>
---
 meta/recipes-support/vim/vim.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tim Orling Feb. 18, 2024, 3:01 p.m. UTC | #1
On Sun, Feb 18, 2024 at 4:33 AM Simone Weiß <simone.p.weiss@posteo.com>
wrote:

> From: Simone Weiß <simone.p.weiss@posteo.com>
>
> Changes:
> https://github.com/vim/vim/compare/v9.0.2130...v9.0.2142
>
> This fixes CVE-2024-22667
>
> Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com>
> ---
>  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 6b440d8947..84af72472a 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 .= ".2130"
> +PV .= ".2142"
>  SRCREV = "075ad7047457debfeef13442c01e74088b461092"
>
You need to actually change the SRCREV to point to .2142

https://github.com/vim/vim/commits/v9.0.2142

b39b240c386a5a29241415541f1c99e2e6b8ce47


And then ask yourself if we should take an even more recent version:

https://github.com/vim/vim/commits/v9.1.0114


>  # Do not consider .z in x.y.z, as that is updated with every commit
> --
> 2.39.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#195828):
> https://lists.openembedded.org/g/openembedded-core/message/195828
> Mute This Topic: https://lists.openembedded.org/mt/104426571/924729
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
Simone Weiß Feb. 18, 2024, 3:49 p.m. UTC | #2
On Sun, 2024-02-18 at 07:01 -0800, Tim Orling wrote:
> 
> 
> On Sun, Feb 18, 2024 at 4:33 AM Simone Weiß <simone.p.weiss@posteo.com>
> wrote:
> > From: Simone Weiß <simone.p.weiss@posteo.com>
> > 
> > Changes:
> > https://github.com/vim/vim/compare/v9.0.2130...v9.0.2142
> > 
> > This fixes CVE-2024-22667
> > 
> > Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com>
> > ---
> >  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 6b440d8947..84af72472a 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 .= ".2130"
> > +PV .= ".2142"
> >  SRCREV = "075ad7047457debfeef13442c01e74088b461092"
> > 
> 
> You need to actually change the SRCREV to point to .2142
> 
> https://github.com/vim/vim/commits/v9.0.2142
> 
> b39b240c386a5a29241415541f1c99e2e6b8ce47
> 
> 
> And then ask yourself if we should take an even more recent version:
> 
> https://github.com/vim/vim/commits/v9.1.0114

Thanks, will do so.
> 
> > 
> >  # Do not consider .z in x.y.z, as that is updated with every commit
> > 
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#195831):
> > https://lists.openembedded.org/g/openembedded-core/message/195831
> > Mute This Topic: https://lists.openembedded.org/mt/104426571/8071792
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe:
> > https://lists.openembedded.org/g/openembedded-core/unsub [
> > simone.weiss@posteo.net]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
Tim Orling Feb. 18, 2024, 4:59 p.m. UTC | #3
On Sun, Feb 18, 2024 at 7:49 AM Simone Weiß <simone.weiss@posteo.net> wrote:

> On Sun, 2024-02-18 at 07:01 -0800, Tim Orling wrote:
>
>
>
> On Sun, Feb 18, 2024 at 4:33 AM Simone Weiß <simone.p.weiss@posteo.com>
> wrote:
>
> From: Simone Weiß <simone.p.weiss@posteo.com>
>
> Changes:
> https://github.com/vim/vim/compare/v9.0.2130...v9.0.2142
>
> This fixes CVE-2024-22667
>
> Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com>
> ---
>  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 6b440d8947..84af72472a 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 .= ".2130"
> +PV .= ".2142"
>  SRCREV = "075ad7047457debfeef13442c01e74088b461092"
>
> You need to actually change the SRCREV to point to .2142
>
> https://github.com/vim/vim/commits/v9.0.2142
>
> b39b240c386a5a29241415541f1c99e2e6b8ce47
>
>
> And then ask yourself if we should take an even more recent version:
>
> https://github.com/vim/vim/commits/v9.1.0114
>
>
> Thanks, will do so.
>

I was already planning on addressing the CVE issue this morning, so I have
gone ahead and sent the upgrade to 9.1.0114


>
>
>  # Do not consider .z in x.y.z, as that is updated with every commit
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#195831):
> https://lists.openembedded.org/g/openembedded-core/message/195831
> Mute This Topic: https://lists.openembedded.org/mt/104426571/8071792
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> simone.weiss@posteo.net]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
>
diff mbox series

Patch

diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index 6b440d8947..84af72472a 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 .= ".2130"
+PV .= ".2142"
 SRCREV = "075ad7047457debfeef13442c01e74088b461092"
 
 # Do not consider .z in x.y.z, as that is updated with every commit