SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for xorg-x11-server-extra-7.6_1.13.2-1.1.x86_64.rpm :
Wed Dec 17 13:00:00 2014 msrbAATTsuse.com
- Add and update security patches. (bnc#907268, CVE-2014-8091,
CVE-2014-8092, CVE-2014-8093, CVE-2014-8094, CVE-2014-8095,
CVE-2014-8096, CVE-2014-8097, CVE-2014-8098, CVE-2014-8099,
CVE-2014-8100, CVE-2014-8101, CVE-2014-8102, CVE-2014-8103)
+ U_Xi_fix_modifier_offset_in_XIPassiveGrab_swapping_function.patch
+ U_Xi_unvalidated_lengths_in_Xinput_extension.patch
+ U_Xv_unvalidated_lengths_in_XVideo_extension_swapped_procs.patch
+ U_dbe_unvalidated_lengths_in_DbeSwapBuffers_calls.patch
+ U_dix_integer_overflow_in_GetHosts.patch
+ U_dix_integer_overflow_in_ProcPutImage.patch
+ U_dix_integer_overflow_in_REQUEST_FIXED_SIZE.patch
+ U_dix_integer_overflow_in_RegionSizeof.patch
+ U_dri2_integer_overflow_in_ProcDRI2GetBuffers.patch
+ U_glx_Add_safe__add_mul_pad.patch
+ U_glx_Additional_paranoia_in___glXGetAnswerBuffer___GLX_GET_ANSWER_BUFFER.patch
+ U_glx_Be_more_paranoid_about_variable_length_requests.patch
+ U_glx_Be_more_strict_about_rejecting_invalid_image_sizes.patch
+ U_glx_Fix_image_size_computation_for_EXT_texture_integer.patch
+ U_glx_Fix_mask_truncation_in___glXGetAnswerBuffer.patch
+ U_glx_Integer_overflow_protection_for_non_generated_render_requests.patch
+ U_glx_Length_checking_for_GLXRender_requests.patch
+ U_glx_Length_checking_for_RenderLarge_requests.patch
+ U_glx_Length_checking_for_non_generated_single_request.patch
+ U_glx_Length_checking_for_non_generated_vendor_private_requests.patch
+ U_glx_Pass_remaining_request_length_into_varsize.patch
+ U_glx_Request_length_checks_for_SetClientInfoARB.patch
+ U_glx_Top_level_length_checking_for_swapped_VendorPrivate_requests.patch
+ U_randr_unvalidated_lengths_in_RandR_extension_swapped_procs.patch
+ U_render_check_request_size_before_reading_it.patch
+ U_render_unvalidated_lengths_in_Render_extn_swapped_procs.patch
+ U_unchecked_malloc_may_allow_unauthed_client_to_crash_Xserver.patch
+ U_xcmisc_unvalidated_length_in_SProcXCMiscGetXIDList.patch
+ U_xfixes_unvalidated_length_in_SProcXFixesSelectSelectionInput.patch
+ U_dbe_Call_to_DDX_SwapBuffers_requires_address_of_int_not_unsigned_int.patch
+ U_dix_GetHosts_bounds_check_using_wrong_pointer_value.patch
+ U_dix_Missing_parens_in_REQUEST_FIXED_SIZE_macro.patch
- U_fb_Fix_Bresenham_algorithms_for_commonly_used_small_segments.patch

* Fixes rendering of some icewm and xfwm themes. (bnc#908258, bnc#856931)

Tue Apr 15 14:00:00 2014 msrbAATTsuse.com
- u_dri2_fix-detection-of-wrong-prime_id-in-getscreenprime.patch

* Do not crash when out of range DRI_PRIME is used. (bnc#846352)

Mon Dec 16 13:00:00 2013 msrbAATTsuse.com
- u_exa-only-draw-valid-trapezoids.patch

* Fix possible x server crash using invalid trapezoids.
(bnc#853846 CVE-2013-6424)

Mon Oct 21 14:00:00 2013 sndirschAATTsuse.com
- 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)

Fri Sep 13 14:00:00 2013 multyrealmAATTgmail.com
- xorg-evdev-touchscreen-jumping-cursor.patch

* DDXTouchPointInfoRec.valuators used to store axis values after transform.
This resulted in Coordinate Transformation Matrix
being applied multiple times to the last coordinates,
in the case when only pressure changes in the last touch event.
Changed DDXTouchPointInfoRec.valuators to store values before transform.
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=49347

Fri Jul 5 14:00:00 2013 sweet_f_aAATTgmx.de
- U_Revert-kinput-allocate-enough-space-for-null-charact.patch

* fix Xephyr incorrect commandline arguments parsing (bnc#828364)

Wed Jun 19 14:00:00 2013 sndirschAATTsuse.com
- U_os-Reset-input-buffer-s-ignoreBytes-field.patch

* If a client sends a request larger than maxBigRequestSize,
the server is supposed to ignore it.
Before commit cf88363d, the server would simply disconnect
the client. After that commit, it attempts to gracefully
ignore the request by remembering how long the client
specified the request to be, and ignoring that many bytes.
However, if a client sends a BigReq header with a large size
and disconnects before actually sending the rest of the
specified request, the server will reuse the ConnectionInput
buffer without resetting the ignoreBytes field. This makes
the server ignore new X clients\' requests.
This fixes that behavior by resetting the ignoreBytes field
when putting the ConnectionInput buffer back on the
FreeInputs list. (bnc#815583)

Thu Jun 6 14:00:00 2013 msrbAATTsuse.com
- u_xserver_xvfb-randr.patch

* Add randr support to Xvfb (bnc#823410)

Mon Apr 29 14:00:00 2013 sndirschAATTsuse.de
- U_xf86-fix-flush-input-to-work-with-Linux-evdev-device.patch

* So when we VT switch back and attempt to flush the input
devices, we don\'t succeed because evdev won\'t return part
of an event, since we were only asking for 4 bytes, we\'d
only get -EINVAL back. This could later cause events to be
flushed that we shouldn\'t have gotten.
This is a fix for CVE-2013-1940. (bnc#814653)

Wed Feb 20 13:00:00 2013 sndirschAATTsuse.com
- added u_init_framebuffer_base.patch: initialize buffer.base to fix
Xorg segfault in virtualbox guest (bnc#799480)

Thu Jan 31 13:00:00 2013 tobias.johannes.klausmannAATTmni.thm.de
- Update to version 1.13.2:
No commits since rc1.
Commits from rc1:
+ EnableDisableExtensionError: Use ARRAY_SIZE rather than sentinel
+ glx/dri2: initialise api to avoid indirect rendering failing randomly
+ XQuartz: Avoid a possible deadlock with DRI on OS X 10.7.5 and OS
X 10.8.2
+ XQuartz: Add some verbose logging to debug xp_lock_window being
unbalanced
+ XQuartz: Don\'t add the 15bit visual any more
+ version bump for 1.13.1.901 (rc1)
+ vfb: Initialize the GLX extension again.

Thu Jan 10 13:00:00 2013 sndirschAATTsuse.com
- disabled build of VNC (xf4vnc), which finally has been replaced
by the seperate xorg-x11-Xvnc source package (tigervnc)

Tue Jan 8 13:00:00 2013 sndirschAATTsuse.com
- let xorg-x11-server require xkeyboard-config again, since Xvfb
is part of this package and requires keyboard files as well
(bnc#797124)

Fri Dec 14 13:00:00 2012 tobias.johannes.klausmannAATTmni.thm.de
- Update to version 1.13.1:
- Remove upstreamed patches: (double checked)
+ U_EXA-Track-source-mask-pixmaps-more-explicitly-for-Co.patch
- Removed unrecognized configure options
+ \"--enable-builddocs\"

Tue Nov 27 13:00:00 2012 wernerAATTsuse.de
- Let the old Xfig program find the ghostscript fonts (bnc#784305)

Mon Nov 12 13:00:00 2012 fcrozatAATTsuse.com
- Update N_autoconfig_fallback_fbdev_first.diff to ensure
modesetting driver is used before fbdev.

Tue Oct 30 13:00:00 2012 sndirschAATTsuse.com
- U_EXA-Track-source-mask-pixmaps-more-explicitly-for-Co.patch
Track source/mask pixmaps more explicitly for Composite fallback regions.
In particular, make sure pExaScr->src/maskPix are cleared when the
corresponding pictures aren\'t associated with drawables, i.e. solid or
gradient pictures. Without this, we would in some cases associate the
source/mask region with unrelated pixmaps from previous Composite
fallbacks, resulting in random corruption. (bnc#786153, fdo#47266)

Mon Oct 15 14:00:00 2012 sndirschAATTsuse.com
- u_vgaHW-no-legacy.patch

* likely fixes build on ppc

Mon Sep 24 14:00:00 2012 opensuseAATTcboltz.de
- /usr/bin/Xorg is no longer listed in /etc/permissions - remove
%set_permissions and %verify_permissions and re-enable rpm permission
check (bnc#632737 #c27)

Thu Sep 20 14:00:00 2012 sndirschAATTsuse.com
- N_driver-autoconfig.diff

* \"ati\" needs to be the second choice right after \"fglrx\"; there
must not be a gap between \"fglrx\" and \"ati\" introduced by
removing \"radeonhd\" from this list by the previous change

Tue Sep 18 14:00:00 2012 sndirschAATTsuse.com
- N_driver-autoconfig.diff:

* removed radeonhd and unichrome from driver list, since no
longer supported upstream

Wed Aug 8 14:00:00 2012 tobias.johannes.klausmannAATTmni.thm.de
- Update to version 1.13.0:
+ Packaging changes:
- Unify naming of patches
- Drop upstreamed patches: 223, 224, 300 - 310 (double checked)
- Remove patch pio_ia64.diff - not applicable anymore
- Remove patch xserver-bg-none-root.patch - not applicable anymore
- Remove patch bug474071-fix1.diff - not appliable anymore
- Remove patch pci-legacy-mem-fallback.diff - not applicable anymore
- Remove patch pu_fixes.diff - not applicable anymore (xaa is gone)

Sun Jul 22 14:00:00 2012 sndirschAATTsuse.com
- u_Do-not-use-intel-driver-on-Poulsbo-Oaktrail-Medfield.patch

* Do not use intel driver on Poulsbo, Oaktrail, Medfield, CDV.
IDs stolen from Kernel psb driver. (bnc#772279)

* obsoletes xorg-detect-psb.patch

Tue Jul 17 14:00:00 2012 sndirschAATTsuse.com
- renamed patches of previous change according to our policy
u_
* --> U_
* (since these were rebased on upstream patches)

Fri Jul 13 14:00:00 2012 badshah400AATTgmail.com
- Add patches u_dri2_add_DRI2CreateDrawable2.patch and
u_0012-glx_Free_reference_to_destroyed_GLX_drawable.patch to fix
seemingly random crashes of the X stack [bnc#769553]; patches
came from upstream git commits, and were rebased to apply to
present version cleanly.

Mon Jul 9 14:00:00 2012 tobias.johannes.klausmannAATTmni.thm.de
- Update to Version 1.12.3
+ The third stable update to the X.Org X server 1.12 series is now available.
A few smaller changes only since the second RC, some memory leak fixes and two
fixes to avoid out-of-bounds array access.

Tue Jun 26 14:00:00 2012 sndirschAATTsuse.com
- removed redundant buildrequires to xorg-x11 meta package

Thu Jun 14 14:00:00 2012 sndirschAATTsuse.com
- change xorg-x11 requires to a requires for xkbcomp (xorg-x11 is
meanwhile a meta package, which requires any X sample app
package); background: Xserver uses xkbcomp on startup for
creating the cache file for xkb keyboard map.

Fri Jun 8 14:00:00 2012 sndirschAATTsuse.com
- let xorg-x11-server require Mesa, since that package includes
the DRI drivers (including the \"swrast\" DRI driver for software
rendering), which are required by GLX and AIGLX extensions
(bnc#765241)

Wed May 30 14:00:00 2012 tobias.johannes.klausmannAATTmni.thm.de
- Update to version 1.12.2

Fri May 25 14:00:00 2012 sndirschAATTsuse.com
- no longer use obsolete %run_permissions; replaced it by
%set_permissions (bnc#764101)

Tue May 22 14:00:00 2012 sndirschAATTsuse.com
- added patches to implement GLX_ARB_create_context extensions
required for OpenGL 3.0 support (not upstream yet)

Wed May 9 14:00:00 2012 sndirschAATTsuse.com
- changed pixman-1-0 requires to version 0.24 (bnc#759537)

Wed Apr 25 14:00:00 2012 sndirschAATTsuse.com
- remove BuildRequires to ghostscript-library, since it conflicts
with ghostscript-mini apparently now required by some other
package

Wed Apr 18 14:00:00 2012 mgorseAATTsuse.com
- Rebase VNC patches
Rebase confine_to_shape.diff

Sun Apr 15 14:00:00 2012 dimstarAATTopensuse.org
- Update to version 1.12.1
- Drop xorg-docs-1.6.tar.bz2: the docs are provided in a sep.
package.
- Add ABI Provides verification:
+ pre_checkin.sh to be launched with --tar before checkin (no
parameter given will try to do the right thing).
+ pre_checkin.sh is used during build to verify that the ABI
values match the expectations, to ensure we provide by rpm what
the binaries do.
- Add rpm macro file, allowing driver and input packages to specify
%x11_abi_videodrv_req, %x11_abi_xinput_req.
- Rebased patches to apply on 1.12.1 code base:
+ 0001-Check-harder-for-primary-PCI-device.patch
+ 0001-Fix-segfault-when-killing-X-with-ctrl-alt-backspace.patch
+ autoconfig_fallback_fbdev_first.diff
+ bug534768-prefer_local_symbols.patch
+ dpms_screensaver.diff
+ driver-autoconfig.diff
+ fbdevhw.diff
+ fix-dpi-values.diff
+ fix_fglrx_screendepth_issue.patch
+ p_default-module-path.diff
+ pu_fixes.diff
+ p_xnest-ignore-getimage-errors.diff
+ randr1_1-sig11.diff
+ vidmode-sig11.diff
+ xorg-detect-psb.patch
+ xorg-server-xdmcp.patch
+ zap_warning_xserver.diff
+ sync-fix.patch
- Drop upstream fixed patches:
+ U_dix-on-PointerRootWin-send-a-FocusIn-to-the-sprite-w.patch
+ U_dix-send-focus-events-to-the-immediate-parent-44079.patch
+ U_Don-t-call-deleted-Block-WakeupHandler.patch
+ u_OS-acpi-Reconnect-to-acpid-when-it-gets-restarted.patch
+ u_record-fix-sig11.patch

Thu Mar 22 13:00:00 2012 jengelhAATTmedozas.de
- Parallel build with %_smp_mflags; strip redundant sections/tags
- Use pkgconfig symbols for BuildRequires/Requires

Tue Feb 28 13:00:00 2012 sndirschAATTsuse.com
- fixed buildreqs due to reorganization of libvnc/vncproto

Thu Feb 9 13:00:00 2012 sndirschAATTsuse.com
- fixed buildreqs due to splitted xorg-x11-libs

Fri Jan 13 13:00:00 2012 sndirschAATTsuse.com
- added /usr/share/fonts/misc/sgi to Xserver core font rendering
fontpath (bnc#738961)

Tue Jan 10 13:00:00 2012 sndirschAATTsuse.com
- U_dix-send-focus-events-to-the-immediate-parent-44079.patch/
U_dix-on-PointerRootWin-send-a-FocusIn-to-the-sprite-w.patch

* fixed very visible bug in XI2 handling exposed by a gtk+
bugfix (bnc #740332, fdo #44079)

Wed Nov 30 13:00:00 2011 roAATTsuse.de
- also package list.h in s390 so that sax2-tools can build

Mon Nov 28 13:00:00 2011 roAATTsuse.de
- complete s390 fixes

Mon Nov 28 13:00:00 2011 roAATTsuse.de
- fix build on s390/s390x

Sun Nov 20 13:00:00 2011 cooloAATTsuse.com
- add libtool as buildrequire to avoid implicit dependency

Wed Nov 9 13:00:00 2011 sndirschAATTsuse.com
- u_record-fix-sig11.patch

* If you aren\'t using the Record extension (and you aren\'t), you
can work around the bug by moving the code which accesses the
(non-existant) request buffer inside the loop looking at the
recording contexts (of which there should be none).
(bnc #728964, fdo #36930)

Tue Oct 18 14:00:00 2011 eichAATTsuse.com
- U_Don-t-call-deleted-Block-WakeupHandler.patch:
Don\'t call deleted Bloxk/WakeupHandler() - this avoids
crashes when handlers are unregistered from within a handler
which are in the call chain behind the current handler
(bnc #723777).

Tue Oct 18 14:00:00 2011 eichAATTsuse.com
- zap_warning_xserver.diff:
Fix man page to match changed behavior.

Tue Sep 6 14:00:00 2011 sndirschAATTsuse.com
- update to xorg-server 1.10.4
- VNC patches completely redone by Egbert Eich (N-VNC-
*)
- Xvnc-pthread.diff: small buildfix required for factory
- removed obsolete patches

* EXA-mixed-ModifyPixmapHeader-pitch-fixes.-bug-33929.patch

* Replace-malloc-with-calloc-to-initialize-the-buffers.patch

* U_xserver_fix-pixmaps-lifetime-tracking.patch

* commit-5c6a2f9.diff

* pad-size-of-system-memory-copy-for-1x1-pixmaps

* record-avoid-crash-when-calling-RecordFlushReplyBuff.patch

* xorg-server-stop-cpu-eating.diff
- adjusted patches

* bug534768-prefer_local_symbols.patch

* zap_warning_xserver.diff
- disabled patches for now

* 0001-Xinput-Catch-missing-configlayout-when-deleting-dev.patch

* cache-xkbcomp-output-for-fast-start-up.patch

* xserver-bg-none-root.patch

* 0001-Prevent-XSync-Alarms-from-senslessly-calling-CheckTr.patch
- set VIDEO_ABI_VERSION = 10 and INPUT_ABI_VERSION = 12 in specfile

Tue Aug 30 14:00:00 2011 sndirschAATTsuse.com
- U_xserver_fix-pixmaps-lifetime-tracking.patch

* avoid crash when enabling the desktop icons in gnome3
(bnc#701199)

Mon Aug 29 14:00:00 2011 sndirschAATTsuse.com
- u_xf4nvc_missing-libz.patch

* Xvnc no longer can rely on the toolchain to add the required
libs, it uses directly.

Fri Jul 8 14:00:00 2011 eichAATTsuse.de
- update:

* randr1_1-sig11.diff
removed accidentally forgotten debugging code.

* u_OS-acpi-Reconnect-to-acpid-when-it-gets-restarted.patch
made socket non-blocking. Idea taken from a pach for SLES11.

Thu Jul 7 14:00:00 2011 eichAATTsuse.de
- don\'t look for 10-evdev.conf for anything older than 11.3
(this includes SLE-11).

Thu Jul 7 14:00:00 2011 eichAATTsuse.de
- remove use-last-screen.patch:
This patch has been rejected upstream. We will try to resolve
this issue differently by not providing any screen, monitor or
device section.

Thu Jul 7 14:00:00 2011 eichAATTsuse.de
- remove disable-fbblt-opt.diff:
We are unable to reproduce this issue any more.
So let\'s remove the workaround and start from scratch
when issue resurfaces and find a proper fix.

Wed Jul 6 14:00:00 2011 eichAATTsuse.de
- fixed bug-197858_dpms.diff:
removed pieces that have been solved differently today.

Wed Jul 6 14:00:00 2011 eichAATTsuse.de
- remove moblin-use_preferred_mode_for_all_outputs.diff:
remove moblin specific patches.

Tue Jul 5 14:00:00 2011 eichAATTsuse.de
- rename edit_data_sanity_check.diff -> edid_data_sanity_check.diff

Tue Jul 5 14:00:00 2011 eichAATTsuse.de
- remove p_xkills_wrong_client.diff:
made obsolete by commit b7f3618f.

Tue Jul 5 14:00:00 2011 eichAATTsuse.de
- remove xorg-server-1.8.0.diff:
issue is now resolved in spec file.

Tue Jul 5 14:00:00 2011 eichAATTsuse.de
- fix zap_warning_fix.diff:
recover from noisy people.

Tue Jul 5 14:00:00 2011 eichAATTsuse.de
- remove p_xorg_acpi.diff
add u_OS-acpi-Reconnect-to-acpid-when-it-gets-restarted.patch
removed redundant error message.

Mon Jul 4 14:00:00 2011 eichAATTsuse.de
- remove mouse.diff:
Never understood what this patch was good for.

Mon Jul 4 14:00:00 2011 eichAATTsuse.de
- remove p_bug96328.diff:
/dev/input/mice is the default mouse for X -configure
on Linux for a long time already.

Mon Jul 4 14:00:00 2011 eichAATTsuse.de
- remove xephyr.diff:
solved by configure options in spec file.

Mon Jul 4 14:00:00 2011 eichAATTsuse.de
- remove libdrm.diff:
not needed any more, drivers seem to be fixed.

Mon Jul 4 14:00:00 2011 eichAATTsuse.de
- remove xorg-docs.diff:
solved in spec file.

Mon Jul 4 14:00:00 2011 eichAATTsuse.de
- remove pixman.diff:
Doesn\'t seem to be needed any more.

Mon Jul 4 14:00:00 2011 eichAATTsuse.de
- remove xorg-x11-nonroot-vesa.patch, org-server-nohwaccess.diff:
There are other things missing to make those patches useful.

Fri Jul 1 14:00:00 2011 eichAATTsuse.de
- remove: xserver-1.6.1-nouveau.patch.
This patch was only cosmetic.

Fri Jul 1 14:00:00 2011 eichAATTsuse.de
- remove: CVE-2010-2240-address_space_limit.patch
CVE-2010-2240-tree_depth_limit.patch
These security issues have been handled in the Linux kernel in a
much more general fashion.

Fri Jul 1 14:00:00 2011 eichAATTsuse.de
- remove: bitmap_always_unscaled.diff
missing_font_paths.diff
This has now been solved in the spec file directly.

Thu May 26 14:00:00 2011 mhopfAATTnovell.com
- xorg-server-xf4vnc-fix-keyboard-layout-handling.diff
Consolidate adapted patches for bugs 400520, 605015, and 660797 into
single patch:
- xorg-server-xf4vnc-bug660797-fix-keycode-lookup-and-isolevel3shift.diff
- xorg-server-xf4vnc-bug660797-multilayout.diff
- xorg-server-xf4vnc-bug605015-fix-keyboard-handling-xinput.diff
- Fix
*major
* memory leak introduced by original 1.9 enabling patch

Tue May 24 14:00:00 2011 mhopfAATTnovell.com
- xorg-server-xf4vnc-bug660797-multilayout.diff
- bnc #605015, 660797, fallout of fix from May 10:
Keyboard handling was not XKB aware, which lead to a multitude of issues.
Situation with this patch is not perfect, but way better.

Thu May 19 14:00:00 2011 mhopfAATTnovell.com
- xorg-server-xf4vnc-bug660797-fix-keycode-lookup-and-isolevel3shift.diff
- bnc #400520, fallout of previous fix:
Analysis for shift/level3 event faking was broken, leading to e.g
Shift+PgUp not being recognized correctly.

Thu Apr 21 14:00:00 2011 mhopfAATTnovell.com
- bnc #605015
- Enable use of all keyboard layouts, independent of remotely set layout
- Remove obsolete xorg-server-xf4vnc-bug605015-vnc-umlauts.diff
- xorg-server-xf4vnc-bug605015-fix-keyboard-handling-xinput.diff
This should basically already enable the use of other keyboards, if the
remote keyboard stays at US.
- xorg-server-xf4vnc-bug605015-fix-keycode-lookup-and-isolevel3shift.diff
This patch fixes keycode lookup (not using any static keyboard layout any
more) and ISO-Level3-Shift handling (enabling the use of keyboard layouts
that use AltGr for reaching certain characters).

Tue Apr 12 14:00:00 2011 sndirschAATTnovell.com
- Xvnc should require xkeyboard-config (bnc #682904)

Fri Mar 25 13:00:00 2011 sndirschAATTnovell.com
- EXA-mixed-ModifyPixmapHeader-pitch-fixes.-bug-33929.patch

* EXA/mixed: ModifyPixmapHeader pitch fixes. (bnc #678264,
bfo #33929)

Thu Mar 17 13:00:00 2011 sndirschAATTnovell.com
- Replace-malloc-with-calloc-to-initialize-the-buffers.patch

* Replace malloc with calloc to initialize the buffers[] as NULL
in do_get_buffers function (bnc #673595)

Thu Mar 17 13:00:00 2011 sndirschAATTnovell.com
- record-avoid-crash-when-calling-RecordFlushReplyBuff.patch

* record: avoid crash when calling RecordFlushReplyBuffer
recursively (bnc #673575)

Sat Feb 26 13:00:00 2011 develAATTnavlost.eu
- Added --enable-kdrive-evdev switch to ./configure so that
the evdev driver can be used with Xephyr\'s -keybd and -mouse
switches

Tue Feb 15 13:00:00 2011 mhopfAATTnovell.com
- Disable Use-external-tool-for-creating-backtraces-on-crashes.patch:
- Security isn\'t exactly fond of the patch (bnc#666578)
- Patch potentially livelocks server in fork() (bnc#660166)

Fri Feb 11 13:00:00 2011 mhopfAATTnovell.com
- Update xorg-server-xf4vnc-fixes_1_9.diff:
Fix Xvnc rendering issues.
- Enable build of Xvnc again.
- Merge xorg-server-xf4vnc-fix-crash-on-193.diff
into xorg-server-xf4vnc-fixes_1_9.diff

Thu Feb 3 13:00:00 2011 sndirschAATTnovell.com
- disabled build of Xvnc and moved Xvfb to main package;
xorg-x11-Xvnc will be a seperate package (bnc #660208)

Mon Jan 10 13:00:00 2011 vuntzAATTopensuse.org
- Add xorg-server-stop-cpu-eating.diff to avoid eating 100% of the
CPU when auto-detecting which vt to use on startup.

Wed Jan 5 13:00:00 2011 jeffmAATTsuse.de
- pad-size-of-system-memory-copy-for-1x1-pixmaps:

* Pad size of system memory copy for 1x1 pixmaps (bnc#652523,
bfo#32803)

Mon Jan 3 13:00:00 2011 sndirschAATTnovell.com
- use-last-screen.patch

* adjusted the patch to no longer segfault the Xserver during
startup immediately when there isn\'t any screen section
specified at all (bnc #661989)

Mon Dec 27 13:00:00 2010 sndirschAATTnovell.com
- use-last-screen.patch

* Use last Screen section found to prefer xorg.conf (bnc #661536,
bfo #32430)

Tue Dec 21 13:00:00 2010 sndirschAATTnovell.com
- added xorg-server-xf4vnc-bug605015-vnc-umlauts.diff as patch, but
still disabled

Tue Dec 21 13:00:00 2010 mhopfAATTnovell.com
- xorg-server-xf4vnc-fix-crash-on-193.diff
Fix vnc startup crashes (bnc #660208).
Reenabled build of Xvnc. Massive rendering errors, still.

Tue Dec 21 13:00:00 2010 sndirschAATTnovell.com
- bumped version number to 7.6_1.9.3

Sun Dec 19 13:00:00 2010 sndirschAATTnovell.com
- sync-fix.patch

* fixes the issue that gnome screensaver fadeout could not be
stopped (bnc #648851)

Sun Dec 19 13:00:00 2010 sndirschAATTnovell.com
- xorg-docs 1.6

Mon Dec 13 13:00:00 2010 sndirschAATTnovell.com
- xorg-server 1.9.3

* This version is functionally equivalent to the second release
candidate.

Sat Dec 4 13:00:00 2010 sndirschAATTnovell.com
- xorg-server 1.9.2.902 (1.9.3 RC2)

* includes various build and bug fixes to stability and
correctness over previous releases

Fri Dec 3 13:00:00 2010 sndirschAATTnovell.com
- remove Xorg setuid bit (bnc #632737)

Sun Nov 14 13:00:00 2010 sndirschAATTnovell.com
- xorg-server 1.9.2.901 (1.9.3 RC1)

* many buildfixes and bugfixes

Fri Nov 12 13:00:00 2010 sndirschAATTnovell.com
- xorg-docs 1.5.99.901 (1.6 RC1)
- adjusted xorg-x11-doc.diff

Fri Nov 12 13:00:00 2010 sndirschAATTnovell.com
- xorg-docs-1.5
- adjusted xorg-docs.diff

Tue Nov 9 13:00:00 2010 sndirschAATTnovell.com
- disabled again vnc build due to immediate assertion during
startup of Xvnc

Tue Nov 9 13:00:00 2010 sndirschAATTnovell.com
- uncommented non-existing
xorg-server-xf4vnc-bug605015-vnc-umlauts.diff

Tue Nov 9 13:00:00 2010 mhopfAATTnovell.com
- xorg-server-xf4vnc-fixes_1_9.diff:
Fix build of vnc server for 1.9 Xserver series.

Mon Nov 1 13:00:00 2010 sndirschAATTnovell.com
- xorg-server 1.9.2

* This is a brown-bag release to address an issue with the
xorg-server-1.9.1 tarball. The version of util-macros used to
build the 1.9.1 tarball was modified and could cause problems
due to the absence of the -fno-strict-aliasing CFLAG. This
tarball was packaged using the unmodified util-macros.
This additionally contains a fix for a regression in XQuartz
found by Christof Wolf.

Mon Oct 25 14:00:00 2010 sndirschAATTnovell.com
- commit-5c6a2f9.diff

* retain obsolete pixmapPrivate, just for ABI compatibility

* reenable patch

Sun Oct 24 14:00:00 2010 sndirschAATTnovell.com
- xorg-server 1.9.1 (final release)

* functionally equivalent to xorg-server 1.9.0.902

Sat Oct 23 14:00:00 2010 sndirschAATTnovell.com
- disable commit-5c6a2f9.diff for now

Fri Oct 22 14:00:00 2010 sndirschAATTnovell.com
- commit-5c6a2f9.diff
xfree86: Kill pixmapPrivate with a vengeance (v2)
ScrnInfo->pixmapPrivate only existed in order to catch invalid
access to the framebuffer by making the backing data NULL across
the VT switch. This was causing more confusion in the higher
layers during mode setting without any real benefit, so remove
it. v2: Kill ShadowModifyPixmapHeader() as well. (ABI change!)

Fri Oct 15 14:00:00 2010 sndirschAATTnovell.com
- xorg-server 1.9.0.902

* This release fixes an input regression introduced in 1.9.1 as
well as some additional memory management issues.
- obsoletes vbe-bufferoverflow.diff

Fri Oct 15 14:00:00 2010 cooloAATTnovell.com
- Xvfb requires xkb rules, so adjust requires of the extra package

Fri Oct 1 14:00:00 2010 sndirschAATTnovell.com
- xorg-server 1.9.0.901

* This is the first release candidate for xorg-server-1.9.1.
We\'ve picked up fixes for some crashers and memory management
problems as well as some minor new features including RandR
support in XQuartz, 18bpp support in xfree86, and support for
the nds32 architecture in xfree86.
- adjusted zap_warning_xserver.diff

Wed Aug 25 14:00:00 2010 mhopfAATTnovell.com
- Use-external-tool-for-creating-backtraces-on-crashes.patch,
xorg-backtrace:
Use external script /usr/bin/xorg-backtrace for creating reasonable
backtraces upon crashes.

Mon Aug 23 14:00:00 2010 sndirschAATTsuse.de
- set VIDEO_ABI_VERSION = 8 and INPUT_ABI_VERSION = 11 in specfile

Mon Aug 23 14:00:00 2010 sndirschAATTsuse.de
- xorg-server 1.9.0

* obsolete patches:
- dmx-silly.patch
- fixed-SYNC-extension-trigger-BlockHandler-test.diff
- sw_cursor_on_randr.patch
- xorg-evdev-conf.diff
- xorg-server-commit-21ed660.diff
- xorg-server-revert-event-mask.patch
- xorg-x11-server-gl-apps-crash.patch

* adjusted patches
- 0001-Fix-segfault-when-killing-X-with-ctrl-alt-backspace.patch
- 0001-Xinput-Catch-missing-configlayout-when-deleting-dev.patch
- CVE-2010-2240-tree_depth_limit.patch
- cache-xkbcomp-output-for-fast-start-up.patch
- confine_to_shape.diff
- driver-autoconfig.diff
- fpic.diff
- xorg-detect-psb.patch
- xorg-server-1.8.0.diff
- xorg-server-nohwaccess.diff
- xorg-server-option_libxf86config.diff
- xorg-server-xf4vnc.patch
- xserver-1.6.1-nouveau.patch
- xserver-bg-none-root.patch

* vbe-bufferoverflow.diff
- fixes vbe buffer overflow
- disabled vnc build for now (standalone server + module)

Thu Aug 19 14:00:00 2010 maxAATTsuse.de
- Replaced the previous xdmcp fix with a simpler approach that
doesn\'t cause login problems in xdm and kdm. (bnc#625593)

Tue Aug 17 14:00:00 2010 sndirschAATTsuse.de
- CVE-2010-2240-address_space_limit.patch/
CVE-2010-2240-tree_depth_limit.patch

* xorg stack/heap overlap fix (bnc #618152)

Mon Aug 16 14:00:00 2010 sndirschAATTsuse.de
- xorg-server-commit-21ed660.diff

* dix: make DeviceEvent coordinates signed for Xinerama
(bnc #628295, bfo #24986)

Tue Aug 10 14:00:00 2010 sndirschAATTsuse.de
- xorg-server-revert-event-mask.patch

* locked up mouse event mask patch (bnc #619034)

Mon Aug 9 14:00:00 2010 vuntzAATTopensuse.org
- Add xorg-x11-server-gl-apps-crash.patch to fix crash with GL
applications. See bnc#617651. The patch is taken from upstream on
the server-1.8-branch and simply updates the glx/ and
hw/xfree86/dri2/ directories.

Wed Aug 4 14:00:00 2010 sndirschAATTsuse.de
- use configure option \"--with-sha1=libcrypto\" to fix also plain
rpmbuilds (bnc #627872)

Thu Jul 8 14:00:00 2010 maxAATTsuse.de
- Fix some shortcomings in the xdmcp implementation. It used to
suppress loopback addresses from the list of potential display
addresses to report to xdm, even when talking to xdm through
a loopback address. Now only display addresses of the same kind
as the xdm connection are reported to xdm.
This most notably helps Xvnc servers contacting the local xdm,
because they were severely affected by the suppression of
loopback addresses.

Mon Jun 28 14:00:00 2010 sndirschAATTsuse.de
- missing_font_paths.diff:

* added /usr/share/fonts/{misc/sgi,truetype} to core font
rendering default path; always use \":unscaled\" for bitmap
font paths (bnc #616400)

Fri May 28 14:00:00 2010 sndirschAATTsuse.de
- xorg-detect-psb.patch

* remove again \"intellegacy\" from driver autoconfiguration; that
reverts previous change (bnc #608315)

Sun May 9 14:00:00 2010 sndirschAATTsuse.de
- xorg-detect-psb.patch

* added \"intellegacy\" as fallback for \"intel\" (gets active if
\'nomodeset\' is set as kernel option) since there is now a new
package for the older intel driver, which still has UMS support

Wed Apr 28 14:00:00 2010 sndirschAATTsuse.de
- remove Xdmx manual page from xorg-x11-server, since it\'s already
in xorg-x11-server-extra

Mon Apr 26 14:00:00 2010 eichAATTsuse.de
- Updated \"Prevent XSync Alarms from senslessly calling CheckTrigger()\"
to make sure SyncTriggerInit() readds trigger to counter (bnc #584919).

Mon Apr 26 14:00:00 2010 sndirschAATTsuse.de
- Xdmx was disabled in favor of Nomad repository but it is
apparently dead (no Xdmx for OpenSUSE 11.2, last build from
early 2009). This patch re-enables Xdmx with some silly typo
fixed (dmx-silly.patch). Contributed by .

Wed Apr 21 14:00:00 2010 eichAATTsuse.de
- Prevent XSync Alarms from senslessly calling CheckTrigger() when inactive.
If an XSync Alarm is set to inactive there is no need to check if a trigger
needs to fire. Doing so if the counter is the IdleCounter will put the
server on 100 percent CPU load since the select timeout is set to 0
(bnc #584919).

Sat Apr 10 14:00:00 2010 sndirschAATTsuse.de
- specfile cleanup
- removed no longer useful xlog2xconf.sh

Sat Apr 10 14:00:00 2010 sndirschAATTsuse.de
- adjusted moblin-xserver-no-root-2.patch, renamed it to
xorg-server-nohwaccess.diff and enable it by default
- rename moblin-xorg-x11-nonroot-vesa.patch to
xorg-x11-nonroot-vesa.patch
- removed obsolete patch \'xserver-boottime.patch\'

Thu Apr 8 14:00:00 2010 eichAATTnovell.com
- Adapted and fixed \'noroot-background\' patch originally coming from
the Moblin project and enable by default.

Thu Apr 8 14:00:00 2010 eichAATTsuse.de
- On ia64 the Xserver brings its own PIO functions (inb, outb, ...).
These are supposed to overrule the ones provided by glibc.
Unfortunately this doesn\'t seem to work under all circumstances.
Therefore use inX/outX_ia64 and set appropriate defines.

Thu Apr 8 14:00:00 2010 eichAATTsuse.de
- Fix SIG11 on VT switch when using SW cursor with RandR (bnc #592614).

Thu Apr 8 14:00:00 2010 roAATTsuse.de
- fix evdev config file (use the one from xserver upstream)

Tue Apr 6 14:00:00 2010 roAATTsuse.de
- fix libxf86config (resolve references)

Tue Apr 6 14:00:00 2010 sndirschAATTsuse.de
- fix_fglrx_screendepth_issue.patch

* hardcode default color depth of fglrx driver to 24bit to fix
video driver autoconfiguration (bnc #593878)

Fri Apr 2 14:00:00 2010 sndirschAATTsuse.de
- update to 1.8
- obsoletes xorg-server-walk_drivers.diff
- adjusted xorg-server-xf4vnc.patch
- xorg-server-1.8.0.diff

* install evdev config file to the right directory

Fri Mar 26 13:00:00 2010 sndirschAATTsuse.de
- xorg-server-walk_drivers.diff:

* updated patch working more cleanly, fixed coding style, added
comments (RĂ¼diger Oertel)

Wed Mar 24 13:00:00 2010 sndirschAATTsuse.de
- disabled udev support for openSUSE <= 11.2 (bnc #589997)

Wed Mar 24 13:00:00 2010 roAATTsuse.de
- re-do xorg-server-walk_drivers.diff again, different approach
create screen sections for each possible drivers
now it is really using the first driver as in full autoconfig

Tue Mar 23 13:00:00 2010 sndirschAATTsuse.de
- update to 1.7.99.902
- fixed font path (\"--with-fontrootdir\")

Mon Mar 22 13:00:00 2010 roAATTsuse.de
- xserver-1.6.1-nouveau.patch (from fedora)
Also, don\'t treat DRI setup failure as an error for nouveau.

Mon Mar 22 13:00:00 2010 roAATTsuse.de
- rework xorg-server-walk_drivers.diff

Sun Mar 21 13:00:00 2010 roAATTsuse.de
- re-implement walking list of possible drivers to find a working
one

Thu Mar 18 13:00:00 2010 roAATTsuse.de
- update to 1.7.99 to get rid of hal
- refresh patches
- drop p_ia64-console.diff
- remove hal-devel from buildrequires
- add libudev-devel to buildrequires
- add --enable-config-udev to configure

Wed Mar 17 13:00:00 2010 roAATTsuse.de
- drop un-applied patches
p_pci-off-by-one.diff.ia64
xorg-x11-server-1.2.99-unbreak-domain.patch
ia64linuxPciInit.diff
exa-greedy.diff
commit-c941479.diff
moblin-hw-xf86-modes-Set-crtc-mode-rotation-transform-befo.patch
moblin-xfree86-move-didLock-assignment-down-to-where-the-f.patch
moblin-randr-fix-operation-order-so-that-rotation-transfor.patch

Wed Mar 17 13:00:00 2010 sndirschAATTsuse.de
- update to 1.7.6

* reintrocued record extension

* bugfixes

Sat Feb 20 13:00:00 2010 sndirschAATTsuse.de
- update to 1.7.5

* Only four fixes since the RC, with the fix for 25640 being
rather noteworthy - if your X server crashed on replugging
keyboards (or using a KVM), you\'re encouraged to upgrade.
- dix: restore lastDeviceEventTime update in dixSaveScreens
- Don\'t double-swap the RandR PropertyNotify event
- Xi: reset the sli pointers after copying device classes.
(bfo #25640)
- RENDER: Fix gradient and solid fill pictures with Xinerama,
and misc cleanup
- obsoletes
0001-Don-t-double-swap-the-RandR-PropertyNotify-event.patch

Fri Feb 12 13:00:00 2010 lchiquittoAATTnovell.com
- 0001-Don-t-double-swap-the-RandR-PropertyNotify-event.patch

* The event is swapped in randr.c/SRROutputPropertyNotifyEvent,
so it should not be swapped again here.
(bnc #573446, bfo #26511)

Sat Jan 16 13:00:00 2010 sndirschAATTsuse.de
- set VIDEO_ABI_VERSION = 6 and INPUT_ABI_VERSION = 7 in specfile

Thu Jan 14 13:00:00 2010 roAATTsuse.de
- update to 1.7.4
- obsoletes acpi_events.diff
- obsoletes loadmod-bug197195.diff
- obsoletes events.diff
- obsoletes acpi-warning.diff
- obsoletes fbdev_fallback_fail_fix.diff
- obsoletes bug-507190_xorg-x11-server-bnc381139-randr-reprobe-on-unsuspend.diff
- obsoletes keyrelease-1.5.2.diff
- obsoletes 0001-Unclaim-PCI-slot-if-driver-probing-fails.patch
- obsoletes 0001-Fix-sporadic-segfault-on-resume-with-intel-KMS-due-t.patch
- obsoletes bug532341.diff
- obsoletes no-return-in-nonvoid-function.diff
- adjusted 0001-Fix-segfault-when-killing-X-with-ctrl-alt-backspace.patch
- adjusted bitmap_always_unscaled.diff
- adjusted bug-197858_dpms.diff
- adjusted cache-xkbcomp-output-for-fast-start-up.patch
- adjusted driver-autoconfig.diff
- adjusted fixed-SYNC-extension-trigger-BlockHandler-test.diff
- adjusted fpic.diff
- adjusted missing_font_paths.diff
- adjusted p_default-module-path.diff
- adjusted p_ia64-console.diff
- adjusted p_xorg_acpi.diff
- adjusted xorg-detect-psb.patch
- adjusted xorg-server-xf4vnc-disable-dmxvnc.diff
- adjusted xorg-server-xf4vnc-fix.diff
- adjusted xorg-server-xf4vnc.patch
- adjusted xorg-x11-server.changes
- adjusted xorg-x11-server.spec
- adjusted zap_warning_xserver.diff
- removed truetype_fontpath.diff
- removed libdri_noPanoramiXExtension_symbol.patch
- exa-greedy.diff not applied
- fixed xorg-detect-psb.patch:
rewrite to use second level switch statement for device_id
- /usr/$lib/X11/Options is gone
(Remove xorgcfg \'Options\' list.)

Sun Dec 13 13:00:00 2009 sndirschAATTsuse.de
- added xlog2xconf, which is a script to create a minimal xorg.conf
extracted from Xorg..log

Sun Nov 29 13:00:00 2009 sndirschAATTsuse.de
- driver-autoconfig.diff:

* VIA chipsets: switched to \"via\" as first try since \"via\" is no
longer renamed to \"chrome9\" in -chrome9 driver package and
- unichrome driver package now disables the \"via\" wrapper

Fri Nov 27 13:00:00 2009 sndirschAATTsuse.de
- missing_font_paths.diff

* added /usr/share/fonts/{URW,cyrillic} to font paths
(bnc #558915)

Mon Nov 2 13:00:00 2009 sndirschAATTsuse.de
- build Xserver again with \'-O2\' instead of \'-O0\', which had been
an unintentional change (bnc #551789)

Mon Oct 19 14:00:00 2009 sndirschAATTsuse.de
- add \'Option \"AutoAddDevices\" \"off\"\' to xorg.conf only as
documented comment, since it caused a lot of confusion
(bnc #548085 and various others)

Mon Oct 12 14:00:00 2009 sndirschAATTsuse.de
- xorg-server 1.6.5

* This release fixes the fact that 1.6.4 would crash on drivers
that still tried to initialize the DGA extension. It also has
a minor improvement for Xephyr to support nesting within an
existing window at a different depth.
- obsoletes dga-removal-fix.diff

Fri Oct 9 14:00:00 2009 sndirschAATTsuse.de
- since we no longer use xorg.conf make ZapWarning the default
(bnc #545590)

Thu Oct 8 14:00:00 2009 eichAATTsuse.de
- Fix segfault when killing X with ctrl-alt-backspace. (bnc #545363)

* The damage structure for the cursor is not deregistered before
deallocation, causing a subsequent DamageUnregister () to segfault.
The problem may leave the text console unrestored.
(0001-Fix-segfault-when-killing-X-with-ctrl-alt-backspace.patch)

Wed Oct 7 14:00:00 2009 eichAATTsuse.de
- 0001-Check-harder-for-primary-PCI-device.patch (bnc #545458)

* Primary PCI devices are identified by checking for an \'PCIINFOCLASSES\'
device which is VGA and has access to the memory bars enabled.
If there should be more than one device for which this is true
redo the check and also check if IO resoures are also enabled,
if this still doesn\'t turn up a unique result also check for
the presence of a BIOS rom.

Wed Oct 7 14:00:00 2009 sndirschAATTsuse.de
- driver-autoconfig.diff

* GeForce 6150SE support broken on nv (bnc #465190/544674)

Thu Oct 1 14:00:00 2009 sndirschAATTsuse.de
- dga-removal-fix.diff

* Here\'s an updated patch -- removes the _X_INTERNAL from the .c
files, renames xf86DiDGAInit to _xf86_di_dga_init_internal,
and renames xf86DiDGAReInit to _xf86_di_dga_reinit_internal.

Tue Sep 29 14:00:00 2009 sndirschAATTsuse.de
- dga-removal-fix.diff

* \"Removing DGA ended up breaking any drivers calling into the old
xf86DiDGAInit function as it tried to see if DGA was already
enabled and ended up crashing if the VT wasn\'t completely
initialized. Oops.\"

Mon Sep 28 14:00:00 2009 sndirschAATTsuse.de
- xorg-server 1.6.4

* fbdevhw: Test for graphics:fb%d as well as graphics/fb%d

* render: return the supported version rather than just passing
the proto\'s version

* xfree86/modes: Remove all framebuffer support from DGA

* dri2: Don\'t crash if pPriv is NULL.

* Don\'t send events through the master if the device has
SendCoreEvents off.

* Don\'t reset the lastDeviceEventTime when doing DPMS actions

* dix: append \"built-ins\" to the font path in SetDefaultFontPath

Mon Sep 28 14:00:00 2009 sndirschAATTsuse.de
- bug532341.diff

* fixes Xserver crash when running x11perf -shmputxy10 test case
(bnc #532341, bfo #23298)

Mon Sep 21 14:00:00 2009 mhopfAATTnovell.com
- Less intrusive fix for server segfault. Should fix fdo #24010 (memleak).

Thu Sep 10 14:00:00 2009 sndirschAATTsuse.de
- %post: modify xorg.conf if required

* do not change input driver behaviour for existing X.Org
configurations

Wed Sep 9 14:00:00 2009 sndirschAATTsuse.de
- moblin-use_preferred_mode_for_all_outputs.diff

* use each outputs preferred mode (bnc #537488)

Tue Sep 8 14:00:00 2009 mhopfAATTnovell.com
- Prefer locally defined symbols in modules (bnc #534768).

Fri Sep 4 14:00:00 2009 mhopfAATTnovell.com
- 0001-Fix-sporadic-segfault-on-resume-with-intel-KMS-due-t.patch:
Fixes segfaults with intel and KMS upon resume (only occuring sporadically).

Thu Aug 27 14:00:00 2009 eichAATTsuse.de
- Update to 1.6.4 RC1, adapted patches.

Fri Aug 14 14:00:00 2009 sndirschAATTsuse.de
- 0001-config-don-t-shutdown-the-libhal-ctx-if-it-failed-to.patch

* no longer need to revert commit c941479 (bnc #528397, bfo #23213)

Tue Aug 11 14:00:00 2009 sndirschAATTsuse.de
- revert commit c941479 (bnc #528397)

Tue Aug 4 14:00:00 2009 eichAATTsuse.de
- Resynced with patches from Intel\'s Moblin project.
- Updated patches to aply cleanly again.

Sat Aug 1 14:00:00 2009 sndirschAATTsuse.de
- xorg-server 1.6.3

* This mostly just collects a bunch of minor fixes since 1.6.2.
Two notable inclusions are:
- Replacing dixLookupResource with dixLookupResourceByType,
dixLookupResourceByClass. This returns us to having two
resource lookup functions, but this time we have a more
sensible name and argument set.
- Fixing RandR transforms for drivers providing set_mode_major.
These patches were originally slated to land in 1.6.2 but
I missed them somehow.
- obsoletes commit-cadf65a.diff

Wed Jul 8 14:00:00 2009 sndirschAATTnovell.com
- xorg-server 1.6.2

* This is the second update to the 1.6 version and is designed
to be a drop-in compatible version with various bug fixes and
other improvements.
- obsoletes various patches

* bug-507190_xorg-x11-server-bnc381139-randr-fix-timestamps.diff

* includes-fix.diff

* security-Fix-a-crash-caused-by-wrong-ordering-of-fo.patch

* security-Grant-untrusted-windows-remove-access-on-a.patch

* security-Revert-behavior-of-extension-access-for-co.patch
- adjusted zap_warning_xserver.diff

Thu Jul 2 14:00:00 2009 mhopfAATTnovell.com
- Adapt vnc patches to changes in input infrastructure
(fixes bnc #508553)

Wed Jun 24 14:00:00 2009 mhopfAATTnovell.com
- Unclaim PCI slot if driver probing fails (fixes bnc #511529)

Fri Jun 19 14:00:00 2009 sndirschAATTsuse.de
- includes-fix.diff

* build fix
- truetype_fontpath.diff

* added /usr/share/fonts/truetype to default font path

Thu Jun 11 14:00:00 2009 sndirschAATTsuse.de
- use %moblin define in specfile

Wed Jun 10 14:00:00 2009 sndirschAATTsuse.de
- xserver-1.5.0-bg-none-root.patch

* removed patch for compalloc.c, which hurts on Moblin
- disabled xserver-1.5.0-bg-none-root.patch (only useful for Moblin)

Tue Jun 9 14:00:00 2009 sndirschAATTsuse.de
- diabled build of Xdmx since it conflict\'s with NOMAD\'s Xdmx
(bnc #511269)

Fri Jun 5 14:00:00 2009 sndirschAATTsuse.de
- driver-autoconfig.diff

* ati ==> fglrx --> radeonhd --> ati

* nv ==> nvidia --> nouveau --> nv (FATE #305109)

* openchrome ==> chrome9 --> openchrome --> unichrome

* registered vboxvideo
- obsoletes radeonhd.diff/radeonhd.h

Fri Jun 5 14:00:00 2009 sndirschAATTsuse.de
- keyrelease-git.diff

* xkb: Don\'t press+release keys on key events. Fixes submission
of F7 to apps on switch from console for drivers that switch
fast enough (bnc #141443).

Thu Jun 4 14:00:00 2009 sndirschAATTsuse.de
- autoconfig_fallback_fbdev_first.diff

* fallback to fbdev first, then vesa instead of the other way
round

Tue Jun 2 14:00:00 2009 eichAATTsuse.de
Frederico\'s patches to support reprobing of connected displays on EnterVT
and fixes to set event timestamps properly.
- Re-probe RANDR outputs on laptop unsuspend.
- Make RANDR \'set\' timestamps follow client specified time.
- Add missing fields to SRR
*NotifyEvent().

Tue Jun 2 14:00:00 2009 eichAATTsuse.de
- Patches taken from Moblin:

* security: Grant untrusted windows remove access on all windows.

* security: Fix a crash caused by wrong ordering of format arguments.

* security: Revert behavior of extension access for compatibility.

* Autodetect Plousbo chips.

* add -nb command line option to supress root window background stet
on startup.

* cache xkb output for fast startup.

* make noPanoramiXExtension symbol local and initialize.

Thu May 28 14:00:00 2009 sndirschAATTsuse.de
- fbdev_fallback_fail_fix.diff

* fix fbdev fallback failure if no xorg.conf exists; fbdev driver
complained about required BusID (Egbert Eich)

Thu Apr 30 14:00:00 2009 sndirschAATTsuse.de
- instead of require do provide
INPUT_ABI_VERSION/VIDEO_ABI_VERSION to fix dependancy loop

Thu Apr 30 14:00:00 2009 sndirschAATTsuse.de
- xkeyboard-config should be required by xorg-x11-driver-input
- require INPUT_ABI_VERSION = 4 (provided by xorg-x11-driver-input)
- require VIDEO_ABI_VERSION = 5 (provided by xorg-x11-driver-video)
- require libpixman-1-0 >= 0.15.2

Tue Apr 28 14:00:00 2009 sndirschAATTsuse.de
- enable DRI2 build

Tue Apr 14 14:00:00 2009 sndirschAATTsuse.de
- xorg-server 1.6.1

Mon Mar 23 13:00:00 2009 sndirschAATTsuse.de
- fixed-SYNC-extension-trigger-BlockHandler-test.diff (bnc #472046)

* Reworked ComputeBracketValues():

* Reworked previous patch to IdleTimeBlockHandler() (commit 1f4fb022)
(Egbert Eich)

Tue Mar 10 13:00:00 2009 sndirschAATTsuse.de
- commit-cadf65a.diff

* randr: Nuke broken set_origin shortcut. Shortcut is impossible
to implement this way, because we don\'t know for sure whether
the crtc of an output has changed or not. (bnc #482838)

Mon Mar 9 13:00:00 2009 mmarekAATTsuse.cz
- renamed modprobe config to /etc/modprobe.d/50-nvidia.conf
(required by new module-init-tools).

Sun Mar 8 13:00:00 2009 sndirschAATTsuse.de
- radeonhd.diff/radeonhd.h:

* prefer radeonhd for autoconfig for ATI >= R500

Sun Mar 8 13:00:00 2009 sndirschAATTsuse.de
- added hal-devel to BuildRequires for input driver configuration
support via HAL, e.g. evdev

Wed Mar 4 13:00:00 2009 sndirschAATTsuse.de
- removed randr12-8d230319040f0a7f72231da2bf5ec97dc3612e21.diff;
probably a wrong patch since this commit has been reverted right
after by commit b4193a2eee80895c5641e77488df0e72a73a3d99 again
- no longer overwrite xorg.conf with an obsolete one; obsoletes
disable-root-xorg_conf.diff

Tue Mar 3 13:00:00 2009 sndirschAATTsuse.de
- regenerated xorg-server-xf4vnc.patch (still disabled)


 
ICM