1
0
Go to file
Dominique Leuenberger 454b22727a Accepting request 838746 from X11:XOrg
- n_xorg-wrapper-anybody.patch
  * replace default config /etc/X11/Xwrapper, which allows
    anybody to use the wrapper, by a patch for the code, i.e.
      # rootonly, console, anybody
      allowed_users=anybody
      # yes, no, auto
      needs_root_rights=auto
    is now the default without any Xwrapper config
    (needs_root_rights=auto was already the default before)

- u_xorg-wrapper-Xserver-Options-Whitelist-Filter.patch
  * replaced by improved version written by Matthias Gerstner of
    our security team
    + simplified the option parsing code a bit
    + changed the "ignore forbidden argument" logic into an "abort
      on forbidden argument" logic. This is safer and avoids 
      surprises on the user's end that could occur if the desired
      command line arguments aren't effective but the Xorg server is
      still started.
    + tried to adjust to the coding style present in the file 
      (mostly the function name)
    + added some logic to apply the option filtering only to 
      non-root users when Xorg is actually started as root. This
      should allow for full flexibility if root calls the wrapper or
      if the Xorg server only runs with user privileges.

- U_Fix-segfault-on-probing-a-non-PCI-platform-device-on.patch,
  U_Revert-linux-Fix-platform-device-PCI-detection-for-c.patch,
  U_Revert-linux-Fix-platform-device-probe-for-DT-based-.patch,
  U_Revert-linux-Make-platform-device-probe-less-fragile.patch
  * fix Xserver startup on Raspberry Pi 3 (boo#1176203) 

- n_xorg-wrapper-rename-Xorg.patch
  * moved Xorg to Xorg.bin and Xorg.sh to Xorg (boo#1175867)
- change default for needs_root_rights to auto in Xwrapper.config
  (boo#1175867)

- reenabled SUID wrapper for TW (boo#1175867)
- u_xorg-wrapper-Xserver-Options-Whitelist-Filter.patch
  * Xserver option whitelist filter (boo#1175867)

OBS-URL: https://build.opensuse.org/request/show/838746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=387
2020-10-07 12:16:27 +00:00
_service Accepting request 830081 from home:iznogood:branches:X11:XOrg 2020-08-27 20:43:53 +00:00
_servicedata Accepting request 830081 from home:iznogood:branches:X11:XOrg 2020-08-27 20:43:53 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=117 2009-03-04 14:02:05 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=1 2006-12-18 14:48:26 +00:00
50-extensions.conf - Add 50-extensions.conf 2016-02-25 20:56:47 +00:00
b_0001-Prevent-XSync-Alarms-from-senslessly-calling-CheckTr.patch - Dropped: 2013-12-11 15:46:05 +00:00
b_cache-xkbcomp-output-for-fast-start-up.patch - Dropped: 2013-12-11 15:46:05 +00:00
b_sync-fix.patch - Dropped: 2013-12-11 15:46:05 +00:00
modesetting.ids - modesetting.ids: no longer hardcode Intel's Skylake, Broxton, 2017-06-06 13:33:41 +00:00
N_default-module-path.diff Accepting request 229440 from home:tobijk:X11:XOrg 2014-04-09 10:08:57 +00:00
N_Disable-HW-Cursor-for-cirrus-and-mgag200-kernel-modules.patch Accepting request 731423 from home:iznogood:branches:X11:XOrg 2019-09-18 12:48:07 +00:00
N_driver-autoconfig.diff Accepting request 731423 from home:iznogood:branches:X11:XOrg 2019-09-18 12:48:07 +00:00
N_fix_fglrx_screendepth_issue.patch Accepting request 731423 from home:iznogood:branches:X11:XOrg 2019-09-18 12:48:07 +00:00
N_fix-dpi-values.diff Accepting request 731423 from home:iznogood:branches:X11:XOrg 2019-09-18 12:48:07 +00:00
N_Install-Avoid-failure-on-wrapper-installation.patch Accepting request 731423 from home:iznogood:branches:X11:XOrg 2019-09-18 12:48:07 +00:00
n_xorg-wrapper-anybody.patch - n_xorg-wrapper-anybody.patch 2020-09-30 10:40:49 +00:00
n_xorg-wrapper-rename-Xorg.patch Accepting request 838619 from home:sndirsch:branches:X11:XOrg 2020-09-30 01:44:07 +00:00
n_xserver-optimus-autoconfig-hack.patch Accepting request 731423 from home:iznogood:branches:X11:XOrg 2019-09-18 12:48:07 +00:00
N_zap_warning_xserver.diff Accepting request 731423 from home:iznogood:branches:X11:XOrg 2019-09-18 12:48:07 +00:00
pre_checkin.sh - Update to version 1.20.7+0: 2020-01-14 12:54:33 +00:00
README.updates OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=1 2006-12-18 14:48:26 +00:00
sysconfig.displaymanager.template OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=110 2009-01-19 01:20:48 +00:00
u_01-Improved-ConfineToShape.patch - Add 50-extensions.conf 2016-02-25 20:56:47 +00:00
u_02-DIX-ConfineTo-Don-t-bother-about-the-bounding-box-when-grabbing-a-shaped-window.patch - Add 50-extensions.conf 2016-02-25 20:56:47 +00:00
U_dix-window-Use-ConfigureWindow-instead-of-MoveWindow.patch Accepting request 731423 from home:iznogood:branches:X11:XOrg 2019-09-18 12:48:07 +00:00
U_Fix-segfault-on-probing-a-non-PCI-platform-device-on.patch - U_Fix-segfault-on-probing-a-non-PCI-platform-device-on.patch, 2020-09-28 10:46:37 +00:00
U_glamor_egl-Reject-OpenGL-2.1-early-on.patch - U_glamor_egl-Reject-OpenGL-2.1-early-on.patch 2020-06-04 10:41:35 +00:00
u_os-connections-Check-for-stale-FDs.patch - u_os-connections-Check-for-stale-FDs.patch 2016-03-05 15:56:29 +00:00
u_Panning-Set-panning-state-in-xf86RandR12ScreenSetSize.patch Accepting request 731423 from home:iznogood:branches:X11:XOrg 2019-09-18 12:48:07 +00:00
u_pci-primary-Fix-up-primary-PCI-device-detection-for-the-platfrom-bus.patch Accepting request 731423 from home:iznogood:branches:X11:XOrg 2019-09-18 12:48:07 +00:00
u_randr-Do-not-crash-if-slave-screen-does-not-have-pro.patch Accepting request 731423 from home:iznogood:branches:X11:XOrg 2019-09-18 12:48:07 +00:00
u_render-Cast-color-masks-to-unsigned-long-before-shifting-them.patch Accepting request 731423 from home:iznogood:branches:X11:XOrg 2019-09-18 12:48:07 +00:00
U_Revert-linux-Fix-platform-device-PCI-detection-for-c.patch - U_Fix-segfault-on-probing-a-non-PCI-platform-device-on.patch, 2020-09-28 10:46:37 +00:00
U_Revert-linux-Fix-platform-device-probe-for-DT-based-.patch - U_Fix-segfault-on-probing-a-non-PCI-platform-device-on.patch, 2020-09-28 10:46:37 +00:00
U_Revert-linux-Make-platform-device-probe-less-fragile.patch - U_Fix-segfault-on-probing-a-non-PCI-platform-device-on.patch, 2020-09-28 10:46:37 +00:00
u_Use-better-fallbacks-to-generate-cookies-if-arc4rand.patch Accepting request 731423 from home:iznogood:branches:X11:XOrg 2019-09-18 12:48:07 +00:00
u_vesa-Add-VBEDPMSGetCapabilities-VBEDPMSGet.patch Accepting request 333715 from home:eeich:branches:X11:XOrg 2015-09-25 12:04:06 +00:00
u_xfree86-Do-not-claim-pci-slots-if-fb-slot-is-already.patch Accepting request 663594 from home:michalsrb:bug1119431:X11:XOrg 2019-01-08 10:20:38 +00:00
U_xfree86_take_second_ref_for_xcursor.patch Accepting request 833334 from home:mgorse:branches:X11:XOrg 2020-09-10 08:27:40 +00:00
U_xkb-Fix-heap-overflow-caused-by-optimized-away-min.patch Accepting request 619114 from home:michalsrb:branches:bnc1099113:X11:XOrg 2018-06-26 08:57:59 +00:00
u_xorg-server-xdmcp.patch Accepting request 731423 from home:iznogood:branches:X11:XOrg 2019-09-18 12:48:07 +00:00
u_xorg-wrapper-build-Build-position-independent-code.patch Accepting request 731423 from home:iznogood:branches:X11:XOrg 2019-09-18 12:48:07 +00:00
u_xorg-wrapper-Drop-supplemental-group-IDs.patch Accepting request 731423 from home:iznogood:branches:X11:XOrg 2019-09-18 12:48:07 +00:00
u_xorg-wrapper-Xserver-Options-Whitelist-Filter.patch Accepting request 838619 from home:sndirsch:branches:X11:XOrg 2020-09-30 01:44:07 +00:00
U_xwayland-Allow-passing-a-fd.patch Accepting request 731423 from home:iznogood:branches:X11:XOrg 2019-09-18 12:48:07 +00:00
xkb-tmpfiles.conf Accepting request 621924 from home:fcrozat:branches:X11:XOrg 2018-07-19 13:44:34 +00:00
xorg-backtrace Updating link to change in openSUSE:Factory/xorg-x11-server revision 176.0 2010-08-26 09:09:27 +00:00
xorg-server-provides - Update to version 1.20.7+0: 2020-01-14 12:54:33 +00:00
xorg-x11-server-byte-order.patch Accepting request 731423 from home:iznogood:branches:X11:XOrg 2019-09-18 12:48:07 +00:00
xorg-x11-server.changes - n_xorg-wrapper-anybody.patch 2020-09-30 10:40:49 +00:00
xorg-x11-server.macros.in Replaced wrong marcro due to a copy-n-paste error. 2015-09-25 14:02:52 +00:00
xorg-x11-server.spec - n_xorg-wrapper-anybody.patch 2020-09-30 10:40:49 +00:00
xorgcfg.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=1 2006-12-18 14:48:26 +00:00
xserver-1.20.9.tar.xz Accepting request 830081 from home:iznogood:branches:X11:XOrg 2020-08-27 20:43:53 +00:00

Xserver module update mechanism
-------------------------------

If any corresponding Xserver module is found below
"/usr/lib/xorg/modules/updates/" ("/usr/lib64/xorg/modules/updates/"
on biarch 32/64 bit platforms) it will be favored over the one in
"/usr/lib/xorg/modules/" ("/usr/lib64/xorg/modules/" on biarch 32/64
bit platforms).