cbb4be14a1
- disable Xwayland for s390x again; it was wrong to enable it; there is no Wayland on s390x and will most likely never exist, since there is no gfx card on such systems and no gfx emulation either (bsc#1047173) - u_Use-better-fallbacks-to-generate-cookies-if-arc4rand.patch If arc4random_buf() is not available for generating cookies: * use getentropy(), if available (which was only recently added to glibc) * use getrandom() via syscall(), if available (there was no glibc wrapper for this syscall for a long time) * if all else fails, directly read from /dev/urandom as before, but employ O_CLOEXEC, do an OsAbort() in case the random data couldn't be read to avoid unsecure situations. Don't know if that's too hard a measure but it shouldn't actually occur except on maximum number of FDs reached (bsc#1025084) OBS-URL: https://build.opensuse.org/request/show/510318 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=345 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
50-extensions.conf | ||
b_0001-Prevent-XSync-Alarms-from-senslessly-calling-CheckTr.patch | ||
b_cache-xkbcomp-output-for-fast-start-up.patch | ||
b_sync-fix.patch | ||
modesetting.ids | ||
N_default-module-path.diff | ||
N_Disable-HW-Cursor-for-cirrus-and-mgag200-kernel-modules.patch | ||
N_driver-autoconfig.diff | ||
N_fix_fglrx_screendepth_issue.patch | ||
N_fix-dpi-values.diff | ||
N_Install-Avoid-failure-on-wrapper-installation.patch | ||
n_xserver-optimus-autoconfig-hack.patch | ||
N_zap_warning_xserver.diff | ||
pre_checkin.sh | ||
README.updates | ||
sysconfig.displaymanager.template | ||
u_01-Improved-ConfineToShape.patch | ||
u_02-DIX-ConfineTo-Don-t-bother-about-the-bounding-box-when-grabbing-a-shaped-window.patch | ||
U_dix-Disallow-GenericEvent-in-SendEvent-request.patch | ||
u_os-connections-Check-for-stale-FDs.patch | ||
u_Panning-Set-panning-state-in-xf86RandR12ScreenSetSize.patch | ||
u_pci-primary-Fix-up-primary-PCI-device-detection-for-the-platfrom-bus.patch | ||
u_render-Cast-color-masks-to-unsigned-long-before-shifting-them.patch | ||
u_Use-better-fallbacks-to-generate-cookies-if-arc4rand.patch | ||
u_vesa-Add-VBEDPMSGetCapabilities-VBEDPMSGet.patch | ||
U_Xi-Do-not-try-to-swap-GenericEvent.patch | ||
U_Xi-Verify-all-events-in-ProcXSendExtensionEvent.patch | ||
U_Xi-Zero-target-buffer-in-SProcXSendExtensionEvent.patch | ||
u_xorg-server-xdmcp.patch | ||
u_xorg-wrapper-build-Build-position-independent-code.patch | ||
u_xorg-wrapper-Drop-supplemental-group-IDs.patch | ||
xorg-backtrace | ||
xorg-server-1.19.3.tar.bz2 | ||
xorg-server-provides | ||
xorg-x11-server-byte-order.patch | ||
xorg-x11-server.changes | ||
xorg-x11-server.macros.in | ||
xorg-x11-server.spec | ||
xorgcfg.tar.bz2 |
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).