Accepting request 1063637 from X11:XOrg

- Update to version 22.1.8
  * This release contains the fix for CVE-2023-0494 in today's
    security advisory: 
    https://lists.x.org/archives/xorg-announce/2023-February/003320.html
  * It also fixes a second possible OOB access during EnqueueEvent.
- supersedes U_Xi-fix-potential-use-after-free-in-DeepCopyPointerCl.patch

- improved summary and description 
- added requires to xkeyboard-config
- added recommends to xorg-x11-fonts-core
- removed unused 'package' section

- U_Xi-fix-potential-use-after-free-in-DeepCopyPointerCl.patch
  * DeepCopyPointerClasses use-after-free (CVE-2023-0494, 
    ZDI-CAN-19596, bsc#1207783)

OBS-URL: https://build.opensuse.org/request/show/1063637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xwayland?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2023-02-08 16:19:51 +00:00 committed by Git OBS Bridge
commit c96d993340
6 changed files with 33 additions and 17 deletions

View File

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

Binary file not shown.

3
xwayland-22.1.8.tar.xz Normal file
View File

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

BIN
xwayland-22.1.8.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Feb 7 14:29:21 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 22.1.8
* This release contains the fix for CVE-2023-0494 in today's
security advisory:
https://lists.x.org/archives/xorg-announce/2023-February/003320.html
* It also fixes a second possible OOB access during EnqueueEvent.
- supersedes U_Xi-fix-potential-use-after-free-in-DeepCopyPointerCl.patch
-------------------------------------------------------------------
Thu Feb 2 15:39:06 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- improved summary and description
- added requires to xkeyboard-config
- added recommends to xorg-x11-fonts-core
- removed unused 'package' section
-------------------------------------------------------------------
Wed Feb 1 10:06:15 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- U_Xi-fix-potential-use-after-free-in-DeepCopyPointerCl.patch
* DeepCopyPointerClasses use-after-free (CVE-2023-0494,
ZDI-CAN-19596, bsc#1207783)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 31 15:51:38 UTC 2022 - Stefan Dirsch <sndirsch@suse.com> Sat Dec 31 15:51:38 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package xwayland # spec file for package xwayland
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -24,10 +24,10 @@
%endif %endif
Name: xwayland Name: xwayland
Version: 22.1.7 Version: 22.1.8
Release: 0 Release: 0
URL: http://xorg.freedesktop.org URL: http://xorg.freedesktop.org
Summary: X Summary: Xwayland Xserver
License: MIT License: MIT
Group: System/X11/Servers/XF86_4 Group: System/X11/Servers/XF86_4
Source0: %{url}/archive/individual/xserver/%{name}-%{version}.tar.xz Source0: %{url}/archive/individual/xserver/%{name}-%{version}.tar.xz
@ -93,7 +93,8 @@ Requires(pre): %fillup_prereq
%endif %endif
Requires: pkgconfig Requires: pkgconfig
Requires: xkbcomp Requires: xkbcomp
#Recommends: xorg-x11-fonts-core Requires: xkeyboard-config
Recommends: xorg-x11-fonts-core
%ifnarch s390 s390x %ifnarch s390 s390x
Requires: libpixman-1-0 Requires: libpixman-1-0
%endif %endif
@ -101,16 +102,6 @@ Obsoletes: xorg-x11-server-wayland < %{version}
Provides: xorg-x11-server-wayland = %{version} Provides: xorg-x11-server-wayland = %{version}
%description %description
This package contains the Xwayland Server.
%package %{name}
Summary: Xwayland Xserver
Group: System/X11/Servers/XF86_4
Requires: xkbcomp
Requires: xkeyboard-config
Recommends: xorg-x11-fonts-core
%description %{name}
This package contains the Xserver running on the Wayland Display Server. This package contains the Xserver running on the Wayland Display Server.
%package devel %package devel