Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vim for openSUSE:Factory checked in at 2022-09-14 13:44:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vim (Old) and /work/SRC/openSUSE:Factory/.vim.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vim" Wed Sep 14 13:44:32 2022 rev:322 rq:1003244 version:9.0.0453 Changes: -------- --- /work/SRC/openSUSE:Factory/vim/vim.changes 2022-09-06 13:01:00.914964275 +0200 +++ /work/SRC/openSUSE:Factory/.vim.new.2083/vim.changes 2022-09-14 13:44:33.653830624 +0200 @@ -1,0 +2,83 @@ +Tue Sep 13 07:41:04 UTC 2022 - Ond??ej S??kup <mimi...@gmail.com> + +- Updated to version 9.0.0453, fixes the following problems +- boo#1203194 - CVE-2022-3134 +- boo#1203110 - CVE-2022-3099 + * Writefile test leaves files behind. + * Freeing the wrong string on failure. + * Coverity complains about unused value. + * Covertity still complains about using return value of getc(). + * GUI: when CTRL-D is mapped in Insert mode it gets inserted. (Yasuhiro + Matsumoto) + * Some code blocks are nested too deep. + * repeating a <ScriptCmd> mapping does not use the right script context. + * The do_arg_all() function is too long. + * Crash when 'tagfunc' closes the window. + * Cannot use a partial with :defer. + * Using separate delete() call instead of writefile() 'D' flag. + * Inverted condition is a bit confusing. + * Signals test often fails on FreeBSD. + * Cygwin: multibyte characters may be broken in terminal window. + * Clang warnings for function prototypes. + * :findrepl does not escape '&' and '~' properly. + * :defer not tested with exceptions and ":qa!". + * Members of funccall_T are inconsistently named. + * Using :defer in expression funcref not tested. + * GUI test sometimes hangs on CI. + * CI uses older clang version. + * Javascript module files are not recoginzed. + * 'equalalways' may be off when 'laststatus' is zero. + * Crash when passing invalid arguments to assert_fails(). + * Arguments in a partial not used by a :def function. + * Deferred functions not invoked when partial func exits. + * matchstr() does match column offset. (Yasuhiro Matsumoto) + * GUI test sometimes fails on MS-Windows. + * #{g:x} was seen as a curly-braces expression. + * Struct member cts_lnum is unused. + * Only created files can be cleaned up with one call. + * Compiler warning for unused argument. + * ASAN reports a memory leak. + * matchstr() still does not match column offset when done after a text + search. + * ml_get error when appending lines in popup window. + * Jsonnet files are not recognized. + * Manually deleting temp test files. + * The :defer command does not check the function argument count and types. + * Function went missing. + * Not enough testing of the :all command. + * "for" and "while" not recognized after :vim9cmd and :legacy. (Emanuele + Torre) + * gitattributes files are not recognized. + * Autocmd test is a bit flaky on MS-Windows. + * Failed flaky tests report only start time. + * Drupal theme files are not recognized. + * Autocmd test uses common file name. + * Not all keys are tested for the MS-Windows GUI. + * Cannot use repeat() with a blob. + * Current mode shows in message window. + * Crash when using for loop variable in closure. + * Coverity warns for not checking allocation failure. + * gitignore files are not recognized. + * Compiler warning for uninitialized variable. + * CI: running tests in parallel causes flakiness. + * No error when a custom completion function returns something else than + the expected list. + * Cannot put virtual text above a line. + * Cursor wrong if inserting before line with virtual text above. + * Crash when using mkdir() with "R" flag in compiled function. + * Closure in for loop test fails on some systems. + * Virtual text "above" doesn't handel line numbers. + * Blueprint files are not recognized. + * Trying to declare g:variable gives confusing error. + * When opening/closing window text moves up/down. + * Message window may be positioned too low. + * Using :echowin while at the hit-enter prompt causes problems. + * SubRip files are not recognized. + * There is no easy way to translate a string with a key code into a + readable string. + * Return value of argument check functions is inconsistent. + * Virtual text "above" does not work with 'nowrap'. + * Visual highlighting extends into virtual text prop. + * On an AZERTY keyboard digit keys get the shift modifier. + +------------------------------------------------------------------- Old: ---- vim-9.0.0381.tar.gz New: ---- vim-9.0.0453.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vim.spec ++++++ --- /var/tmp/diff_new_pack.MIbONh/_old 2022-09-14 13:44:37.121839355 +0200 +++ /var/tmp/diff_new_pack.MIbONh/_new 2022-09-14 13:44:37.129839375 +0200 @@ -17,7 +17,7 @@ %define pkg_version 9.0 -%define patchlevel 0381 +%define patchlevel 0453 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim90 %define site_runtimepath %{_datadir}/vim/site ++++++ vim-9.0.0381.tar.gz -> vim-9.0.0453.tar.gz ++++++ /work/SRC/openSUSE:Factory/vim/vim-9.0.0381.tar.gz /work/SRC/openSUSE:Factory/.vim.new.2083/vim-9.0.0453.tar.gz differ: char 14, line 1