- Updated to version 8.2.4286, fixes the following problems

* Compiler warning for uninitialized variable.
  * Unused entry in keymap enum.
  * CI log output is long.
  * Coverity warns for using a NULL pointer.
  * Generating nv_cmdidxs.h requires building Vim twice.
  * Vim9 expr test fails without the channel feature. (Dominique Pellé)
  * The EBCDIC support is outdated.
  * Basic and form filetype detection is incomplete.
  * Cannot use an autoload function from a package under start.
  * Separate test function for the GUI scrollbar.
  * Vim9: an import does not shadow a command modifier.
  * Build with Athena GUI fails. (Elimar Riesebieter)
  * Vim9: cannot change item type with map() after range().
  * list-dict test crashes.
  * Using freed memory with :lopen and :bwipe.
  * Restricted mode requires the -Z command line option.
  * Using a variable for the return value is not needed.
  * Old mac resources files are no longer used.
  * Vim9: type of item in for loop not checked properly.
  * Vim9: strict type checking after copy() and deepcopy().
- fixes boo#1195499 CVE-2022-0417

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=702
This commit is contained in:
Ondřej Súkup 2022-02-03 12:20:53 +00:00 committed by Git OBS Bridge
parent 003f3e2dc9
commit ca58a86361
4 changed files with 30 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9cd8c4add5897c92c67bac4284df7a6973814871ee88c01b6f96ea259d022fe
size 16013662

3
vim-8.2.4286.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7f4fc0c04668940bd2c31dfa1d344c4391cb5ac6697ee6f0c97499318ee86db
size 15963099

View File

@ -1,6 +1,32 @@
-------------------------------------------------------------------
Thu Feb 3 12:18:46 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 8.2.4286, fixes the following problems
* Compiler warning for uninitialized variable.
* Unused entry in keymap enum.
* CI log output is long.
* Coverity warns for using a NULL pointer.
* Generating nv_cmdidxs.h requires building Vim twice.
* Vim9 expr test fails without the channel feature. (Dominique Pellé)
* The EBCDIC support is outdated.
* Basic and form filetype detection is incomplete.
* Cannot use an autoload function from a package under start.
* Separate test function for the GUI scrollbar.
* Vim9: an import does not shadow a command modifier.
* Build with Athena GUI fails. (Elimar Riesebieter)
* Vim9: cannot change item type with map() after range().
* list-dict test crashes.
* Using freed memory with :lopen and :bwipe.
* Restricted mode requires the -Z command line option.
* Using a variable for the return value is not needed.
* Old mac resources files are no longer used.
* Vim9: type of item in for loop not checked properly.
* Vim9: strict type checking after copy() and deepcopy().
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 31 11:21:06 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com> Mon Jan 31 11:21:06 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
- fixes boo#1195499 CVE-2022-0417
- fixes boo#1195336 CVE-2022-0393 - fixes boo#1195336 CVE-2022-0393
- Updated to version 8.2.4266, fixes the following problems - Updated to version 8.2.4266, fixes the following problems
* Cannot use an import in 'patchexpr'. * Cannot use an import in 'patchexpr'.

View File

@ -17,7 +17,7 @@
%define pkg_version 8.2 %define pkg_version 8.2
%define patchlevel 4266 %define patchlevel 4286
%define patchlevel_compact %{patchlevel} %define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim82 %define VIM_SUBDIR vim82
%define site_runtimepath %{_datadir}/vim/site %define site_runtimepath %{_datadir}/vim/site