Accepting request 1004616 from editors

- Updated to version 9.0.0500, fixes the following problems
- boo#1203508 - CVE-2022-3234
- boo#1203509 - CVE-2022-3235
  * On an AZERTY keyboard digit keys get the shift modifier.
  * Incorrect color for modeless selection with GTK.
  * A few problems with 'splitscroll'.
  * Function called at debug prompt is also debugged.
  * Substitute prompt does not highlight an empty match.
  * Splitting a line with a text prop "above" moves it to a new line below.
  * Vim9: block in for loop doesn't behave like a code block.
  * Loop variable can't be found.
  * 'scroll' is not always updated.
  * ASAN warning for integer overflow.
  * Command line test leaves directory behind.
  * With virtual text "above" indenting doesn't work well.
  * Cursor moves when cmdwin is closed when 'splitscroll' is off.
  * Virtual text wrong after adding line break after line.
  * Build failure.
  * Exectution stack underflow without the +eval feature. (Dominique Pellé)
  * Cursor moves if cmdwin is closed when 'splitscroll' is off.
  * In a :def function all closures in a loop get the same variables.
  * No test for what patch 9.0.0469 fixes.
  * Virtual text "below" doesn't show in list mode.
  * fullcommand() only works for the current script version.
  * fullcommand() test failure.
  * Not using deferred delete in tests.
  * Varargs does not work for replacement function of substitute().
  * Missing dependency may cause crashes on incomplete build.
  * Test for 'splitscroll' takes too much time.
  * Valva Date Format files are not recognized.

OBS-URL: https://build.opensuse.org/request/show/1004616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=324
This commit is contained in:
Dominique Leuenberger 2022-09-20 17:23:10 +00:00 committed by Git OBS Bridge
commit 3a68f82201
4 changed files with 59 additions and 4 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ff6f245b6d1499e109f6c6fcb66b1d7a0c7693d76a2487e0c8af5e720de7c2e
size 16858528

View File

@ -1,3 +1,58 @@
-------------------------------------------------------------------
Mon Sep 19 07:48:28 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 9.0.0500, fixes the following problems
- boo#1203508 - CVE-2022-3234
- boo#1203509 - CVE-2022-3235
* On an AZERTY keyboard digit keys get the shift modifier.
* Incorrect color for modeless selection with GTK.
* A few problems with 'splitscroll'.
* Function called at debug prompt is also debugged.
* Substitute prompt does not highlight an empty match.
* Splitting a line with a text prop "above" moves it to a new line below.
* Vim9: block in for loop doesn't behave like a code block.
* Loop variable can't be found.
* 'scroll' is not always updated.
* ASAN warning for integer overflow.
* Command line test leaves directory behind.
* With virtual text "above" indenting doesn't work well.
* Cursor moves when cmdwin is closed when 'splitscroll' is off.
* Virtual text wrong after adding line break after line.
* Build failure.
* Exectution stack underflow without the +eval feature. (Dominique Pellé)
* Cursor moves if cmdwin is closed when 'splitscroll' is off.
* In a :def function all closures in a loop get the same variables.
* No test for what patch 9.0.0469 fixes.
* Virtual text "below" doesn't show in list mode.
* fullcommand() only works for the current script version.
* fullcommand() test failure.
* Not using deferred delete in tests.
* Varargs does not work for replacement function of substitute().
* Missing dependency may cause crashes on incomplete build.
* Test for 'splitscroll' takes too much time.
* Valva Date Format files are not recognized.
* Cannot use a :def varargs function with substitute().
* In a :def function all closures in a loop get the same variables.
* "g0" moves to wrong location with virtual text "above".
* Illegal memory access when replacing in virtualedit mode.
* In a :def function all closures in a loop get the same variables.
* Text scrolled with 'nosplitscroll', autocmd win opened and help window
closed.
* Using freed memory with combination of closures.
* Cursor in wrong position with virtual text "above" and 'showbreak'.
* Using "end_lnum" with virtual text causes problems.
* Using freed memory with cmdwin and BufEnter autocmd.
* No good reason to build without the float feature.
* Cmdwin test fails on MS-Windows.
* Perl test fails.
* Small build misses float function declaraitons.
* Closure doesn't work properly in nested loop.
* No good reason to keep supporting Windows-XP.
* LyRiCs files are not recognized.
* Various small issues.
* In :def function list created after const is locked.
* When quitting the cmdline window with CTRL-C it remains visible.
-------------------------------------------------------------------
Tue Sep 13 07:41:04 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>

View File

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