* [Buildroot] [PATCH] package/vim: security bump to v9.2.0943
@ 2026-08-12 14:32 Thomas Perale via buildroot
2026-08-13 19:36 ` Julien Olivain via buildroot
2026-08-22 12:12 ` Titouan Christophe via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Perale via buildroot @ 2026-08-12 14:32 UTC (permalink / raw)
To: buildroot; +Cc: Giulio Benetti
See the release announcement:
- https://www.vim.org/vim-9.2-released.php
It fixes the following vulnerabilities:
- CVE-2026-28417
- CVE-2026-28418
- CVE-2026-28419
- CVE-2026-28420
- CVE-2026-28421
- CVE-2026-28422
- CVE-2026-32249
- CVE-2026-33412
- CVE-2026-34714
- CVE-2026-34982
- CVE-2026-35177
- CVE-2026-39881
- CVE-2026-41411
- CVE-2026-42307
- CVE-2026-44656
- CVE-2026-45130
- CVE-2026-46483
- CVE-2026-47162
- CVE-2026-47167
- CVE-2026-52858
- CVE-2026-52859
- CVE-2026-52860
- CVE-2026-55693
- CVE-2026-55892
- CVE-2026-55895
- CVE-2026-57451
- CVE-2026-57452
- CVE-2026-57453
- CVE-2026-57455
- CVE-2026-57456
- CVE-2026-59856
- CVE-2026-59857
- CVE-2026-59858
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
---
package/vim/vim.hash | 3 ++-
package/vim/vim.mk | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/vim/vim.hash b/package/vim/vim.hash
index ecc41be702..57aa3dd49d 100644
--- a/package/vim/vim.hash
+++ b/package/vim/vim.hash
@@ -1,4 +1,5 @@
# Locally computed
-sha256 f9ec31df8f1a78e130dd06c395e6626c2a8a8ec2705d8e7b7667bd3ecd499c6b vim-9.1.2148.tar.gz
+
+sha256 9b90b23241007b20ba89b7b00e6202008f4ff5b5278974d42aa199867c2eada5 vim-9.2.0943.tar.gz
sha256 0b3f1f330cb1b179bb17c7c687d4cec601e0aa3462bc7f890ad4c3888d37d720 LICENSE
sha256 ee1d0885bbc4a95a24e49873a075391bdf26b69d13758e30f3d9271f8f42bd2d README.txt
diff --git a/package/vim/vim.mk b/package/vim/vim.mk
index 9201587a8a..3b58ad47a5 100644
--- a/package/vim/vim.mk
+++ b/package/vim/vim.mk
@@ -4,7 +4,7 @@
#
################################################################################
-VIM_VERSION = 9.1.2148
+VIM_VERSION = 9.2.0943
VIM_SITE = $(call github,vim,vim,v$(VIM_VERSION))
VIM_DEPENDENCIES = ncurses $(TARGET_NLS_DEPENDENCIES)
VIM_SUBDIR = src
--
2.55.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/vim: security bump to v9.2.0943
2026-08-12 14:32 [Buildroot] [PATCH] package/vim: security bump to v9.2.0943 Thomas Perale via buildroot
@ 2026-08-13 19:36 ` Julien Olivain via buildroot
2026-08-22 12:12 ` Titouan Christophe via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2026-08-13 19:36 UTC (permalink / raw)
To: Thomas Perale; +Cc: buildroot, Giulio Benetti
On 12/08/2026 16:32, Thomas Perale via buildroot wrote:
> See the release announcement:
>
> - https://www.vim.org/vim-9.2-released.php
>
> It fixes the following vulnerabilities:
>
> - CVE-2026-28417
> - CVE-2026-28418
> - CVE-2026-28419
> - CVE-2026-28420
> - CVE-2026-28421
> - CVE-2026-28422
> - CVE-2026-32249
> - CVE-2026-33412
> - CVE-2026-34714
> - CVE-2026-34982
> - CVE-2026-35177
> - CVE-2026-39881
> - CVE-2026-41411
> - CVE-2026-42307
> - CVE-2026-44656
> - CVE-2026-45130
> - CVE-2026-46483
> - CVE-2026-47162
> - CVE-2026-47167
> - CVE-2026-52858
> - CVE-2026-52859
> - CVE-2026-52860
> - CVE-2026-55693
> - CVE-2026-55892
> - CVE-2026-55895
> - CVE-2026-57451
> - CVE-2026-57452
> - CVE-2026-57453
> - CVE-2026-57455
> - CVE-2026-57456
> - CVE-2026-59856
> - CVE-2026-59857
> - CVE-2026-59858
>
> Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/vim: security bump to v9.2.0943
2026-08-12 14:32 [Buildroot] [PATCH] package/vim: security bump to v9.2.0943 Thomas Perale via buildroot
2026-08-13 19:36 ` Julien Olivain via buildroot
@ 2026-08-22 12:12 ` Titouan Christophe via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Titouan Christophe via buildroot @ 2026-08-22 12:12 UTC (permalink / raw)
To: Thomas Perale, buildroot; +Cc: Giulio Benetti
On 12/08/26 16:32, Thomas Perale via buildroot wrote:
> See the release announcement:
>
> - https://www.vim.org/vim-9.2-released.php
>
> It fixes the following vulnerabilities:
>
> - CVE-2026-28417
> - CVE-2026-28418
> - CVE-2026-28419
> - CVE-2026-28420
> - CVE-2026-28421
> - CVE-2026-28422
> - CVE-2026-32249
> - CVE-2026-33412
> - CVE-2026-34714
> - CVE-2026-34982
> - CVE-2026-35177
> - CVE-2026-39881
> - CVE-2026-41411
> - CVE-2026-42307
> - CVE-2026-44656
> - CVE-2026-45130
> - CVE-2026-46483
> - CVE-2026-47162
> - CVE-2026-47167
> - CVE-2026-52858
> - CVE-2026-52859
> - CVE-2026-52860
> - CVE-2026-55693
> - CVE-2026-55892
> - CVE-2026-55895
> - CVE-2026-57451
> - CVE-2026-57452
> - CVE-2026-57453
> - CVE-2026-57455
> - CVE-2026-57456
> - CVE-2026-59856
> - CVE-2026-59857
> - CVE-2026-59858
>
> Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Applied to 2025.02.x and 2026.05.x, thanks !
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-08-22 12:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-12 14:32 [Buildroot] [PATCH] package/vim: security bump to v9.2.0943 Thomas Perale via buildroot
2026-08-13 19:36 ` Julien Olivain via buildroot
2026-08-22 12:12 ` Titouan Christophe via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.