diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index b9da7d2d3cd1cbbc6e3ee7b8594fb113ce1028d4..14f786c0d0d7c82ee95dbf4dcef5a0d6ef460b33 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -16,7 +16,7 @@ Name: xorg-x11-server Version: 1.20.8 -Release: 24 +Release: 25 Summary: X.Org X11 X server License: MIT and GPLv2 URL: https://www.x.org @@ -324,7 +324,7 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete %config %attr(0644,root,root) %{_sysconfdir}/pam.d/xserver %{_bindir}/* %{_libexecdir}/Xorg -%attr(4755,root,root) %{_libexecdir}/Xorg.wrap +%attr(0755,root,root) %{_libexecdir}/Xorg.wrap %{_libdir}/xorg/modules/drivers/modesetting_drv.so %{_libdir}/xorg/modules/extensions/libglx.so %dir %{_libdir}/xorg/modules/input @@ -362,6 +362,9 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete %{_libdir}/xorg/protocol.txt %changelog +* Mon Jan 22 2024 zhangshaoning -1.20.8-25 +- Change the permission of /usr/libexec/Xorg.wrap + * Thu Jan 18 2024 zhouwenpei -1.20.8-24 - fix CVE-2024-21885,CVE-2024-21886,CVE-2024-0408,CVE-2024-0409,CVE-2024-6816,CVE-2024-0229