Commit Graph

501 Commits

Author SHA256 Message Date
6dc751702f - make use of update-alternatives for libglx.so (FATE#317822)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=534
2014-08-12 12:35:17 +00:00
c982de63ac Add bug id to changelog - (bnc#890599).
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=532
2014-08-07 17:47:56 +00:00
e24268dc7a - Change U_ to u_ as these patches are not upstream yet:
* u_render-Don-t-generate-invalid-pixman-format-when-using-a-24bpp-framebuffer-with-a-32bit-depth-visual.patch
  * u_fb-Correctly-implement-CopyArea-when-using-a-window-with-depth-32-and-24bpp.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=531
2014-08-07 17:37:26 +00:00
64dea9ecde Accepting request 243884 from home:tiwai:branches:X11:XOrg
- Fix corrupted graphics with 24bpp on cirrus KMS (bnc#890599)
  two patches added:
  U_render-Don-t-generate-invalid-pixman-format-when-using-a-24bpp-framebuffer-with-a-32bit-depth-visual.patch
  U_fb-Correctly-implement-CopyArea-when-using-a-window-with-depth-32-and-24bpp.patch

OBS-URL: https://build.opensuse.org/request/show/243884
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=530
2014-08-07 14:57:57 +00:00
4fe2418668 - U_BellProc-Send-bell-event-on-core-protocol-bell-when-requested.patch
Send XKB bell event on core protocol bell if such an event is requested.
  This allows to override the system beep by a desktop provided sound
  instead of silently ignore it (bnc#890323).

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=528
2014-08-05 06:23:18 +00:00
b7864b65ed Accepting request 241363 from home:tobijk:X11:XOrg
- Update to version 1.16.0 (final):
  + Glamor integration. This GL-based X acceleration subsystem now
    offers reasonable performance that avoids software fall backs much
    of the time.
  + XWayland. This provides an X server integrated into a Wayland
    window system. It uses Glamor for rendering, and so avoids most of
    the performance problems inherent in window system layering.
  + systemd integration. This provides for systemd-based launching and
    management which improves boot performance and reliability
  + Elimination of thousands of compiler warnings. We've been slowly
    adding more and more compiler flags to the stock X build to warn us
    of unsafe coding practices. Version 1.16 finally addresses the
    enormous list of these warnings.
  + Glamor for Xephyr. This X-on-X implementation now serves as the
    primary development environment for our new 2D acceleration
    subsystem, permitting rapid development and testing on a single
    machine.
  + Non-PCI device support. Many graphics devices are not enumerated
    with the standard PCI APIs; now the X server can auto-detect and
    configure them as it does in more conventional systems.

OBS-URL: https://build.opensuse.org/request/show/241363
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=526
2014-07-18 06:48:48 +00:00
e1373b34c4 - update to 1.16RC4
* non-PCI device support stuff merged 
- supersedes u_arch-Fix-image-and-bitmap-byte-order-for-ppc64le.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=524
2014-07-09 13:28:24 +00:00
7429592527 Accepting request 236387 from home:tobijk:X11:XOrg
Update to version 1.15.99.903 (1.16RC3)

OBS-URL: https://build.opensuse.org/request/show/236387
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=522
2014-06-06 12:25:30 +00:00
49cb1d999d - u_render-Cast-color-masks-to-unsigned-long-before-shifting-them.patch:
Make sure result of shift operation fits into type of variable. This
  fixes finding the correct visual for RENDER with a BGRA framebuffer
  (bnc#876757).

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=520
2014-05-30 23:47:45 +00:00
5cd006c211 - %post:
* move SaX2 generated xorg.conf file to xorg.conf.sle11
    Only in very rare cases a static X configuration is still
    required on sle12. And, in some cases the migration from a
    static sle11 X configuration to a static sle12 X configuration
    is not possible at all, e.g. some video and input drivers
    are no longer available on sle12. In short, trying to migrate
    will result in more harm than benefit. (bnc#877315)
  * remove dangling link /etc/X11/XF86Config (bnc#879360, comment#15)
  * prevent %postun of NVIDIA/fglrx driver packages from
    restoring xorg.conf backup or running sax2 as fallback
    to create a new xorg.conf (bcn#877315)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=519
2014-05-28 11:03:19 +00:00
ebc18c5647 - Fix crash in abnormal condition (bnc#879666, bnc#879489):
* u_connection-avoid-crash-when-CloseWellKnownConnections-gets-called-twice.patch
    Fix a crash when CloseWellKnownConnections() gets called twice.
    This can happen if FatalError() is called in the shutdown procedure.
  * u_CloseConsole-Don-t-report-FatalError-when-shutting-down.patch
    Don't call FatalError() on errors in console ioctls when in shutdown.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=518
2014-05-24 10:37:00 +00:00
7b5feca9a2 - Added n_xserver-optimus-autoconfig-hack.patch for FATE#316410. This
is a little hack to make the X server autoconfigure the output sinks
  for Optimus laptops.  This lets them automatically use outputs that
  are only wired to a certain GPU. To be removed once our desktop
  tools can configure this easily.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=517
2014-05-19 11:01:26 +00:00
f4d8ffce9b Accepting request 233726 from home:tobijk:X11:XOrg
update to newer snapshot

OBS-URL: https://build.opensuse.org/request/show/233726
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=515
2014-05-13 13:54:02 +00:00
a29b6ab496 Accepting request 232245 from home:lbssousa:branches:X11:XOrg
- Add new patches to make non-seat0 X servers work properly with non-KMS video drivers:
  + u_xfree86-allow-fallback-to-PCI-bus-probe-for-non-seat0-seats.patch
  + u_xfree86-add-new-key-MatchSeat-to-xorg-conf.patch
  + u_xfree86-add-short-description-about-MatchSeat-key-in-xorg-conf-man-page.patch

OBS-URL: https://build.opensuse.org/request/show/232245
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=513
2014-05-05 12:10:21 +00:00
42569c91ea - added missing pkgconfig(xf86dgaproto) BuildRequires
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=512
2014-04-28 09:02:48 +00:00
3183fd02c4 - N_fix_XWAYLAND_SCANNER_undefined.diff
* handle undefined XWAYLAND_SCANNER_RULES in configure; fix
    compilation for openSUSE 12.3

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=511
2014-04-28 01:11:33 +00:00
50b0524527 Accepting request 231613 from home:StefanBruens:branches:X11:XOrg
fix compilation for 12.3

OBS-URL: https://build.opensuse.org/request/show/231613
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=510
2014-04-28 01:06:02 +00:00
9141005c33 Accepting request 231330 from home:tobijk:X11:XOrg
- Add missing BuildRequires

OBS-URL: https://build.opensuse.org/request/show/231330
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=508
2014-04-25 08:40:58 +00:00
1d006df19b Accepting request 229516 from home:tobijk:X11:XOrg
Ooops, forgot you havent included the X11:Wayland Repository.
1) You could take this and disable XWayland for 13.1 and below, or
2) Add <path project="X11:Wayland" repository="openSUSE_13.1"/> to the Meta Section of 13.1, so we could at least test this with 13.1

OBS-URL: https://build.opensuse.org/request/show/229516
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=506
2014-04-09 14:54:54 +00:00
4dd8b1fa65 Accepting request 229440 from home:tobijk:X11:XOrg
Update to latest development version
(official archive is corrupt -> take files directly from git)

OBS-URL: https://build.opensuse.org/request/show/229440
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=505
2014-04-09 10:08:57 +00:00
f1bb566c92 Accepting request 227099 from home:coolo:branches:openSUSE:Factory
- obsolete glamor-devel from the correct package

OBS-URL: https://build.opensuse.org/request/show/227099
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=503
2014-03-22 09:36:37 +00:00
b8d048e1e0 - obsolete also glamor and glamor-devel in addition to glamor-egl
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=502
2014-03-21 09:40:55 +00:00
8e590733ee Accepting request 226650 from home:tobijk:X11:XOrg
X11:XOrg is unstable anyway, time for some more bleeding edge software :)

OBS-URL: https://build.opensuse.org/request/show/226650
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=501
2014-03-19 14:38:37 +00:00
50a52dae28 - u_arch-Fix-image-and-bitmap-byte-order-for-ppc64le.patch:
arch: Fix image and bitmap byte order for ppc64le (bnc#865069)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=499
2014-02-24 14:11:01 +00:00
0e12ede476 - remove creation of libxf86config which was once used bu SaX2.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=497
2014-02-07 17:37:16 +00:00
a2faaea1b9 Accepting request 215606 from home:lbssousa:branches:X11:XOrg
- Rename u_keep_non_seat0_x_server_from_touching_vts.patch to U_keep_non_seat0_x_server_from_touching_vts.patch, since it's now upstreamed.
  * See: http://cgit.freedesktop.org/xorg/xserver/commit/?id=46cf2a60934076bf568062eb83121ce90b6ff596

OBS-URL: https://build.opensuse.org/request/show/215606
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=495
2014-01-30 11:17:18 +00:00
b9e33120da Accepting request 214078 from home:sndirsch:branches:X11:XOrg
- removed N_randr_fix_abi.patch, since it caused the crash with
  current NVIDIA drivers built against xorg-server 1.15 (bnc#858827)

OBS-URL: https://build.opensuse.org/request/show/214078
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=493
2014-01-16 09:47:08 +00:00
0fa3951d01 - changed license back to MIT, since xf4nc is no longer patched
into X.Org sources (bnc#856905)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=492
2014-01-07 16:02:42 +00:00
682c84005c Accepting request 212756 from home:elvigia:branches:X11:XOrg
- Also build with --disable-linux-apm as lnx_apm.lo is still
  built even if --disable-linux-acpi is used.
  Both are obsolete and very likely dangerous to use nowadays.

OBS-URL: https://build.opensuse.org/request/show/212756
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=490
2014-01-07 13:28:48 +00:00
5d24b0822d Accepting request 212443 from home:tobijk:X11:XOrg
Update to version 1.15.0

OBS-URL: https://build.opensuse.org/request/show/212443
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=488
2014-01-03 05:12:05 +00:00
3682b07f83 Accepting request 211840 from home:tobijk:X11:XOrg
update to version 1.14.99.905 (1.15 RC5)

OBS-URL: https://build.opensuse.org/request/show/211840
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=486
2013-12-20 11:39:44 +00:00
548d7868e7 Accepting request 211037 from home:lbssousa:branches:X11:XOrg
-  Add u_keep_non_seat0_x_server_from_touching_vts.patch
   * See: http://cgit.freedesktop.org/~jwrdegoede/xserver/commit/?id=405e2805d3903a8a631f01924593a227c634f05d
   * Pull request to main xserver git tree scheduled after 1.15 release

OBS-URL: https://build.opensuse.org/request/show/211037
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=484
2013-12-17 14:19:40 +00:00
3918e2962c Accepting request 210810 from home:michalsrb:branches:X11:XOrg
- u_exa-only-draw-valid-trapezoids.patch
  * Fix possible x server crash using invalid trapezoids.
    (bnc#853846 CVE-2013-6424)

OBS-URL: https://build.opensuse.org/request/show/210810
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=482
2013-12-13 16:25:15 +00:00
63af0702ac - Changed patch numbering, reordered patches to group
SUSE specific and to-be-upstreamed patches.
- Added descriptions to a number of patches.
- Renamed some patches:
  * N_p_default-module-path.diff ->
    N_default-module-path.diff
  * n_xorg-x11-server-rpmmacros.patch ->
    N_xorg-x11-server-rpmmacros.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=480
2013-12-12 14:33:35 +00:00
34680956c9 Accepting request 210585 from home:tobijk:X11:XOrg
use the now released "official" snapshot and add more information to the changes entry

OBS-URL: https://build.opensuse.org/request/show/210585
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=479
2013-12-12 10:17:31 +00:00
7286d85738 - Dropped:
* N_0001-Check-harder-for-primary-PCI-device.patch
    Whith libpciaccess code path irrelevant for Linux. 
  * N_0001-Fix-segfault-when-killing-X-with-ctrl-alt-backspace.patch
    Solved differently upstream
  * N_bug-197858_dpms.diff
    This one is upstream already - apparently nobody check this when
    it no longer applied...
  * N_bug534768-prefer_local_symbols.patch
    Upstream has a better suggestion how to solve this. However this
    patch is no longer needed     
  * N_dpms_screensaver.diff
    This topic was solved slightly differently upstream - still patch
    got ported without checking it's context.
  * N_randr1_1-sig11.diff
    No longer needed. Problem was fixed differently upstream.
  * u_vgaHW-no-legacy.patch
    Problem solved in the nv driver.
- Renamed:
  Those patches will go upstream, thus they are prefixed by a u_:
  * n__confine_to_shape.diff ->  u_confine_to_shape.diff
  * N_fbdevhw.diff -> u_fbdevhw.diff
  * n_x86emu-include-order.patch -> u_x86emu-include-order.patch
  * N_xorg-server-xdmcp.patchA -> u_xorg-server-xdmcp.patch
  Those patches no longer apply but are kept for reference thus prefixed by b_:
  * N_0001-Prevent-XSync-Alarms-from-senslessly-calling-CheckTr.patch ->
    b_0001-Prevent-XSync-Alarms-from-senslessly-calling-CheckTr.patch
  * N_cache-xkbcomp-output-for-fast-start-up.patch ->
    b_cache-xkbcomp-output-for-fast-start-up.patch
  * N_sync-fix.patch -> b_sync-fix.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=478
2013-12-11 15:46:05 +00:00
9df95a7189 Accepting request 210557 from home:tobijk:X11:XOrg
update to 1.14.99.904

OBS-URL: https://build.opensuse.org/request/show/210557
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=477
2013-12-11 14:33:07 +00:00
ccd9266526 - removed no longer applied n_Xvnc-pthread.diff from package
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=476
2013-12-05 12:19:01 +00:00
80184ab41e - No longer specify download URL in Source0, always fails with 'osc service localrun download_files' anyway
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=475
2013-11-30 03:07:54 +00:00
b9986d7fcb Accepting request 208931 from home:tobijk:X11:XOrg
Update to version 1.15RC3 #2

OBS-URL: https://build.opensuse.org/request/show/208931
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=474
2013-11-30 02:58:15 +00:00
5bf0ba1259 - fix patch name in changelog file
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=472
2013-11-28 13:10:51 +00:00
93a9e99bf2 Accepting request 208797 from home:lbssousa:branches:X11:XOrg
Now with patch name fixed :-)

OBS-URL: https://build.opensuse.org/request/show/208797
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=471
2013-11-28 13:10:09 +00:00
4e701afa49 Accepting request 205990 from home:Andreas_Schwab:Factory
- N_x86emu-include-order.patch: Change include order to avoid conflict
  with system header, remove duplicate definitions

OBS-URL: https://build.opensuse.org/request/show/205990
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=469
2013-11-25 16:36:46 +00:00
Tomáš Chvátal
1ffe4a28c4 Just add bnc number for compat reasons.
* Fixes compatibility with nvidia binary drivers. (bnc#849152)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=467
2013-11-06 09:28:40 +00:00
Tomáš Chvátal
d02ce72bd6 Accepting request 205546 from home:michalsrb:branches:X11:XOrg
- N_randr_fix_abi.patch
  * Fixes compatibility with nvidia binary drivers.

OBS-URL: https://build.opensuse.org/request/show/205546
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=466
2013-11-05 08:40:55 +00:00
df16a98b5b - Update to prerelease 1.14.4-rc1 (1.14.3.901)
* bugfixes
  * fixes for security issue CVE-2013-4396
- obsoletes u_Avoid-use-after-free-in-dix-dixfonts.c-doImageText.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=464
2013-10-28 08:10:57 +00:00
93fbf7ad2a Accepting request 204805 from home:michalsrb:branches:X11:XOrg
- Add U_randr_dont_directly_set_changed_bits_in_randr_screen.patch,
  U_randr_report_changes_when_we_disconnect_a_GPU_slave.patch,
  u_randr_send_rrproviderchangenotify_event.patch,
  u_randr_send_rrresourcechangenotify_event.patch,
  u_randr_deliver_output_and_crtc_events_of_attached_output.patch,
  u_randr_allow_rrselectinput_for_providerchange_and_resourcechange_events.patch
  * Send randr 1.4 events to allow tools to react to new providers. (fate#316408, fate#316409)

OBS-URL: https://build.opensuse.org/request/show/204805
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=463
2013-10-25 12:57:39 +00:00
bbc5acff6c - u_Avoid-use-after-free-in-dix-dixfonts.c-doImageText.patch
* Fixes a security issue, in which an authenticated X client
   can cause an X server to use memory after it was freed, 
   potentially leading to crash and/or memory corruption.
   (CVE-2013-4396, bnc#843652)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=461
2013-10-15 13:48:46 +00:00
0f0c8af996 Accepting request 199030 from home:tobijk:X11:XOrg
update to version 1.14.3

OBS-URL: https://build.opensuse.org/request/show/199030
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=459
2013-09-16 09:19:09 +00:00
a3c9eed729 - removed modprobe options for NVIDIA kernel module, since these
have been moved to the NVIDIA packages themselves

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=457
2013-09-10 09:35:32 +00:00