vim: 8.2.5083 -> 9.0.0005

Message ID 20220629132621.581615-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 89f34d8aa4f4572d048dbb732ca4c83d443157fb
Headers show
Series vim: 8.2.5083 -> 9.0.0005 | expand

Commit Message

Richard Purdie June 29, 2022, 1:26 p.m. UTC
The license checksum changed due to a major version change in the referenced file.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../vim/{vim-tiny_8.2.bb => vim-tiny-9.0.bb}                | 0
 meta/recipes-support/vim/vim.inc                            | 6 +++---
 meta/recipes-support/vim/{vim_8.2.bb => vim_9.0.bb}         | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/vim/{vim-tiny_8.2.bb => vim-tiny-9.0.bb} (100%)
 rename meta/recipes-support/vim/{vim_8.2.bb => vim_9.0.bb} (100%)

Comments

Alexander Kanavin June 29, 2022, 1:57 p.m. UTC | #1
Would it be better to stay at 9.0.0000 for now?

Alex

On Wed 29. Jun 2022 at 16.26, Richard Purdie <
richard.purdie@linuxfoundation.org> wrote:

> The license checksum changed due to a major version change in the
> referenced file.
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  .../vim/{vim-tiny_8.2.bb => vim-tiny-9.0.bb}                | 0
>  meta/recipes-support/vim/vim.inc                            | 6 +++---
>  meta/recipes-support/vim/{vim_8.2.bb => vim_9.0.bb}         | 0
>  3 files changed, 3 insertions(+), 3 deletions(-)
>  rename meta/recipes-support/vim/{vim-tiny_8.2.bb => vim-tiny-9.0.bb}
> (100%)
>  rename meta/recipes-support/vim/{vim_8.2.bb => vim_9.0.bb} (100%)
>
> diff --git a/meta/recipes-support/vim/vim-tiny_8.2.bb
> b/meta/recipes-support/vim/vim-tiny-9.0.bb
> similarity index 100%
> rename from meta/recipes-support/vim/vim-tiny_8.2.bb
> rename to meta/recipes-support/vim/vim-tiny-9.0.bb
> diff --git a/meta/recipes-support/vim/vim.inc
> b/meta/recipes-support/vim/vim.inc
> index 06707dbe112..b85f34d6c8e 100644
> --- a/meta/recipes-support/vim/vim.inc
> +++ b/meta/recipes-support/vim/vim.inc
> @@ -11,7 +11,7 @@ RSUGGESTS:${PN} = "diffutils"
>
>  LICENSE = "Vim"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=6b30ea4fa660c483b619924bc709ef99 \
> -
> file://runtime/doc/uganda.txt;md5=daf48235bb824c77fe8ae88d5f575f74"
> +
> file://runtime/doc/uganda.txt;md5=001ef779f422a0e9106d428c84495b4d"
>
>  SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
>             file://disable_acl_header_check.patch \
> @@ -21,8 +21,8 @@ SRC_URI = "git://
> github.com/vim/vim.git;branch=master;protocol=https \
>             file://racefix.patch \
>             "
>
> -PV .= ".5083"
> -SRCREV = "db77c49401145d76441fbb3d22a1d7d987681c13"
> +PV .= ".0005"
> +SRCREV = "040674129f3382822eeb7b590380efa5228124a8"
>
>  # Remove when 8.3 is out
>  UPSTREAM_VERSION_UNKNOWN = "1"
> diff --git a/meta/recipes-support/vim/vim_8.2.bb
> b/meta/recipes-support/vim/vim_9.0.bb
> similarity index 100%
> rename from meta/recipes-support/vim/vim_8.2.bb
> rename to meta/recipes-support/vim/vim_9.0.bb
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#167375):
> https://lists.openembedded.org/g/openembedded-core/message/167375
> Mute This Topic: https://lists.openembedded.org/mt/92064575/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 29, 2022, 2:10 p.m. UTC | #2
On Wed, 2022-06-29 at 16:57 +0300, Alexander Kanavin wrote:
> Would it be better to stay at 9.0.0000 for now?

I'm not sure it makes a lot of difference. The 5 changes after 9.0 look
relatively harmless, some of them are translation fixes. This change
addresses 4 CVEs and I suspect there will be more to follow so we'll
have to update past 9.0 soon anyway. I was torn but going for the
latest seemed to make the most sense.

Cheers,

Richard
Alexander Kanavin June 29, 2022, 3:15 p.m. UTC | #3
On Wed, 29 Jun 2022 at 16:10, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> I'm not sure it makes a lot of difference. The 5 changes after 9.0 look
> relatively harmless, some of them are translation fixes. This change
> addresses 4 CVEs and I suspect there will be more to follow so we'll
> have to update past 9.0 soon anyway. I was torn but going for the
> latest seemed to make the most sense.

Right, that's fine. I wish we could have a tidy list of things that
need to be updated, but some components like vim don;t make it
possible.

Alex
Richard Purdie June 29, 2022, 3:28 p.m. UTC | #4
On Wed, 2022-06-29 at 17:15 +0200, Alexander Kanavin wrote:
> On Wed, 29 Jun 2022 at 16:10, Richard Purdie
> <richard.purdie@linuxfoundation.org> wrote:
> > I'm not sure it makes a lot of difference. The 5 changes after 9.0 look
> > relatively harmless, some of them are translation fixes. This change
> > addresses 4 CVEs and I suspect there will be more to follow so we'll
> > have to update past 9.0 soon anyway. I was torn but going for the
> > latest seemed to make the most sense.
> 
> Right, that's fine. I wish we could have a tidy list of things that
> need to be updated, but some components like vim don;t make it
> possible.

Me too!

I'm a bit frustrated with vim but resigned to updating it regularly to
keep on top of the seemingly never ending list of CVEs :/.

Cheers,

Richard

Patch

diff --git a/meta/recipes-support/vim/vim-tiny_8.2.bb b/meta/recipes-support/vim/vim-tiny-9.0.bb
similarity index 100%
rename from meta/recipes-support/vim/vim-tiny_8.2.bb
rename to meta/recipes-support/vim/vim-tiny-9.0.bb
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index 06707dbe112..b85f34d6c8e 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -11,7 +11,7 @@  RSUGGESTS:${PN} = "diffutils"
 
 LICENSE = "Vim"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=6b30ea4fa660c483b619924bc709ef99 \
-                    file://runtime/doc/uganda.txt;md5=daf48235bb824c77fe8ae88d5f575f74"
+                    file://runtime/doc/uganda.txt;md5=001ef779f422a0e9106d428c84495b4d"
 
 SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
            file://disable_acl_header_check.patch \
@@ -21,8 +21,8 @@  SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
            file://racefix.patch \
            "
 
-PV .= ".5083"
-SRCREV = "db77c49401145d76441fbb3d22a1d7d987681c13"
+PV .= ".0005"
+SRCREV = "040674129f3382822eeb7b590380efa5228124a8"
 
 # Remove when 8.3 is out
 UPSTREAM_VERSION_UNKNOWN = "1"
diff --git a/meta/recipes-support/vim/vim_8.2.bb b/meta/recipes-support/vim/vim_9.0.bb
similarity index 100%
rename from meta/recipes-support/vim/vim_8.2.bb
rename to meta/recipes-support/vim/vim_9.0.bb