public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] vim: Update to version 9.2.0305
Date: Tue,  7 Apr 2026 17:11:06 +0200	[thread overview]
Message-ID: <20260407151108.3472751-33-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260407151108.3472751-1-adolf.belka@ipfire.org>

- Update from version 9.2.0089 to 9.2.0305
- Update of rootfile
- Changelog is not available. Generally each patch version number update is related to
   a commit entry in the git repository. The details for all the commit changes can be
   found at https://github.com/vim/vim/commits/master/

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/vim | 8 ++++++++
 lfs/vim                     | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/config/rootfiles/common/vim b/config/rootfiles/common/vim
index 249cf4a39..4be32a8fe 100644
--- a/config/rootfiles/common/vim
+++ b/config/rootfiles/common/vim
@@ -209,6 +209,7 @@ usr/share/vim
 #usr/share/vim/vim92/compiler/jq.vim
 #usr/share/vim/vim92/compiler/jshint.vim
 #usr/share/vim/vim92/compiler/jsonlint.vim
+#usr/share/vim/vim92/compiler/just.vim
 #usr/share/vim/vim92/compiler/make.vim
 #usr/share/vim/vim92/compiler/maven.vim
 #usr/share/vim/vim92/compiler/mcs.vim
@@ -696,6 +697,7 @@ usr/share/vim
 #usr/share/vim/vim92/ftplugin/neomuttrc.vim
 #usr/share/vim/vim92/ftplugin/netrc.vim
 #usr/share/vim/vim92/ftplugin/nginx.vim
+#usr/share/vim/vim92/ftplugin/nickel.vim
 #usr/share/vim/vim92/ftplugin/nim.vim
 #usr/share/vim/vim92/ftplugin/nix.vim
 #usr/share/vim/vim92/ftplugin/nroff.vim
@@ -857,6 +859,7 @@ usr/share/vim
 #usr/share/vim/vim92/ftplugin/wat.vim
 #usr/share/vim/vim92/ftplugin/wget.vim
 #usr/share/vim/vim92/ftplugin/wget2.vim
+#usr/share/vim/vim92/ftplugin/wks.vim
 #usr/share/vim/vim92/ftplugin/xcompose.vim
 #usr/share/vim/vim92/ftplugin/xdefaults.vim
 #usr/share/vim/vim92/ftplugin/xf86conf.vim
@@ -870,6 +873,7 @@ usr/share/vim
 #usr/share/vim/vim92/ftplugin/xslt.vim
 #usr/share/vim/vim92/ftplugin/yacc.vim
 #usr/share/vim/vim92/ftplugin/yaml.vim
+#usr/share/vim/vim92/ftplugin/yara.vim
 #usr/share/vim/vim92/ftplugin/zathurarc.vim
 #usr/share/vim/vim92/ftplugin/zig.vim
 #usr/share/vim/vim92/ftplugin/zimbu.vim
@@ -944,6 +948,7 @@ usr/share/vim
 #usr/share/vim/vim92/indent/gyp.vim
 #usr/share/vim/vim92/indent/haml.vim
 #usr/share/vim/vim92/indent/hamster.vim
+#usr/share/vim/vim92/indent/handlebars.vim
 #usr/share/vim/vim92/indent/hare.vim
 #usr/share/vim/vim92/indent/hcl.vim
 #usr/share/vim/vim92/indent/hog.vim
@@ -1507,6 +1512,7 @@ usr/share/vim
 #usr/share/vim/vim92/syntax/gitsendemail.vim
 #usr/share/vim/vim92/syntax/gkrellmrc.vim
 #usr/share/vim/vim92/syntax/gleam.vim
+#usr/share/vim/vim92/syntax/glimmer.vim
 #usr/share/vim/vim92/syntax/glsl.vim
 #usr/share/vim/vim92/syntax/gnash.vim
 #usr/share/vim/vim92/syntax/gnuplot.vim
@@ -1529,6 +1535,7 @@ usr/share/vim
 #usr/share/vim/vim92/syntax/gyp.vim
 #usr/share/vim/vim92/syntax/haml.vim
 #usr/share/vim/vim92/syntax/hamster.vim
+#usr/share/vim/vim92/syntax/handlebars.vim
 #usr/share/vim/vim92/syntax/hare.vim
 #usr/share/vim/vim92/syntax/haredoc.vim
 #usr/share/vim/vim92/syntax/haskell.vim
@@ -2024,6 +2031,7 @@ usr/share/vim
 #usr/share/vim/vim92/syntax/wget2.vim
 #usr/share/vim/vim92/syntax/whitespace.vim
 #usr/share/vim/vim92/syntax/winbatch.vim
+#usr/share/vim/vim92/syntax/wks.vim
 #usr/share/vim/vim92/syntax/wml.vim
 #usr/share/vim/vim92/syntax/wsh.vim
 #usr/share/vim/vim92/syntax/wsml.vim
diff --git a/lfs/vim b/lfs/vim
index 32cf2b6b3..2f53dce1d 100644
--- a/lfs/vim
+++ b/lfs/vim
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 9.2.0089
+VER        = 9.2.0305
 
 THISAPP    = vim-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 0b9fffbe3e2b31aab98c17121dde34790ff436f874b021e846458a92646ddadd9a662ba42982bef2eadbc307936d95d9c77390f8a99adaff5b5d4be230e2ebaa
+$(DL_FILE)_BLAKE2 = cdd1146ac0f761ce7530ec823620a06e529224799c18eb404d251df7bdbb4ea3be86a38bc4d11d6ac02dc6b60d4a5281d5ac9db71e72cd45fa06cdfd50097761
 
 install : $(TARGET)
 
-- 
2.53.0



  parent reply	other threads:[~2026-04-07 15:11 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-07 15:10 [PATCH] boost: Update to version 1_90_0 Adolf Belka
2026-04-07 15:10 ` [PATCH] core202: Ship boost Adolf Belka
2026-04-07 15:10 ` [PATCH] core202: Ship libpng Adolf Belka
2026-04-07 15:10 ` [PATCH] core202: Ship libsodium Adolf Belka
2026-04-07 15:10 ` [PATCH] core202: Ship liburcu Adolf Belka
2026-04-07 15:10 ` [PATCH] core202: Ship lmdb Adolf Belka
2026-04-07 15:10 ` [PATCH] core202: Ship lvm2 Adolf Belka
2026-04-07 15:10 ` [PATCH] core202: Ship man-pages Adolf Belka
2026-04-07 15:10 ` [PATCH] core202: Ship mdadm Adolf Belka
2026-04-07 15:10 ` [PATCH] core202: Ship ncat Adolf Belka
2026-04-07 15:10 ` [PATCH] core202: Ship pango Adolf Belka
2026-04-07 15:10 ` [PATCH] core202: Ship sqlite Adolf Belka
2026-04-07 15:10 ` [PATCH] core202: Ship tzdata Adolf Belka
2026-04-07 15:10 ` [PATCH] core202: Ship vim Adolf Belka
2026-04-07 15:10 ` [PATCH] core202: Ship xfsprogs Adolf Belka
2026-04-07 15:10 ` [PATCH] core202: Ship xz Adolf Belka
2026-04-07 15:10 ` [PATCH] libpng: Update to version 1.6.56 Adolf Belka
2026-04-07 15:10 ` [PATCH] libsodium: Update to version 1.0.21 Adolf Belka
2026-04-07 15:10 ` [PATCH] liburcu: Update to version 0.15.6 Adolf Belka
2026-04-07 15:10 ` [PATCH] lmdb: Update to version 0.9.35 Adolf Belka
2026-04-07 15:10 ` [PATCH] lvm2: Update to version 2.03.39 Adolf Belka
2026-04-07 15:10 ` [PATCH] man-pages: Update to version 6.17 Adolf Belka
2026-04-07 15:10 ` [PATCH] mdadm: Update to version 4.6 Adolf Belka
2026-04-07 15:10 ` [PATCH] ncat: Update to version 7.99 Adolf Belka
2026-04-07 15:10 ` [PATCH] nfs: Update to version 2.9.1 Adolf Belka
2026-04-07 15:10 ` [PATCH] nmap: Update to version 7.99 Adolf Belka
2026-04-07 15:11 ` [PATCH] pango: Update to version 1.57.1 Adolf Belka
2026-04-07 15:11 ` [PATCH] postfix: Update to version 3.11.1 Adolf Belka
2026-04-07 15:11 ` [PATCH] sqlite: Update to version 3510300 Adolf Belka
2026-04-07 15:11 ` [PATCH] strongswan: Update to version 6.0.5 Adolf Belka
2026-04-07 15:11 ` [PATCH] transmission: Update to version 4.1.1 Adolf Belka
2026-04-07 15:11 ` [PATCH] tzdata: Update to version 2026a Adolf Belka
2026-04-07 15:11 ` Adolf Belka [this message]
2026-04-07 15:11 ` [PATCH] xfsprogs: Update to version 6.19.0 Adolf Belka
2026-04-07 15:11 ` [PATCH] xz: Update to version 5.8.3 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260407151108.3472751-33-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox