diff --git a/SPECS/xorg-x11-server.spec b/SPECS/xorg-x11-server.spec index f7892c4..d08e551 100644 --- a/SPECS/xorg-x11-server.spec +++ b/SPECS/xorg-x11-server.spec @@ -42,7 +42,7 @@ Summary: X.Org X11 X server Name: xorg-x11-server Version: 1.20.11 -Release: 17%{?gitdate:.%{gitdate}}%{?dist} +Release: 19%{?gitdate:.%{gitdate}}%{?dist} URL: http://www.x.org License: MIT @@ -119,6 +119,7 @@ Patch112: 0001-present-Check-for-NULL-to-prevent-crash.patch # Fix a regression with hybrid gfx and NVIDIA proprietary driver # https://bugzilla.redhat.com/show_bug.cgi?id=2052605 Patch113: 0001-modesetting-Fix-msSharePixmapBacking-Segfault-Regres.patch +Patch114: 0001-present-Send-a-PresentConfigureNotify-event-for-dest.patch # CVE-2021-4011 Patch10009: 0001-record-Fix-out-of-bounds-access-in-SwapCreateRegiste.patch @@ -154,6 +155,8 @@ Patch10024: 0007-xkb-reset-the-radio_groups-pointer-to-NULL-after-fre.patch Patch10025: 0008-Xext-fix-invalid-event-type-mask-in-XTestSwapFakeInp.patch # CVE-2023-0494 Patch10026: 0001-Xi-fix-potential-use-after-free-in-DeepCopyPointerCl.patch +# CVE-2023-1393 +Patch10027: 0001-composite-Fix-use-after-free-of-the-COW.patch BuildRequires: make BuildRequires: systemtap-sdt-devel @@ -563,6 +566,14 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete %changelog +* Tue Jun 6 2023 Olivier Fourdan - 1.20.11-19 +- Backport fix for a deadlock with DRI3 + Resolves: rhbz#2192550 + +* Fri Mar 31 2023 Olivier Fourdan - 1.20.11-18 +- CVE fix for: CVE-2023-1393 + Resolves: rhbz#2180297 + * Tue Feb 21 2023 Olivier Fourdan - 1.20.11-17 - Fix xvfb-run script with --listen-tcp Resolves: rhbz#2172116