xwayland 22.1.8

Fixes CVE-2023-0494

Resolves: #2165995,#2167566,#2167734
This commit is contained in:
Olivier Fourdan 2023-02-07 13:32:15 +01:00
parent ad96f66cd3
commit 77e23150f3
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@
/xwayland-22.1.5.tar.xz
/xwayland-22.1.6.tar.xz
/xwayland-22.1.7.tar.xz
/xwayland-22.1.8.tar.xz

View File

@ -1 +1 @@
SHA512 (xwayland-22.1.7.tar.xz) = dc4187d4e9e1bbf5f431a4a71da01b773be3a8870c3f82da599739d9f72756ac69c1fb8cc3b6c96c88da3c1dd40ce42429a3a003c08f90fc337ebaf6200de649
SHA512 (xwayland-22.1.8.tar.xz) = f52c6f99d8ef7605bc1c651d5ee5e306c12af30649a2d712b1c4c3cf4c7c80246ae24bd9ac39461d47aafc78f5d659446a459cd6259e05ef3128b204981d114a

View File

@ -8,8 +8,8 @@
Summary: Xwayland
Name: xorg-x11-server-Xwayland
Version: 22.1.7
Release: 4%{?gitdate:.%{gitdate}git%{shortcommit}}%{?dist}
Version: 22.1.8
Release: 1%{?gitdate:.%{gitdate}git%{shortcommit}}%{?dist}
URL: http://www.x.org
%if 0%{?gitdate}
@ -137,6 +137,10 @@ rm -Rf $RPM_BUILD_ROOT%{_localstatedir}/lib/xkb
%{_libdir}/pkgconfig/xwayland.pc
%changelog
* Tue Feb 7 2023 Olivier Fourdan <ofourdan@redhat.com> - 22.1.8-1
- xwayland 22.1.8
Fixes CVE-2023-0494 (#2165995, #2167566, #2167734)
* Sun Jan 29 2023 Stefan Bluhm <stefan.bluhm@clacee.eu> - 22.1.7-4
- Updated conditional Fedora statement.