From bfb283daee592f7e635de0348f2dbd1a3929be3c629d041cd682adb0318ab6f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 2 May 2023 09:13:01 +0000 Subject: [PATCH] =?UTF-8?q?-=20Updated=20to=20version=209.0.1504,=20fixes?= =?UTF-8?q?=20the=20following=20problems=20-=20fixes=20boo#1210996=20-=20C?= =?UTF-8?q?VE-2023-2426=20=20=20*=20xchacha20v2=20crypt=20header=20is=20pl?= =?UTF-8?q?atform=20dependent.=20=20=20*=20Crypt=20with=20libsodium=20is?= =?UTF-8?q?=20not=20tested=20on=20CI.=20=20=20*=20The=20ModeChanged=20even?= =?UTF-8?q?t=20may=20be=20triggered=20too=20often.=20=20=20*=20Wrong=20scr?= =?UTF-8?q?olling=20with=20ls=3D0=20and=20:botright=20split.=20=20=20*=20U?= =?UTF-8?q?sing=20uninitialized=20memory=20when=20argument=20is=20missing.?= =?UTF-8?q?=20=20=20*=20Popup=20menu=20position=20wrong=20in=20window=20wi?= =?UTF-8?q?th=20toolbar.=20=20=20*=20Crash=20when=20recovering=20from=20co?= =?UTF-8?q?rrupted=20swap=20file.=20=20=20*=20GTK3:=20hiding=20the=20mouse?= =?UTF-8?q?=20pointer=20does=20not=20work.=20(Rory=20O=E2=80=99Kane)=20=20?= =?UTF-8?q?=20*=20Test=20restoring=20register=20with=20wrong=20value.=20?= =?UTF-8?q?=20=20*=20The=20ruler=20percentage=20can't=20be=20localized.=20?= =?UTF-8?q?=20=20*=20In=20a=20terminal=20window=20the=20cursor=20may=20jum?= =?UTF-8?q?p=20around.=20(Kenny=20Stauffer)=20=20=20*=20Using=20uninitiali?= =?UTF-8?q?zed=20memory=20with=20fuzzy=20matching.=20=20=20*=20The=20falsy?= =?UTF-8?q?=20operator=20is=20not=20tested=20properly.=20=20=20*=20Crash?= =?UTF-8?q?=20with=20nested=20:try=20and=20:throw=20in=20catch=20block.=20?= =?UTF-8?q?=20=20*=20No=20test=20for=20deleting=20the=20end=20of=20a=20lon?= =?UTF-8?q?g=20wrapped=20line.=20=20=20*=20Luau=20files=20are=20not=20reco?= =?UTF-8?q?gnized.=20=20=20*=20No=20error=20when=20calling=20remote=5Fstar?= =?UTF-8?q?tserver()=20with=20an=20empty=20string.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=810 --- vim-9.0.1488.tar.gz | 3 --- vim-9.0.1504.tar.gz | 3 +++ vim.changes | 23 +++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 vim-9.0.1488.tar.gz create mode 100644 vim-9.0.1504.tar.gz diff --git a/vim-9.0.1488.tar.gz b/vim-9.0.1488.tar.gz deleted file mode 100644 index 76fea9a..0000000 --- a/vim-9.0.1488.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cc2e46df25127f804e69cae4adfbf8bc531fd85535ea5a87b7474738348b7ad -size 17010102 diff --git a/vim-9.0.1504.tar.gz b/vim-9.0.1504.tar.gz new file mode 100644 index 0000000..cbc5b4e --- /dev/null +++ b/vim-9.0.1504.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35564632155dde1e7b2cc2607588244035e1406caba8fda24bbe36f8712325f3 +size 17008872 diff --git a/vim.changes b/vim.changes index 7d85947..d0a59e9 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue May 2 09:11:18 UTC 2023 - Ondřej Súkup + +- 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 diff --git a/vim.spec b/vim.spec index d248eae..dd9d8b3 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 9.0 -%define patchlevel 1488 +%define patchlevel 1504 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim90 %define site_runtimepath %{_datadir}/vim/site