diff --git a/vim-9.0.0032.tar.gz b/vim-9.0.0032.tar.gz deleted file mode 100644 index c7df5e9..0000000 --- a/vim-9.0.0032.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00a67b2e85fae726db32953c9ef03313d5c4568b1e2388b23ac0d15621c76df3 -size 16648609 diff --git a/vim-9.0.0073.tar.gz b/vim-9.0.0073.tar.gz new file mode 100644 index 0000000..2202627 --- /dev/null +++ b/vim-9.0.0073.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997d99bf10cc7aae155e0ca7267a4ff49a3975c72932764f8ef3d64e7ad43baa +size 16711104 diff --git a/vim.changes b/vim.changes index e76952a..cdc89fb 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Tue Jul 26 09:40:08 UTC 2022 - Ondřej Súkup + +- Updated to version 9.0.0073, fixes the following problems +- fix CVE-2022-2522 - boo#1201863 + * In the quickfix window 'cursorline' overrules QuickFixLine highlighting. + * On a Belgian keyboard CTRL-[ does not work. + * Spell tests do not always clear the word list. + * Spell dump may go beyond end of an array. + * 'fillchars' cannot have window-local values. + * 'listchars' test fails. + * Not all systems have GDK_KEY_dead_circumflex. (Hisashi T Fujinaka) + * Use of set_chars_option() is confusing. + * A couple of filetype patterns do not have "*" before "/etc". + * Missing change for filetype detection. + * Insufficient testing for bracket commands. + * Typos in comments, wrapping lines. + * Reading past end of completion with a long line and 'infercase' set. + * Reading past end of completion with duplicate match. + * Using freed memory with recursive substitute. + * Cursor in wrong column with mouse click after concealed text. + * Csv and tsv files are not recognized. + * Split else-if is confusing. + * Using CTRL-C wih :append may hang Vim. + * "zG" may throw an error if invalid character follows. + * E1281 not tested with the old regexp engine. + * Compiler warning for size_t to int conversion. + * Bitbake files are not detected. + * Wrong line number reported when :cexpr fails in :def function. + * has('patch-xxx') returns true. + * Test file has wrong name. + * Accessing uninitialized memory when completing long line. + * ml_get error with nested autocommand. + * Compiler warnings for signed/unsigned char. + * Too many type casts for dict_get functions. + * Confusing error when using "q:" in command line window. + * Cross-compiling doesn't work because of timer_create check. + * Switching window uneccarily when getting buffer options. + * Cannot show virtual text. + * Build fails with tiny features. + * Leaking memory when using text prop with inserted text. + * Using utfc_ptr2char_len() when length is negative. + * Command overlaps with printed text in scrollback. + * Compiler warning for uninitialized variable. + * Too many files recognized as bsdl. + ------------------------------------------------------------------- Mon Jul 4 10:06:35 UTC 2022 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index 9d67bef..ebd7150 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 9.0 -%define patchlevel 0032 +%define patchlevel 0073 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim90 %define site_runtimepath %{_datadir}/vim/site