diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-03-23 11:16:20 -0400 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-24 10:57:46 +0200 |
| commit | 1d18433a40311d9fd291acbfedf621165a4ebe49 (patch) | |
| tree | 41e6f2505bae3745eaa29a85cf28174168b4ae82 /gnu/packages/vim.scm | |
| parent | 8a72c6270d408d6745a7e1ef35eb0bfc2a4f2819 (diff) | |
gnu: vim: Update to 9.2.0232 [security-fixes].
Potential fixes for CVE-2026-25749, CVE-2026-26269, CVE-2026-28417,
CVE-2026-28418, CVE-2026-28419, CVE-2026-28420, CVE-2026-28421,
CVE-2026-28422
* gnu/packages/vim.scm (vim): Update to 9.2.0232.
[arguments]: <#:phases>: Adjust 'patch-absolute-paths to patch shebangs
in updated test file. Adjust 'skip-or-fix-failing-tests for new failing
test.
Change-Id: I158af9024a8b226f1def5863e7c2be5f3ae7d30b
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/vim.scm')
| -rw-r--r-- | gnu/packages/vim.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index ba9913c8d0b..36613926a47 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm | |||
| @@ -92,7 +92,7 @@ | |||
| 92 | (define-public vim | 92 | (define-public vim |
| 93 | (package | 93 | (package |
| 94 | (name "vim") | 94 | (name "vim") |
| 95 | (version "9.1.2110") | 95 | (version "9.2.0232") |
| 96 | (source (origin | 96 | (source (origin |
| 97 | (method git-fetch) | 97 | (method git-fetch) |
| 98 | (uri (git-reference | 98 | (uri (git-reference |
| @@ -101,7 +101,7 @@ | |||
| 101 | (file-name (git-file-name name version)) | 101 | (file-name (git-file-name name version)) |
| 102 | (sha256 | 102 | (sha256 |
| 103 | (base32 | 103 | (base32 |
| 104 | "1b0b9wg136xpqxsc5xhl47nygj2xr2rf9lw3j7rwlgh3xkyyr4f6")))) | 104 | "0z5b77qq5rmddf42f8sqd4sbf81y1r8d9i9f0naczb9bz762wx0r")))) |
| 105 | (build-system gnu-build-system) | 105 | (build-system gnu-build-system) |
| 106 | (arguments | 106 | (arguments |
| 107 | `(#:test-target "test" | 107 | `(#:test-target "test" |
| @@ -111,6 +111,7 @@ | |||
| 111 | (add-after 'configure 'patch-absolute-paths | 111 | (add-after 'configure 'patch-absolute-paths |
| 112 | (lambda* (#:key inputs #:allow-other-keys) | 112 | (lambda* (#:key inputs #:allow-other-keys) |
| 113 | (substitute* '("src/testdir/Makefile" | 113 | (substitute* '("src/testdir/Makefile" |
| 114 | "src/testdir/test_channel.vim" | ||
| 114 | "src/testdir/test_filetype.vim" | 115 | "src/testdir/test_filetype.vim" |
| 115 | "src/testdir/test_normal.vim" | 116 | "src/testdir/test_normal.vim" |
| 116 | "src/testdir/test_plugin_matchparen.vim" | 117 | "src/testdir/test_plugin_matchparen.vim" |
| @@ -161,6 +162,7 @@ | |||
| 161 | "sh_11.sh" | 162 | "sh_11.sh" |
| 162 | "sh_12.sh" | 163 | "sh_12.sh" |
| 163 | "sh_14.sh" | 164 | "sh_14.sh" |
| 165 | "sh_15.sh" | ||
| 164 | "sh_bash.bash" | 166 | "sh_bash.bash" |
| 165 | "sh_bash_alias.sh" | 167 | "sh_bash_alias.sh" |
| 166 | "sh_sundrous.bash"))))) | 168 | "sh_sundrous.bash"))))) |
