Accepting request 1083978 from editors
- Updated to version 9.0.1504, fixes the following problems - fixes boo#1210996 - CVE-2023-2426 * xchacha20v2 crypt header is platform dependent. * Crypt with libsodium is not tested on CI. * The ModeChanged event may be triggered too often. * Wrong scrolling with ls=0 and :botright split. * Using uninitialized memory when argument is missing. * Popup menu position wrong in window with toolbar. * Crash when recovering from corrupted swap file. * GTK3: hiding the mouse pointer does not work. (Rory O’Kane) * Test restoring register with wrong value. * The ruler percentage can't be localized. * In a terminal window the cursor may jump around. (Kenny Stauffer) * Using uninitialized memory with fuzzy matching. * The falsy operator is not tested properly. * Crash with nested :try and :throw in catch block. * No test for deleting the end of a long wrapped line. * Luau files are not recognized. * No error when calling remote_startserver() with an empty string. OBS-URL: https://build.opensuse.org/request/show/1083978 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=348
This commit is contained in:
commit
5d548f7be8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2cc2e46df25127f804e69cae4adfbf8bc531fd85535ea5a87b7474738348b7ad
|
|
||||||
size 17010102
|
|
3
vim-9.0.1504.tar.gz
Normal file
3
vim-9.0.1504.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:35564632155dde1e7b2cc2607588244035e1406caba8fda24bbe36f8712325f3
|
||||||
|
size 17008872
|
23
vim.changes
23
vim.changes
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 2 09:11:18 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- Updated to version 9.0.1504, fixes the following problems
|
||||||
|
- fixes boo#1210996 - CVE-2023-2426
|
||||||
|
* xchacha20v2 crypt header is platform dependent.
|
||||||
|
* Crypt with libsodium is not tested on CI.
|
||||||
|
* The ModeChanged event may be triggered too often.
|
||||||
|
* Wrong scrolling with ls=0 and :botright split.
|
||||||
|
* Using uninitialized memory when argument is missing.
|
||||||
|
* Popup menu position wrong in window with toolbar.
|
||||||
|
* Crash when recovering from corrupted swap file.
|
||||||
|
* GTK3: hiding the mouse pointer does not work. (Rory O’Kane)
|
||||||
|
* Test restoring register with wrong value.
|
||||||
|
* The ruler percentage can't be localized.
|
||||||
|
* In a terminal window the cursor may jump around. (Kenny Stauffer)
|
||||||
|
* Using uninitialized memory with fuzzy matching.
|
||||||
|
* The falsy operator is not tested properly.
|
||||||
|
* Crash with nested :try and :throw in catch block.
|
||||||
|
* No test for deleting the end of a long wrapped line.
|
||||||
|
* Luau files are not recognized.
|
||||||
|
* No error when calling remote_startserver() with an empty string.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 26 09:20:58 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
Wed Apr 26 09:20:58 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
2
vim.spec
2
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 9.0
|
%define pkg_version 9.0
|
||||||
%define patchlevel 1488
|
%define patchlevel 1504
|
||||||
%define patchlevel_compact %{patchlevel}
|
%define patchlevel_compact %{patchlevel}
|
||||||
%define VIM_SUBDIR vim90
|
%define VIM_SUBDIR vim90
|
||||||
%define site_runtimepath %{_datadir}/vim/site
|
%define site_runtimepath %{_datadir}/vim/site
|
||||||
|
Loading…
x
Reference in New Issue
Block a user