Accepting request 991225 from editors

- Updated to version 9.0.0073, fixes the following problems
- fix CVE-2022-2522 - boo#1201863
  * In the quickfix window 'cursorline' overrules QuickFixLine highlighting.
  * On a Belgian keyboard CTRL-[ does not work.
  * Spell tests do not always clear the word list.
  * Spell dump may go beyond end of an array.
  * 'fillchars' cannot have window-local values.
  * 'listchars' test fails.
  * Not all systems have GDK_KEY_dead_circumflex. (Hisashi T Fujinaka)
  * Use of set_chars_option() is confusing.
  * A couple of filetype patterns do not have "*" before "/etc".
  * Missing change for filetype detection.
  * Insufficient testing for bracket commands.
  * Typos in comments, wrapping lines.
  * Reading past end of completion with a long line and 'infercase' set.
  * Reading past end of completion with duplicate match.
  * Using freed memory with recursive substitute.
  * Cursor in wrong column with mouse click after concealed text.
  * Csv and tsv files are not recognized.
  * Split else-if is confusing.
  * Using CTRL-C wih :append may hang Vim.
  * "zG" may throw an error if invalid character follows.
  * E1281 not tested with the old regexp engine.
  * Compiler warning for size_t to int conversion.
  * Bitbake files are not detected.
  * Wrong line number reported when :cexpr fails in :def function.
  * has('patch-xxx') returns true.
  * Test file has wrong name.
  * Accessing uninitialized memory when completing long line.
  * ml_get error with nested autocommand.

OBS-URL: https://build.opensuse.org/request/show/991225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=315
This commit is contained in:
Richard Brown 2022-07-29 14:47:18 +00:00 committed by Git OBS Bridge
commit feb76f83fd
4 changed files with 50 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00a67b2e85fae726db32953c9ef03313d5c4568b1e2388b23ac0d15621c76df3
size 16648609

3
vim-9.0.0073.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:997d99bf10cc7aae155e0ca7267a4ff49a3975c72932764f8ef3d64e7ad43baa
size 16711104

View File

@ -1,3 +1,49 @@
-------------------------------------------------------------------
Tue Jul 26 09:40:08 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 9.0.0073, fixes the following problems
- fix CVE-2022-2522 - boo#1201863
* In the quickfix window 'cursorline' overrules QuickFixLine highlighting.
* On a Belgian keyboard CTRL-[ does not work.
* Spell tests do not always clear the word list.
* Spell dump may go beyond end of an array.
* 'fillchars' cannot have window-local values.
* 'listchars' test fails.
* Not all systems have GDK_KEY_dead_circumflex. (Hisashi T Fujinaka)
* Use of set_chars_option() is confusing.
* A couple of filetype patterns do not have "*" before "/etc".
* Missing change for filetype detection.
* Insufficient testing for bracket commands.
* Typos in comments, wrapping lines.
* Reading past end of completion with a long line and 'infercase' set.
* Reading past end of completion with duplicate match.
* Using freed memory with recursive substitute.
* Cursor in wrong column with mouse click after concealed text.
* Csv and tsv files are not recognized.
* Split else-if is confusing.
* Using CTRL-C wih :append may hang Vim.
* "zG" may throw an error if invalid character follows.
* E1281 not tested with the old regexp engine.
* Compiler warning for size_t to int conversion.
* Bitbake files are not detected.
* Wrong line number reported when :cexpr fails in :def function.
* has('patch-xxx') returns true.
* Test file has wrong name.
* Accessing uninitialized memory when completing long line.
* ml_get error with nested autocommand.
* Compiler warnings for signed/unsigned char.
* Too many type casts for dict_get functions.
* Confusing error when using "q:" in command line window.
* Cross-compiling doesn't work because of timer_create check.
* Switching window uneccarily when getting buffer options.
* Cannot show virtual text.
* Build fails with tiny features.
* Leaking memory when using text prop with inserted text.
* Using utfc_ptr2char_len() when length is negative.
* Command overlaps with printed text in scrollback.
* Compiler warning for uninitialized variable.
* Too many files recognized as bsdl.
-------------------------------------------------------------------
Mon Jul 4 10:06:35 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -17,7 +17,7 @@
%define pkg_version 9.0
%define patchlevel 0032
%define patchlevel 0073
%define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim90
%define site_runtimepath %{_datadir}/vim/site