Accepted xorg-server 2:1.3.0.0.dfsg-4ubuntu1 (source)

Bryce Harrington bryce at ubuntu.com
Wed May 16 05:40:25 BST 2007


Accepted:
 OK: xorg-server_1.3.0.0.dfsg-4ubuntu1.dsc
     -> Component: main Section: x11
 OK: xorg-server_1.3.0.0.dfsg.orig.tar.gz
 OK: xorg-server_1.3.0.0.dfsg-4ubuntu1.diff.gz

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 14 May 2007 16:40:03 -0700
Source: xorg-server
Binary: xserver-xephyr xprint xserver-xorg-core xvfb xserver-xorg-dev xdmx xprint-common xdmx-tools xserver-xorg-core-dbg xnest
Architecture: source
Version: 2:1.3.0.0.dfsg-4ubuntu1
Distribution: gutsy
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Bryce Harrington <bryce at ubuntu.com>
Description: 
 xdmx       - Distributed Multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest      - Nested X server
 xprint     - Xprint - the X11 print system (binary)
 xprint-common - Xprint - the X11 print system (configuration files)
 xserver-xephyr - Next Generation Nested X Server
 xserver-xorg-core - X.Org X server -- core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-dev - X.Org X server -- development files
 xvfb       - Virtual Framebuffer 'fake' X server
Closes: 314598 351042 410879 414792 422936
Changes: 
 xorg-server (2:1.3.0.0.dfsg-4ubuntu1) gutsy; urgency=low
 .
   * Merge from Debian unstable. Remaining Ubuntu changes:
     - debian/control:
       + set Conflicts: xkb-data (<< 0.9), since xkb-path is
         different from previous releases
       + do not Conflict with xserver-xorg-video
       + xvfb Depends on xauth, xfonts-base
       + Set Maintainer to Ubuntu Core Developers
     - debian/rules:
       + build using -fno-stack-protector
       + --with-os-vendor=Ubuntu
     - debian/xserver-xorg-core.install:
       + Add ioport, pcitweak, scanpci scripts & man pages
     - debian/patches:
       + 102_ubuntu_sharevts_load_cpu.patch:
         close console fd only when ShareVTs
       + 104_fedora_init_origins_fix.patch:
         multihead initialization
       + 106_ubuntu_fpic_libxf86config.patch:
         Add -fPIC to makefiles for xfree86/parser
       + 107_fedora_dont_backfill_bg_none.patch:
         Re-enable to see if it helps with performance regressions.
       + 108_fedora_gl_include_inferiors.patch,
         110_fedora_no_move_damage.patch,
         114_fedora_no_composite_in_xnest.patch:
         further aiglx support
       + 119_ubuntu_enable_composite.diff:
         enable composite
       + 120_fedora_disable_offscreen_pixmaps.patch:
         update to the latest version from Fedora (rev. 1.6, was 1.1)
         Despite being a hack, it works and is needed for compositing
         managers to work properly.
       + 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.
       + 123_no_composite_for_xvfb_run.patch:
         use "-extension Composite" to fix xvfb-run crashing
   * Drop 124_fix-pdripriv_null_deref.patch.  Already fixed in GLX code.
     See upstream FDO bug #8537
 .
 xorg-server (2:1.3.0.0.dfsg-4) unstable; urgency=low
 .
   * Cherry-pick patch from upstream git to fix security issue in the Xrender
     extension: malicious clients can cause a division by zero in the server
     (closes: #422936). Reference: CVE-2007-2437. Thanks, Micah Anderson!
 .
 xorg-server (2:1.3.0.0.dfsg-3) unstable; urgency=low
 .
   * Include 94_use_default_font_path.diff. This patch is like Eugene's patch
     to always look in the default font path from the past, but now we provide
     an option to disable looking in the default font path at runtime. This
     will allow people to specify additional font paths in their xorg.conf
     without losing their current paths. This will also help avoid people
     having ye olde "fixed font" problem.
   * Fix compilation warnings for 05_module_defaults.diff. Previously the patch
     used a generic pointer for the options record, but now we use the actual
     XF86OptionsPtr type.
 .
 xorg-server (2:1.3.0.0.dfsg-2) unstable; urgency=low
 .
   * Add Brice Goglin's fix for 05_module_defaults.diff, so that it also works
     when there is no module section at all. Thanks to Michel Daenzer for
     helping also.
 .
 xorg-server (2:1.3.0.0.dfsg-1) unstable; urgency=low
 .
   * Upload to unstable.
   * Add XS-Vcs-* to debian/control.
   * Remove non-free file hw/xfree86/doc/README.DRI from the upstream tarball.
   * Bump serverminver to 2:1.3.0.0.
 .
 xorg-server (2:1.3.0.0-1) experimental; urgency=low
 .
   * New upstream release
 .
 xorg-server (2:1.2.99.905-3) experimental; urgency=low
 .
   [ Julien Cristau ]
   * xvfb now Recommends: xfonts-base (closes: #314598).
 .
   [ David Nusinow ]
   * Add 05_module_defaults.diff. This provides default modules loading
     capabilities for the server that may be overrided easily. Previously the
     server would load a set of default modules, but only if none were
     specified in the xorg.conf, or if you didn't have a xorg.conf at all. This
     patch provides a default set and you can add only the "Load" instructions
     to xorg.conf that you want without losing the defaults. Similarly, if you
     don't want to load a module that's loaded by default, you can add
     "Disable modulename" to your xorg.conf (see man xorg.conf in this release
     for details). See upstream bug #10541 for more.
 .
 xorg-server (2:1.2.99.905-2) experimental; urgency=low
 .
   * Install the cvt and gtf utilities and their manpages (closes: #414792).
   * Build the xserver-xorg-core-dbg package, which contains debugging symbols
     for Xorg and /usr/lib/xorg/modules/**/*.so
 .
 xorg-server (2:1.2.99.905-1) experimental; urgency=low
 .
   * New upstream release candidate.
     + includes fix for CVE-2007-1003: XC-MISC Extension ProcXCMiscGetXIDList()
       Memory Corruption.
 .
 xorg-server (2:1.2.99.903-1) experimental; urgency=low
 .
   [ Drew Parsons ]
   * Add exclude entries to dh_install in debian/rules.
 .
   [ Julien Cristau ]
   * Prepare packaging to ship debugging symbols for xserver-xorg-core in
     xserver-xorg-core-dbg, but leave it commented out so we can get rc3 in the
     archive first.
   * New upstream release candidate.
     + bump serverminver to 2:1.2.99.903.
 .
 xorg-server (2:1.2.99.902-1) experimental; urgency=low
 .
   [ Drew Parsons ]
   * Bring xprint back into the xorg fold.
     - include existing patches:
       - 91_ttf2pt1 allows Xprint to use ttf2pt1 for Type1 font handling
       	(but extract and apply manually the patch to
        	hw/xprint/ps/Makefile.am so it may be applied by autoconf)
       - 91_ttf2pt1_updates brings ttf2pt1 into the modern X11R7.1 world
       - 92_xprint-security-holes-fix.patch places PS/PDF file output
       	into the user's home directory (~/Xprintjobs), more secure than
       	a shared /tmp/Xprintjobs
       - 93_spooltodir_check_file_exists ensures output filenames are
       	less than 256 characters in length
       - 93_xprint_fonts_fix released references to font names after use.
      - enable freetype support for Xprint.
      - add descriptions to debian/control and Build-Dependency on
        x11proto-print-dev
   * Run autoreconf to update changes to hw/xprint/ps/Makefile.am.
 .
   [ Brice Goglin ]
   * Apply patch from adrian at smop.co.uk to our xvfb-run wrapper
     to check whether Xvfb started ok and fix its cleanup
     (closes: #351042).
 .
   [ Julien Cristau ]
   * New upstream release candidate.
   * Bump serverminver to 2:1.2.99.902.
   * Drop patch 42_build_int10_submodules.diff, and use x86emu on all
     architectures instead (closes: #410879).
   * Refresh patches:
     + 12_security_policy_in_etc.diff
     + 21_glx_align_fixes.patch
     + 23_kfreebsd_support.diff
   * Delete a few files generated by configure on clean, since they seem to
     have been included in the tarball.
 .
 xorg-server (2:1.2.99.901-1) experimental; urgency=low
 .
   * New upstream release candidate.
     + Remove patches 24 (hurd support), 35 (randr byteswap) and 43 (set damage
       version), applied upstream.
     + Bump build-dep on x11proto-randr-dev to >= 1.2, and on
       x11proto-damage-dev to >= 1.1.
 .
 xorg-server (2:1.2.0-6) experimental; urgency=low
 .
   * Set videoabiver to 1.0, same as in xorg-server 1.1.
 .
 xorg-server (2:1.2.0-5) experimental; urgency=low
 .
   * Add input ABI versioning metadata. Rename serverabiver file to
     videoabiver, and add inputabiver. Bump serverminver to 2:1.2.0-5 to deal
     with this change.
 .
 xorg-server (2:1.2.0-4) experimental; urgency=low
 .
   [ Julien Cristau ]
   * Don't strip modules when DEB_BUILD_OPTIONS contains nostrip.  Thanks,
     Cyril Brulebois!
 .
   [ David Nusinow ]
   * Move serverabiver file to serverminver. Use serverabiver to store the
     actual video ABI version number (1.1 right now). This will allow drivers
     to automatically generate their Provides: xserver-xorg-video-* line when
     built against a particular server version. The rename of the files
     is to better denote what they actually are.
   * Bump the serverminver to 2:1.2.0-4 because of this change
Files: 
 7fd485e9ee537b7a471fd9bd71ae9ca3 2420 x11 optional xorg-server_1.3.0.0.dfsg-4ubuntu1.dsc
 cbbc69f99b93172fde667f1241b5d5a4 7995168 x11 optional xorg-server_1.3.0.0.dfsg.orig.tar.gz
 1ff942b44aeded02b173e23860cab0aa 585051 x11 optional xorg-server_1.3.0.0.dfsg-4ubuntu1.diff.gz
Original-Maintainer: Debian X Strike Force <debian-x at lists.debian.org>

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

iD8DBQFGSoe0H/9LqRcGPm0RArfDAJ9Oix6FMtiyW1P9TyweMi/cgRbLhgCgmDTB
3H830WT99uUykHjkXLFHesQ=
=ySYG
-----END PGP SIGNATURE-----





More information about the gutsy-changes mailing list