From 76f181b778115cfa8548f32ca2303b13f0fc32461c347a4075398ced01a3a9b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 21 Mar 2023 11:40:36 +0000 Subject: [PATCH] - Updated to version 9.0.1418, fixes the following problems - fixes CVE-2023-1355 * Using NULL pointer with nested :open command. * Cairo files are not recognized. * Unx Tal files are not recognized. * Odin files are not recognized. * sort(list, 'N') does not work in Vim9 script context. * Highlight for popupmenu kind and extra cannot be set. * Profile test repeats the headers many times. * Highlight test script has a few problems. * find_file_in_path() is not reentrant. * Condition is always true. * Crash when using null_class. * Unused variables and functions. * Compilation error with some compilers. * Missing check for out-of-memory. * ILE RPG files are not recognized. * TableGen files are not recognized. * QMLdir files are not recognized. * Racket files are recognized as scheme. * Accuracy of profiling is not optimal. * Pony files are not recognized. * Compiler warning for unused variable. * in Kitty does not use the Shift modifier. * Crystal files are not recognized. * Crash when collection is modified when using filter(). * ESDL files are not recognized. * The included xdiff code is a bit outdated. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=796 --- vim-9.0.1392.tar.gz | 3 --- vim-9.0.1418.tar.gz | 3 +++ vim.changes | 32 ++++++++++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) delete mode 100644 vim-9.0.1392.tar.gz create mode 100644 vim-9.0.1418.tar.gz diff --git a/vim-9.0.1392.tar.gz b/vim-9.0.1392.tar.gz deleted file mode 100644 index 7024669..0000000 --- a/vim-9.0.1392.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca08fe6cac14d3cb37e6f1780e86e43ae83b9deacef81b102dfdecc697e584f2 -size 16975039 diff --git a/vim-9.0.1418.tar.gz b/vim-9.0.1418.tar.gz new file mode 100644 index 0000000..0946bdb --- /dev/null +++ b/vim-9.0.1418.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089dc02e1017605f00390d5a4b336043a200d4a14dfb7c0f68fd49586562e8f9 +size 16978563 diff --git a/vim.changes b/vim.changes index 8ad4c19..cf3defb 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Tue Mar 21 11:38:46 UTC 2023 - Ondřej Súkup + +- Updated to version 9.0.1418, fixes the following problems +- fixes CVE-2023-1355 + * Using NULL pointer with nested :open command. + * Cairo files are not recognized. + * Unx Tal files are not recognized. + * Odin files are not recognized. + * sort(list, 'N') does not work in Vim9 script context. + * Highlight for popupmenu kind and extra cannot be set. + * Profile test repeats the headers many times. + * Highlight test script has a few problems. + * find_file_in_path() is not reentrant. + * Condition is always true. + * Crash when using null_class. + * Unused variables and functions. + * Compilation error with some compilers. + * Missing check for out-of-memory. + * ILE RPG files are not recognized. + * TableGen files are not recognized. + * QMLdir files are not recognized. + * Racket files are recognized as scheme. + * Accuracy of profiling is not optimal. + * Pony files are not recognized. + * Compiler warning for unused variable. + * in Kitty does not use the Shift modifier. + * Crystal files are not recognized. + * Crash when collection is modified when using filter(). + * ESDL files are not recognized. + * The included xdiff code is a bit outdated. + ------------------------------------------------------------------- Mon Mar 13 15:15:13 UTC 2023 - Bjørn Lie diff --git a/vim.spec b/vim.spec index 341a12f..d6c6703 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 9.0 -%define patchlevel 1392 +%define patchlevel 1418 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim90 %define site_runtimepath %{_datadir}/vim/site