SHA256
1
0
forked from pool/vim

- Updated to version 9.0.0626, fixes the following problems

- fix boo#1203924 - CVE-2022-3352
  * Error for modifying a const is not detected at compile time.
  * Leaking argument type array.
  * Too many delete() calls in tests.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=754
This commit is contained in:
Ondřej Súkup 2022-09-30 08:15:37 +00:00 committed by Git OBS Bridge
parent c24f7bcd63
commit 44f933bab3
4 changed files with 11 additions and 6 deletions

View File

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

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

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

View File

@ -1,7 +1,11 @@
-------------------------------------------------------------------
Thu Sep 29 10:08:49 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
Fri Sep 30 08:03:58 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 9.0.0622, fixes the following problems
- Updated to version 9.0.0626, fixes the following problems
- fix boo#1203924 - CVE-2022-3352
* Error for modifying a const is not detected at compile time.
* Leaking argument type array.
* Too many delete() calls in tests.
* When quitting the cmdline window with CTRL-C it remains visible.
* Warning for using uninitialized value in mouse test.
* A closure in a nested loop in a :def function does not work.

View File

@ -17,7 +17,7 @@
%define pkg_version 9.0
%define patchlevel 0622
%define patchlevel 0626
%define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim90
%define site_runtimepath %{_datadir}/vim/site
@ -236,6 +236,7 @@ rm src/testdir/test_terminal*
rm src/testdir/test_textprop.*
rm src/testdir/test_window_cmd.*
rm src/testdir/test_writefile.*
rm runtime/indent/testdir/vim.*
%build
export CFLAGS="%{optflags} -Wall -pipe -fno-strict-aliasing"