- Updated to version 9.0.0032, fixes the following problems
- fix CVE-2022-2285 - boo#1201134
* Map functionality outside of map.c.
* Functions are global while they could be local.
* Plural messages not translated properly.
* Hare files are not recognized.
* Not all Visual Basic files are recognized.
* No support for double, dotted and dashed underlines.
* Cannot specify the variable name for "xxd -i".
* Going past the end of a menu item with only modifier.
* Returning 0 for has('patch-9.0.0') is inconsistent.
* Reading beyond the end of the line with put command.
* Signature files not detected properly.
* Reproducing memory access errors can be difficult.
* Missing part of the test override change.
* With EXITFREE defined terminal menus are not cleared.
* Comparing line pointer for 'breakindent' is not reliable.
* Accessing memory beyond the end of the line.
* Going over the end of the typahead.
* Timers test not run where possible.
* With some completion reading past end of string.
* Invalid memory access when adding word with a control character to the
internal spell word list.
* Spell test fails.
* On Solaris timer_create() exists but does not work.
* May access part of typeahead buf that isn't filled.
* Accessing beyond allocated memory when using the cmdline window in Ex mode.
* Accessing freed memory with diff put.
* The command line test is getting quite big.
* The bitmaps/vim.ico file is not in the distribution.
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=727
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1b3cd3732eb7039cf58a9321de26ab1a12d81c2f6760eb03c5d7b60d548f4587
|
|
||||||
size 16615921
|
|
||||||
3
vim-9.0.0032.tar.gz
Normal file
3
vim-9.0.0032.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:00a67b2e85fae726db32953c9ef03313d5c4568b1e2388b23ac0d15621c76df3
|
||||||
|
size 16648609
|
||||||
37
vim.changes
37
vim.changes
@@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 4 10:06:35 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- Updated to version 9.0.0032, fixes the following problems
|
||||||
|
- fix CVE-2022-2285 - boo#1201134
|
||||||
|
* Map functionality outside of map.c.
|
||||||
|
* Functions are global while they could be local.
|
||||||
|
* Plural messages not translated properly.
|
||||||
|
* Hare files are not recognized.
|
||||||
|
* Not all Visual Basic files are recognized.
|
||||||
|
* No support for double, dotted and dashed underlines.
|
||||||
|
* Cannot specify the variable name for "xxd -i".
|
||||||
|
* Going past the end of a menu item with only modifier.
|
||||||
|
* Returning 0 for has('patch-9.0.0') is inconsistent.
|
||||||
|
* Reading beyond the end of the line with put command.
|
||||||
|
* Signature files not detected properly.
|
||||||
|
* Reproducing memory access errors can be difficult.
|
||||||
|
* Missing part of the test override change.
|
||||||
|
* With EXITFREE defined terminal menus are not cleared.
|
||||||
|
* Comparing line pointer for 'breakindent' is not reliable.
|
||||||
|
* Accessing memory beyond the end of the line.
|
||||||
|
* Going over the end of the typahead.
|
||||||
|
* Timers test not run where possible.
|
||||||
|
* With some completion reading past end of string.
|
||||||
|
* Invalid memory access when adding word with a control character to the
|
||||||
|
internal spell word list.
|
||||||
|
* Spell test fails.
|
||||||
|
* On Solaris timer_create() exists but does not work.
|
||||||
|
* May access part of typeahead buf that isn't filled.
|
||||||
|
* Accessing beyond allocated memory when using the cmdline window in Ex mode.
|
||||||
|
* Accessing freed memory with diff put.
|
||||||
|
* The command line test is getting quite big.
|
||||||
|
* The bitmaps/vim.ico file is not in the distribution.
|
||||||
|
* Matchfuzzy test depends on path of current directory.
|
||||||
|
* <cmod> of user command does not have correct verbose value.
|
||||||
|
* In the quickfix window 'cursorline' overrules QuickFixLine highlighting.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 17:52:07 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
|
Tue Jun 28 17:52:07 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
|||||||
2
vim.spec
2
vim.spec
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 9.0
|
%define pkg_version 9.0
|
||||||
%define patchlevel 0000
|
%define patchlevel 0032
|
||||||
%define patchlevel_compact %{patchlevel}
|
%define patchlevel_compact %{patchlevel}
|
||||||
%define VIM_SUBDIR vim90
|
%define VIM_SUBDIR vim90
|
||||||
%define site_runtimepath %{_datadir}/vim/site
|
%define site_runtimepath %{_datadir}/vim/site
|
||||||
|
|||||||
Reference in New Issue
Block a user