Accepting request 1070144 from editors

- Updated to version 9.0.1392, fixes the following problems
- fixes CVE-2023-1264
  * Options test fails with some window width.
  * Scrollbar test sporadically fails.
  * Amiga: not all builds use gethostname().
  * Amiga: a couple of include files are included twice.
  * FOR_ALL_ macros are defined in an unexpected file.
  * "clear" macros are not always used.
  * Using NULL pointer with nested :open command.

- fixes CVE-2023-1175 CVE-2023-1170

OBS-URL: https://build.opensuse.org/request/show/1070144
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=343
This commit is contained in:
Dominique Leuenberger 2023-03-09 16:44:48 +00:00 committed by Git OBS Bridge
commit 1b9b6e1511
4 changed files with 18 additions and 4 deletions

View File

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

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

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

View File

@ -1,7 +1,21 @@
-------------------------------------------------------------------
Wed Mar 8 10:24:29 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 9.0.1392, fixes the following problems
- fixes CVE-2023-1264
* Options test fails with some window width.
* Scrollbar test sporadically fails.
* Amiga: not all builds use gethostname().
* Amiga: a couple of include files are included twice.
* FOR_ALL_ macros are defined in an unexpected file.
* "clear" macros are not always used.
* Using NULL pointer with nested :open command.
-------------------------------------------------------------------
Mon Mar 6 11:26:48 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 9.0.1386, fixes the following problems
- fixes CVE-2023-1175 CVE-2023-1170
* Divide by zero in zero-width window.
* Bass files are not recognized.
* Still some "else if" constructs for setting options.

View File

@ -17,7 +17,7 @@
%define pkg_version 9.0
%define patchlevel 1386
%define patchlevel 1392
%define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim90
%define site_runtimepath %{_datadir}/vim/site