[ubuntu/lucid] xorg-server 2:1.7.2-2ubuntu1 (Accepted)

Timo Aaltonen tjaalton at ubuntu.com
Mon Dec 7 14:00:39 GMT 2009


xorg-server (2:1.7.2-2ubuntu1) lucid; urgency=low

  * Merge from Debian experimental. Remaining Ubuntu changes:
    - debian/rules, debian/control:
      + Disable SELinux, libaudit-dev is not in main yet (LP 406226).
        Drop libaudit-dev from build-deps.
    - debian/rules: Enable xcsecurity (LP 247537).
    - local/xvfb-run*: Add correct docs about error codes (LP 328205)
    - local/xvfb-run: Use "-extension Composite" to fix xvfb-run crashing.
    - debian/patches:
      + 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.
      + 135_rethrow_signals.patch:
        When aborting, re-raise signals for apport
      + 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.
      + 164_trap-aspect-ratios.patch:
        Correct monitor EDIDs that have misreported aspect ratios.
      + 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
      + 187_edid_quirk_hp_nc8430.patch:
        Quirk for another LPL monitor (LP: #380009)
      + 188_default_primary_to_first_busid.patch:
        Pick the first device and carry on (LP 459512)
      + 189_xserver_1.5.0_bg_none_root.patch:
        Create a root window with no background.
      + 190_cache-xkbcomp_output_for_fast_start_up.patch:
        Cache keyboard settings.
  * debian/control: Drop obsolete Conflicts/Breaks against -psb,
    -synaptics and -evdev.
  * debian/local/xserver-xephyr.1: Delete, upstream has Xephyr.1 now.
  * Dropped patches:
    - 101_fedora_xserver-1.3.0-document-fontpath-correctly.patch:
      Upstream dropped it.
    - 102_ubuntu_sharevts_load_cpu.patch: Upstream.
    - 103_psb_auto.patch: Fallback to vesa done differently upstream.
    - 110_fedora_no_move_damage.patch: Upstream dropped it.
    - 140_quell_acpi_errmsgs.patch: Superseded.
    - 153_make_dmx_compile.patch: Xdmx is fixed upstream.
    - 156_exevents_copykeyclass_nullptrcheck.patch: No longer needed.
      Appropriate checks are done on the pointers prior to CopyKeyClass
      being called now.
    - 158_raise_maxclients.patch: Breaks binary drivers.  We've had this
      reverted for some time now, may as well just get rid of it entirely.
    - 174_set_bg_pixmap_of_cow_to_none.patch: Upstream
    - 177_animated_cursor_change_master.patch: Different fix upstream.
    - 180_fedora_no_synaptics_mouse_synthesis.patch: Superseded.
    - 181_fedora_log_proc_cmdline.patch: Upstream.
    - 185_dix_badwindow.patch: Upstream.
    - 186_autoconfig_geode.patch: Upstream.
  * 189_xserver_1.5.0_bg_none_root.patch: Fetched a new version.
  * 135_rethrow_signals.patch, 168_glibc_trace_to_stderr.patch:
    Disabled until fixed to work with the current version.
  * 160_log_timestamping.patch: Updated and re-enabled for boot speed
    testing in Lucid.  This patch should be disabled by beta2.
  * 169_mipointer_nullptr_checks.patch: Updated.  MIPOINTER() still
    can return NULL under some circumstances, and its return values
    are still being dereferenced without checking for NULL.
  * 188_default_primary_to_first_busid.patch: Updated.  Still looks to be
    relevant for certain multi-card systems.
  * 190_cache-xkbcomp_output_for_fast_start_up.patch: Updated.
  * control, local/64-xorg-xkb.rules: Don't depend on keyboard-configuration
    until we have it.
  * rules, local/64-xorg-xkb.rules: Use input_id from udev.

xorg-server (2:1.7.2-2) experimental; urgency=low

  [ Julien Cristau ]
  * debian/rules: upstream build system got fixed, no need to remove
    configure-generated files.
  * Steal input_id helper from udev, install it in /lib/xorg.  Thanks, Martin
    Pitt!

  [ Brice Goglin ]
  * Cherry pick upstream commit to fix the ABI.

xorg-server (2:1.7.2-1) experimental; urgency=low

  * New upstream release
    + Xorg sets umask to 022 (closes: #555308)
  * Delete 09_debian_xserver_rtff.diff.  Was disabled since 1.3.99, and is not
    necessary since the fall back to builtin fonts was added.
  * Change the server's dependency on xserver-common to >= ${source:Version},
    to allow installation of different versions of the various servers.
  * Add build-dep on libglib2.0-dev, xkb-data and x11-xkb-utils for unit
    tests, and run the tests unless nocheck is in DEB_BUILD_OPTIONS.
  * Cherry-pick upstream commit to turn ModeDebug on during server startup,
    replacing our Turn-on-ModeDebug-by-default.patch.
  * Number our patches to make it easier to keep track of things.  Requested
    by the Ubuntu folks.
  * xvfb-run: retry a few times if Xvfb can't be started when using
    --auto-servernum, to make concurrent invocations work (closes: #521075).
    Thanks, Kees Cook!
  * Use libudev instead of libhal for input hotplug on linux.
  * Add udev rule to get keymap from /etc/default/keyboard.

xorg-server (2:1.7.0-1) experimental; urgency=low

  * Add missing Conflicts on xserver-xorg-video-5 and xserver-xorg-input-4.
  * Add xkb-data to xserver-common's Depends.  XKB is mandatory in 1.7.
  * Make all servers depend on xserver-common (= ${source:Version}).
  * New upstream release
    + fixes Xvfb crashes (closes: #529927)
    + fixes DGA init crash (closes: #548716)

xorg-server (2:1.6.99.903-1) experimental; urgency=low

  * New upstream snapshot.
    + doesn't fill log file with errors when acpid isn't running
      (closes: #487904, #500583)
    + adds autoconfig for geode variants (closes: #544988)
    + fixes idle time computation (closes: #542064)
    + Xnest uses the host's mouse acceleration and speed (closes: #325181)
    + Xephyr now has a manpage (closes: #427121)
    + Xdmx works again (closes: #541254)
  * Update build deps
  * Update patch stack:
    - 20_hurd-i386.diff applied upstream
    - fedora-bad-fbdev-thats-mine.patch applied upstream
    - fedora-pci-primary.diff superseded upstream
    - fedora-vboxvideo.diff applied upstream
    - kfreebsd-ftbfs.diff applied upstream
    - Add-libgcrypt-as-an-option-for-sha1.diff refreshed
    - Turn-on-ModeDebug-by-default.patch refreshed
  * Cleanup some libtool cruft in debian/rules clean.
  * Bump serverminver, videoabiver and inputabiver.
  * Bump debhelper compat level to 5:
    - handle dh_strip behaviour change
    - fix xserver-xorg-core.install
  * Bump Standards-Version to 3.8.3.

Date: Mon, 07 Dec 2009 15:30:18 +0200
Changed-By: Timo Aaltonen <tjaalton at ubuntu.com>
Maintainer: Ubuntu X-SWAT <ubuntu-x at lists.ubuntu.com>
https://launchpad.net/ubuntu/lucid/+source/xorg-server/2:1.7.2-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 07 Dec 2009 15:30:18 +0200
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-dev xdmx xdmx-tools xnest xvfb xserver-xephyr xserver-xfbdev xserver-xorg-core-dbg xserver-common
Architecture: source
Version: 2:1.7.2-2ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu X-SWAT <ubuntu-x at lists.ubuntu.com>
Changed-By: Timo Aaltonen <tjaalton 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-dev - Xorg X server - development files
 xvfb       - Virtual Framebuffer 'fake' X server
Closes: 325181 427121 487904 500583 521075 529927 541254 542064 544988 548716 555308
Changes: 
 xorg-server (2:1.7.2-2ubuntu1) lucid; urgency=low
 .
   * Merge from Debian experimental. Remaining Ubuntu changes:
     - debian/rules, debian/control:
       + Disable SELinux, libaudit-dev is not in main yet (LP 406226).
         Drop libaudit-dev from build-deps.
     - debian/rules: Enable xcsecurity (LP 247537).
     - local/xvfb-run*: Add correct docs about error codes (LP 328205)
     - local/xvfb-run: Use "-extension Composite" to fix xvfb-run crashing.
     - debian/patches:
       + 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.
       + 135_rethrow_signals.patch:
         When aborting, re-raise signals for apport
       + 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.
       + 164_trap-aspect-ratios.patch:
         Correct monitor EDIDs that have misreported aspect ratios.
       + 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
       + 187_edid_quirk_hp_nc8430.patch:
         Quirk for another LPL monitor (LP: #380009)
       + 188_default_primary_to_first_busid.patch:
         Pick the first device and carry on (LP 459512)
       + 189_xserver_1.5.0_bg_none_root.patch:
         Create a root window with no background.
       + 190_cache-xkbcomp_output_for_fast_start_up.patch:
         Cache keyboard settings.
   * debian/control: Drop obsolete Conflicts/Breaks against -psb,
     -synaptics and -evdev.
   * debian/local/xserver-xephyr.1: Delete, upstream has Xephyr.1 now.
   * Dropped patches:
     - 101_fedora_xserver-1.3.0-document-fontpath-correctly.patch:
       Upstream dropped it.
     - 102_ubuntu_sharevts_load_cpu.patch: Upstream.
     - 103_psb_auto.patch: Fallback to vesa done differently upstream.
     - 110_fedora_no_move_damage.patch: Upstream dropped it.
     - 140_quell_acpi_errmsgs.patch: Superseded.
     - 153_make_dmx_compile.patch: Xdmx is fixed upstream.
     - 156_exevents_copykeyclass_nullptrcheck.patch: No longer needed.
       Appropriate checks are done on the pointers prior to CopyKeyClass
       being called now.
     - 158_raise_maxclients.patch: Breaks binary drivers.  We've had this
       reverted for some time now, may as well just get rid of it entirely.
     - 174_set_bg_pixmap_of_cow_to_none.patch: Upstream
     - 177_animated_cursor_change_master.patch: Different fix upstream.
     - 180_fedora_no_synaptics_mouse_synthesis.patch: Superseded.
     - 181_fedora_log_proc_cmdline.patch: Upstream.
     - 185_dix_badwindow.patch: Upstream.
     - 186_autoconfig_geode.patch: Upstream.
   * 189_xserver_1.5.0_bg_none_root.patch: Fetched a new version.
   * 135_rethrow_signals.patch, 168_glibc_trace_to_stderr.patch:
     Disabled until fixed to work with the current version.
   * 160_log_timestamping.patch: Updated and re-enabled for boot speed
     testing in Lucid.  This patch should be disabled by beta2.
   * 169_mipointer_nullptr_checks.patch: Updated.  MIPOINTER() still
     can return NULL under some circumstances, and its return values
     are still being dereferenced without checking for NULL.
   * 188_default_primary_to_first_busid.patch: Updated.  Still looks to be
     relevant for certain multi-card systems.
   * 190_cache-xkbcomp_output_for_fast_start_up.patch: Updated.
   * control, local/64-xorg-xkb.rules: Don't depend on keyboard-configuration
     until we have it.
   * rules, local/64-xorg-xkb.rules: Use input_id from udev.
 .
 xorg-server (2:1.7.2-2) experimental; urgency=low
 .
   [ Julien Cristau ]
   * debian/rules: upstream build system got fixed, no need to remove
     configure-generated files.
   * Steal input_id helper from udev, install it in /lib/xorg.  Thanks, Martin
     Pitt!
 .
   [ Brice Goglin ]
   * Cherry pick upstream commit to fix the ABI.
 .
 xorg-server (2:1.7.2-1) experimental; urgency=low
 .
   * New upstream release
     + Xorg sets umask to 022 (closes: #555308)
   * Delete 09_debian_xserver_rtff.diff.  Was disabled since 1.3.99, and is not
     necessary since the fall back to builtin fonts was added.
   * Change the server's dependency on xserver-common to >= ${source:Version},
     to allow installation of different versions of the various servers.
   * Add build-dep on libglib2.0-dev, xkb-data and x11-xkb-utils for unit
     tests, and run the tests unless nocheck is in DEB_BUILD_OPTIONS.
   * Cherry-pick upstream commit to turn ModeDebug on during server startup,
     replacing our Turn-on-ModeDebug-by-default.patch.
   * Number our patches to make it easier to keep track of things.  Requested
     by the Ubuntu folks.
   * xvfb-run: retry a few times if Xvfb can't be started when using
     --auto-servernum, to make concurrent invocations work (closes: #521075).
     Thanks, Kees Cook!
   * Use libudev instead of libhal for input hotplug on linux.
   * Add udev rule to get keymap from /etc/default/keyboard.
 .
 xorg-server (2:1.7.0-1) experimental; urgency=low
 .
   * Add missing Conflicts on xserver-xorg-video-5 and xserver-xorg-input-4.
   * Add xkb-data to xserver-common's Depends.  XKB is mandatory in 1.7.
   * Make all servers depend on xserver-common (= ${source:Version}).
   * New upstream release
     + fixes Xvfb crashes (closes: #529927)
     + fixes DGA init crash (closes: #548716)
 .
 xorg-server (2:1.6.99.903-1) experimental; urgency=low
 .
   * New upstream snapshot.
     + doesn't fill log file with errors when acpid isn't running
       (closes: #487904, #500583)
     + adds autoconfig for geode variants (closes: #544988)
     + fixes idle time computation (closes: #542064)
     + Xnest uses the host's mouse acceleration and speed (closes: #325181)
     + Xephyr now has a manpage (closes: #427121)
     + Xdmx works again (closes: #541254)
   * Update build deps
   * Update patch stack:
     - 20_hurd-i386.diff applied upstream
     - fedora-bad-fbdev-thats-mine.patch applied upstream
     - fedora-pci-primary.diff superseded upstream
     - fedora-vboxvideo.diff applied upstream
     - kfreebsd-ftbfs.diff applied upstream
     - Add-libgcrypt-as-an-option-for-sha1.diff refreshed
     - Turn-on-ModeDebug-by-default.patch refreshed
   * Cleanup some libtool cruft in debian/rules clean.
   * Bump serverminver, videoabiver and inputabiver.
   * Bump debhelper compat level to 5:
     - handle dh_strip behaviour change
     - fix xserver-xorg-core.install
   * Bump Standards-Version to 3.8.3.
Checksums-Sha1: 
 f707a3dde6decbb8f84698ef1df6ccb66b9c5d46 3409 xorg-server_1.7.2-2ubuntu1.dsc
 33ea0f2d66173d1ebc0de7739ae0f5ac49d86013 6612626 xorg-server_1.7.2.orig.tar.gz
 4777dedd23bd9c4fbe02dd451fda5858e84a6240 372536 xorg-server_1.7.2-2ubuntu1.diff.gz
Checksums-Sha256: 
 1b50edaa9296f9a596af88d3ff6844f3b28613c498a1e77f08b1b5120840b7cb 3409 xorg-server_1.7.2-2ubuntu1.dsc
 5f787adb5a154120b2291c118a41b5b1a057c9c0eebf68ba7a0c258813ca047d 6612626 xorg-server_1.7.2.orig.tar.gz
 80a0d5ddea2400a0130aad8a726181661f32d2289ef729c2f15359ede8c15c01 372536 xorg-server_1.7.2-2ubuntu1.diff.gz
Files: 
 ca2116a0cd3630accee111ba60cdc1fa 3409 x11 optional xorg-server_1.7.2-2ubuntu1.dsc
 3c83b13190bccfb8aa15316770483d03 6612626 x11 optional xorg-server_1.7.2.orig.tar.gz
 b23c624f90abad76058a84a5f64dc9bf 372536 x11 optional xorg-server_1.7.2-2ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 380009
Original-Maintainer: Debian X Strike Force <debian-x at lists.debian.org>

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

iEYEARECAAYFAksdA70ACgkQCf/ckHZoKjeCNQCgh0mN8/E7iadkDgwrwJREhNLo
o34An0k+OnCZI+G4AhCCZkx8p+7rtHBZ
=rCQc
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list