diff --git a/vim-9.0.0453.tar.gz b/vim-9.0.0453.tar.gz deleted file mode 100644 index d619762..0000000 --- a/vim-9.0.0453.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b90063706a2a9ee234275e0dd4b71a11e24867c33203c432fd6e9799fdc3bff9 -size 16847442 diff --git a/vim-9.0.0500.tar.gz b/vim-9.0.0500.tar.gz new file mode 100644 index 0000000..d590ad3 --- /dev/null +++ b/vim-9.0.0500.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff6f245b6d1499e109f6c6fcb66b1d7a0c7693d76a2487e0c8af5e720de7c2e +size 16858528 diff --git a/vim.changes b/vim.changes index a0f29d7..95961a4 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +Mon Sep 19 07:48:28 UTC 2022 - Ondřej Súkup + +- 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 diff --git a/vim.spec b/vim.spec index e5bc194..85a6512 100644 --- a/vim.spec +++ b/vim.spec @@ -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