- 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:
parent
c24f7bcd63
commit
44f933bab3
@ -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
3
vim-9.0.0626.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a34fa9c9d7df4207db3b3300e7376044db78b516130602bc802af52ee4dc42d1
|
||||
size 16797278
|
@ -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.
|
||||
|
3
vim.spec
3
vim.spec
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user