Xwayland 23.1.1

Fix for CVE-2023-1393

Resolves: #2182734
This commit is contained in:
Olivier Fourdan 2023-03-29 16:11:15 +02:00
parent 5042d20a49
commit 2b3938525d
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/xwayland-23.0.99.901.tar.xz
/xwayland-23.0.99.902.tar.xz
/xwayland-23.1.0.tar.xz
/xwayland-23.1.1.tar.xz

View File

@ -1 +1 @@
SHA512 (xwayland-23.1.0.tar.xz) = 984213a193b903e6023ecb3144a15f483dc3e9ec7cb02c36d8e67c6859b501b8b3e5a6e1ade9cb245450ad93002322f392b81d9286377ac34350cc3ea1f9679f
SHA512 (xwayland-23.1.1.tar.xz) = 21c386847135c5cb4ac884926b0fbeb6ad21c9ee54752e0cdc8418e31a72872d81032159c1d91b8afb915aaaf65e80454342461d676996b2f3c535a37b0147f0

View File

@ -8,7 +8,7 @@
Summary: Xwayland
Name: xorg-x11-server-Xwayland
Version: 23.1.0
Version: 23.1.1
Release: 1%{?gitdate:.%{gitdate}git%{shortcommit}}%{?dist}
URL: http://www.x.org
@ -131,6 +131,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_libdir}/pkgconfig/xwayland.pc
%changelog
* Wed Mar 29 2023 Olivier Fourdan <ofourdan@redhat.com> - 23.1.1-1
- xwayland 23.1.1 - (#2182734)
CVE fix for: CVE-2023-1393
* Wed Mar 22 2023 Olivier Fourdan <ofourdan@redhat.com> - 23.1.0-1
- xwayland 23.1.0 - (#2180913)