[ubuntu/natty] xorg-server 2:1.9.99.901+git20110131.be3be758-0ubuntu1 (Accepted)

Christopher James Halse Rogers raof at ubuntu.com
Tue Feb 1 01:10:40 UTC 2011


xorg-server (2:1.9.99.901+git20110131.be3be758-0ubuntu1) natty; urgency=low

  * Merge from (unreleased) debian-experimental.  Remaining Ubuntu changes:
    - rules:
      + Disable SELinux, libaudit-dev is not in main yet. (LP: #406226)
      + Enable xcsecurity. (LP: #247537)
      + Add --with-extra-module-dir to support GL alternatives.
    - control:
      + Xvfb depends on xauth, x11-xkb-utils. (LP: #500102)
      + Add breaks for incompatible drivers. (LP: #614993)
      + Drop libaudit-dev from build-deps.
    - local/xvfb-run*: Add correct docs about error codes. (LP #328205)
    - debian/patches:
      + 100_rethrow_signals.patch:
        When aborting, re-raise signals for apport
      + 109_fix-swcursor-crash.patch:
        Avoid dereferencing null pointer while reloading cursors during
        resume. (LP: #371405)
      + 111_armel-drv-fallbacks.patch:
        Add support for armel driver fallbacks.
      + 121_only_switch_vt_when_active.diff:
        Add a check to prevent the X server from changing the VT when killing
        GDM from the console.
      + 122_xext_fix_card32_overflow_in_xauth.patch:
        Fix server crash when “xauth generate” is called with large timeout.
      + 157_check_null_modes.patch, 162_null_crtc_in_rotation.patch,
        166_nullptr_xinerama_keyrepeat.patch, 167_nullptr_xisbread.patch
        169_mipointer_nullptr_checks.patch,
        172_cwgetbackingpicture_nullptr_check.patch:
        Fix various segfaults in xserver by checking pointers for NULL
        values before dereferencing them.
      + 165_man_xorg_conf_no_device_ident.patch
        Correct man page
      + 168_glibc_trace_to_stderr.patch:
        Report abort traces to stderr instead of terminal
      + 184_virtual_devices_autodetect.patch:
        Use vesa for qemu device, which is not supported by cirrus
      + 188_default_primary_to_first_busid.patch:
        Pick the first device and carry on (LP: #459512)
      + 190_cache-xkbcomp_output_for_fast_start_up.patch:
      + 191-Xorg-add-an-extra-module-path.patch:
        Add support for the alternatives module path.
      + 198_nohwaccess.patch:
        Adds a -nohwaccess argument to make X not access the hardware
        ports directly.
      + 200_randr-null.patch:
        Clarify a pointer initialization.
      + 206_intel_8xx_default_to_fbdev.patch:
        Makes 8xx class intel GPUs default to fbdev for stability. (LP: #633593)
  * Refresh 121_only_switch_vt_when_active.diff for new upstream.
  * Drop 187_edid_quirk_hp_nc8430.patch; upstream.
  * Drop 189_xserver_1.5.0_bg_none_root.patch; functionality now upstream.
  * Refresh 190_cache-xkbcomp_output_for_fast_start_up.patch for new upstream.
  * Drop 197_xvfb-randr.patch:
    - miRandR, which this used, has been removed from the server.
  * Drop 204_fix-neg-sync-transition.patch; upstream.
  * Drop 207_dga_master_device.patch; upstream.
  * Drop 208_switch_on_release.diff; upstream.
  * debian/patches/209_add_legacy_bgnone_option.patch:
    - Add "-nr" as a synonym for "-background none" to ease the transition from
      the old 189_xserver_1.5.0_bg_none_root.patch patch.  Can be dropped once
      all the ?DM have been updated to use the new option.
  * debian/control:
    - Add Breaks: to xserver-xorg-video-8 and current fglrx.  These proprietary
      drivers don't yet have appropriate dependency information, so manually
      handle them here to prevent broken upgrades.

Date: Mon, 31 Jan 2011 19:45:19 +1100
Changed-By: Christopher James Halse Rogers <raof at ubuntu.com>
Maintainer: Ubuntu X-SWAT <ubuntu-x at lists.ubuntu.com>
Signed-By: Bryce Harrington <bryce at bryceharrington.org>
https://launchpad.net/ubuntu/natty/+source/xorg-server/2:1.9.99.901+git20110131.be3be758-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 31 Jan 2011 19:45:19 +1100
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx xdmx-tools xnest xvfb xserver-xephyr xserver-xfbdev xserver-xorg-core-dbg xserver-common
Architecture: source
Version: 2:1.9.99.901+git20110131.be3be758-0ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu X-SWAT <ubuntu-x at lists.ubuntu.com>
Changed-By: Christopher James Halse Rogers <raof at ubuntu.com>
Description: 
 xdmx       - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest      - Nested X server
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xfbdev - Linux framebuffer device tiny X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-core-udeb - Xorg X server - core server (udeb)
 xserver-xorg-dev - Xorg X server - development files
 xvfb       - Virtual Framebuffer 'fake' X server
Launchpad-Bugs-Fixed: 247537 371405 406226 459512 500102 614993 633593
Changes: 
 xorg-server (2:1.9.99.901+git20110131.be3be758-0ubuntu1) natty; urgency=low
 .
   * Merge from (unreleased) debian-experimental.  Remaining Ubuntu changes:
     - rules:
       + Disable SELinux, libaudit-dev is not in main yet. (LP: #406226)
       + Enable xcsecurity. (LP: #247537)
       + Add --with-extra-module-dir to support GL alternatives.
     - control:
       + Xvfb depends on xauth, x11-xkb-utils. (LP: #500102)
       + Add breaks for incompatible drivers. (LP: #614993)
       + Drop libaudit-dev from build-deps.
     - local/xvfb-run*: Add correct docs about error codes. (LP #328205)
     - debian/patches:
       + 100_rethrow_signals.patch:
         When aborting, re-raise signals for apport
       + 109_fix-swcursor-crash.patch:
         Avoid dereferencing null pointer while reloading cursors during
         resume. (LP: #371405)
       + 111_armel-drv-fallbacks.patch:
         Add support for armel driver fallbacks.
       + 121_only_switch_vt_when_active.diff:
         Add a check to prevent the X server from changing the VT when killing
         GDM from the console.
       + 122_xext_fix_card32_overflow_in_xauth.patch:
         Fix server crash when “xauth generate” is called with large timeout.
       + 157_check_null_modes.patch, 162_null_crtc_in_rotation.patch,
         166_nullptr_xinerama_keyrepeat.patch, 167_nullptr_xisbread.patch
         169_mipointer_nullptr_checks.patch,
         172_cwgetbackingpicture_nullptr_check.patch:
         Fix various segfaults in xserver by checking pointers for NULL
         values before dereferencing them.
       + 165_man_xorg_conf_no_device_ident.patch
         Correct man page
       + 168_glibc_trace_to_stderr.patch:
         Report abort traces to stderr instead of terminal
       + 184_virtual_devices_autodetect.patch:
         Use vesa for qemu device, which is not supported by cirrus
       + 188_default_primary_to_first_busid.patch:
         Pick the first device and carry on (LP: #459512)
       + 190_cache-xkbcomp_output_for_fast_start_up.patch:
       + 191-Xorg-add-an-extra-module-path.patch:
         Add support for the alternatives module path.
       + 198_nohwaccess.patch:
         Adds a -nohwaccess argument to make X not access the hardware
         ports directly.
       + 200_randr-null.patch:
         Clarify a pointer initialization.
       + 206_intel_8xx_default_to_fbdev.patch:
         Makes 8xx class intel GPUs default to fbdev for stability. (LP: #633593)
   * Refresh 121_only_switch_vt_when_active.diff for new upstream.
   * Drop 187_edid_quirk_hp_nc8430.patch; upstream.
   * Drop 189_xserver_1.5.0_bg_none_root.patch; functionality now upstream.
   * Refresh 190_cache-xkbcomp_output_for_fast_start_up.patch for new upstream.
   * Drop 197_xvfb-randr.patch:
     - miRandR, which this used, has been removed from the server.
   * Drop 204_fix-neg-sync-transition.patch; upstream.
   * Drop 207_dga_master_device.patch; upstream.
   * Drop 208_switch_on_release.diff; upstream.
   * debian/patches/209_add_legacy_bgnone_option.patch:
     - Add "-nr" as a synonym for "-background none" to ease the transition from
       the old 189_xserver_1.5.0_bg_none_root.patch patch.  Can be dropped once
       all the ?DM have been updated to use the new option.
   * debian/control:
     - Add Breaks: to xserver-xorg-video-8 and current fglrx.  These proprietary
       drivers don't yet have appropriate dependency information, so manually
       handle them here to prevent broken upgrades.
Checksums-Sha1: 
 1afe6548607f51004892ecb2fb29aefbabae3d6f 3718 xorg-server_1.9.99.901+git20110131.be3be758-0ubuntu1.dsc
 e94aed954d7165024e2930629f690515913074cf 4720200 xorg-server_1.9.99.901+git20110131.be3be758.orig.tar.gz
 f49028d37b1a57878b8ba09998920721df7066ba 1207437 xorg-server_1.9.99.901+git20110131.be3be758-0ubuntu1.diff.gz
Checksums-Sha256: 
 8b33fc8a901eb33133265ba443ea2ebabe80d484dd3ce24de2ffce6f5a10cec0 3718 xorg-server_1.9.99.901+git20110131.be3be758-0ubuntu1.dsc
 d72bf9f41e061f10f02d2657ef9afaf9685c33292879dfe1079d3d1030f8c761 4720200 xorg-server_1.9.99.901+git20110131.be3be758.orig.tar.gz
 697a475cae41013661c88918dea417f95eab0a4e8ca442d47a3675676d94940b 1207437 xorg-server_1.9.99.901+git20110131.be3be758-0ubuntu1.diff.gz
Files: 
 2436ae69ad720e1953b4bef5369f4ca4 3718 x11 optional xorg-server_1.9.99.901+git20110131.be3be758-0ubuntu1.dsc
 04f9aacb843e378ddc1dfe04a2ef4381 4720200 x11 optional xorg-server_1.9.99.901+git20110131.be3be758.orig.tar.gz
 db1364d87c27ed32cf8351835c3f40ae 1207437 x11 optional xorg-server_1.9.99.901+git20110131.be3be758-0ubuntu1.diff.gz
Original-Maintainer: Debian X Strike Force <debian-x at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk1HXL8ACgkQEaMBVuDmdhGjowCeM8HOr4Y4s1kjHlBJmO3EMJG6
20UAnjA6BhjRrJU05JzZpMXiUkbhSXrZ
=lEln
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list