Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xorg-x11-server for openSUSE:Factory
checked in at 2021-04-22 18:03:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorg-x11-server (Old)
and /work/SRC/openSUSE:Factory/.xorg-x11-server.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xorg-x11-server"
Thu Apr 22 18:03:25 2021 rev:391 rq:886705 version:1.20.11
Changes:
--------
--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes
2021-03-10 08:46:38.350231511 +0100
+++
/work/SRC/openSUSE:Factory/.xorg-x11-server.new.12324/xorg-x11-server.changes
2021-04-22 18:03:35.530472044 +0200
@@ -1,0 +2,21 @@
+Mon Apr 19 11:29:31 UTC 2021 - Stefan Dirsch <[email protected]>
+
+- disable build of Xwayland, which is now being built in separate
+ xwayland package with more recent sources (boo#1182677)
+
+-------------------------------------------------------------------
+Tue Apr 13 15:32:45 UTC 2021 - Stefan Dirsch <[email protected]>
+
+- Update to version 1.20.11
+ * bugfix release
+- supersedes U_Fix-XChangeFeedbackControl-request-underflow.patch,
+ U_xkb-Fix-heap-overflow-caused-by-optimized-away-min.patch
+
+-------------------------------------------------------------------
+Mon Apr 12 10:46:33 UTC 2021 - Stefan Dirsch <[email protected]>
+
+- U_Fix-XChangeFeedbackControl-request-underflow.patch
+ * Fix XChangeFeedbackControl() request underflow (CVE-2021-3472,
+ ZDI-CAN-1259, bsc#1180128)
+
+-------------------------------------------------------------------
Old:
----
U_xkb-Fix-heap-overflow-caused-by-optimized-away-min.patch
xserver-1.20.10.tar.xz
New:
----
xorg-server-1.20.11.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xorg-x11-server.spec ++++++
--- /var/tmp/diff_new_pack.gwrHXC/_old 2021-04-22 18:03:36.650473776 +0200
+++ /var/tmp/diff_new_pack.gwrHXC/_new 2021-04-22 18:03:36.650473776 +0200
@@ -22,9 +22,8 @@
%endif
%define pci_ids_dir %{_datadir}/X11/xorg_pci_ids
-%if 0%{?suse_version} >= 1330 || 0%{?build_xwayland}
-%define have_wayland 1
-%endif
+# now built separately in xwayland pkg with more recent sources (boo#1182677)
+%define have_wayland 0
%define build_suid_wrapper 1
@@ -41,7 +40,7 @@
%endif
Name: xorg-x11-server
-Version: 1.20.10
+Version: 1.20.11
Release: 0
URL: http://xorg.freedesktop.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -50,7 +49,7 @@
# Source URL: http://xorg.freedesktop.org/archive/individual/xserver/
License: MIT
Group: System/X11/Servers/XF86_4
-Source0: xserver-%{version}.tar.xz
+Source0: xorg-server-%{version}.tar.bz2
Source1: sysconfig.displaymanager.template
Source2: README.updates
Source3: xorgcfg.tar.bz2
@@ -242,8 +241,6 @@
Patch1401: u_randr-Do-not-crash-if-slave-screen-does-not-have-pro.patch
-Patch1501: U_xkb-Fix-heap-overflow-caused-by-optimized-away-min.patch
-
Patch1502: U_dix-window-Use-ConfigureWindow-instead-of-MoveWindow.patch
Patch1503: u_xfree86-Do-not-claim-pci-slots-if-fb-slot-is-already.patch
@@ -361,7 +358,7 @@
This package contains patched sources of X.Org Server.
%prep
-%setup -q -n xserver-%{version} -a3
+%setup -q -n xorg-server-%{version} -a3
# Early verification if the ABI Defines are correct. Let's not waste build
cycles if the Provides are wrong at the end.
sh %{SOURCE92} --verify . %{SOURCE91}
@@ -400,10 +397,11 @@
### patch222 might not be applicable anymore
#%patch1222 -p1
%patch1401 -p1
-%patch1501 -p1
%patch1502 -p1
%patch1503 -p1
+%if 0%{?have_wayland} == 1
%patch1505 -p1
+%endif
%patch1600 -p1
%patch1801 -p1
%patch1900 -p1