[ubuntu/oneiric] dbus 1.4.12-4ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Thu Jul 7 11:05:18 UTC 2011


dbus (1.4.12-4ubuntu1) oneiric; urgency=low

  * Merge with Debian unstable. Remaining changes:
    - Install binaries into / rather than /usr:
      + debian/rules: Set --exec-prefix=/
      + debian/dbus.install, debian/dbus-x11.install: Install from /bin
    - Use upstart to start:
      + Add debian/dbus.upstart.
      + debian/control: Add upstart dependency.
      + debian/dbus.postinst: Use upstart call instead of invoking the init.d
        script for checking if we are already running.
      + debian/control: versioned dependency on netbase that emits the new
        deconfiguring-networking event used in upstart script.
    - 20_system_conf_limit.patch: Increase max_match_rules_per_connection for
      the system bus to 5000 (LP #454093)
    - 81-session.conf-timeout.patch: Raise the service startup timeout from 25
      to 60 seconds. It may be too short on the live CD with slow machines.
    - Add 0001-activation-allow-for-more-variation-than-just-system.patch,
      0002-bus-change-systemd-activation-to-activation-systemd.patch,
      0003-upstart-add-upstart-as-a-possible-activation-type.patch,
      0004-upstart-add-UpstartJob-to-service-desktop-files.patch,
      0005-activation-implement-upstart-activation.patch: Patches from Scott
      James Remnant to implement Upstart service activation. Not upstream.

dbus (1.4.12-4) unstable; urgency=low

  * Override missing-pre-dependency-on-multiarch-support for the -dev
    package, ftp-master doesn't have lintian 2.5.1 yet
  * Check all Description fields for correct use of dbus (package name)
    vs. D-Bus (project name), and override lintian false-positives

dbus (1.4.12-3) unstable; urgency=low

  * Mention CVE-2011-2200 in the changelog for 1.4.12-1 now it has a CVE ID
  * Merge some things from Ubuntu, via experimental:
    - move libraries into multiarch locations (but don't move binaries
      from /usr to /, which is not needed on Debian)
    - run dbus-uuidgen --ensure in postinst
    - call ReloadConfig with dbus-send in the postinst, since that'll work
      regardless of whether dbus was started with sysvinit or Upstart; just
      call it unconditionally, and ignore any failures we might see (in
      chroots or if dbus-daemon wasn't running)
  * and more things from experimental:
    - improve comments in postinst explaining why it behaves as it does
  * Run dbus-launch for X sessions in a way that doesn't consume characters
    from startx's stdin, or the stdin of certain display managers' init scripts
    (known to affect slim, but not xdm or gdm) (Closes: #453755)
  * Remove the .la file for the debug build, not just the normal build

dbus (1.4.12-2) unstable; urgency=medium

  * Don't run tests during build (again), it appears they time out on most of
    of the buildds
  * Explicitly build-depend on automake 1.10, so buildds won't try and fail
    with automake1.9 like kfreebsd-i386 did

dbus (1.4.12-1) unstable; urgency=medium

  * New upstream release fixes local DoS (Closes: #629938, CVE-2011-2200)
  * Don't delete jquery.js, no longer installed by recent Doxygen
  * Build-depend on libglib2.0-dev, libdbus-glib-1-dev for better regression
    test coverage (dbus-glib is a circular dependency, but both of these
    dependencies can be dropped if bootstrapping new architectures)

dbus (1.4.10-2) unstable; urgency=low

  * Disable silent rules so we can have useful buildd logs
  * Update Vcs-Git, Vcs-Browser to the form preferred by the Alioth admins
  * Disable -Wl,--gc-sections and related flags: the size decrease is
    negligible, and these options currently segfault ld on armel and mips*
    (Closes: #628834)
  * Disable the build-time tests for now, they need more upstream work before
    they'll pass in a minimal build chroot

dbus (1.4.10-1) unstable; urgency=low

  * New upstream version
  * Use a separate build directory
  * Explicitly set compiler flags
  * Don't complain about not installing libdbus-1.la
  * Don't pass a version to dh_makeshlibs -V - the symbols file gives us
    exact dependencies, so the legacy shlibs mechanism is just a guard against
    old systems now, and everyone forgets to update it
  * Do a second build with tests, verbosity etc. enabled, and install it
    in /usr/lib/$DEB_HOST_MULTIARCH/dbus-1.0/debug-build in dbus-1-dbg
    (Closes: #498185)
    - increase dependencies of dbus-1-dbg to allow for this
    - run the debug build's regression tests during build, but don't make
      failures fatal yet
    - build-depend on xvfb and run the tests under xvfb-run, since one
      needs a $DISPLAY
  * Run autoconf during build, and allow parallel building
  * Don't install dcop-howto.txt - this isn't DCOP

Date: Thu, 07 Jul 2011 12:23:51 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/oneiric/+source/dbus/1.4.12-4ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 07 Jul 2011 12:23:51 +0200
Source: dbus
Binary: dbus dbus-x11 libdbus-1-3 dbus-1-doc libdbus-1-dev dbus-1-dbg
Architecture: source
Version: 1.4.12-4ubuntu1
Distribution: oneiric
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 dbus       - simple interprocess messaging system (daemon and utilities)
 dbus-1-dbg - simple interprocess messaging system (debug symbols)
 dbus-1-doc - simple interprocess messaging system (documentation)
 dbus-x11   - simple interprocess messaging system (X11 deps)
 libdbus-1-3 - simple interprocess messaging system (library)
 libdbus-1-dev - simple interprocess messaging system (development headers)
Closes: 453755 498185 628834 629938
Changes: 
 dbus (1.4.12-4ubuntu1) oneiric; urgency=low
 .
   * Merge with Debian unstable. Remaining changes:
     - Install binaries into / rather than /usr:
       + debian/rules: Set --exec-prefix=/
       + debian/dbus.install, debian/dbus-x11.install: Install from /bin
     - Use upstart to start:
       + Add debian/dbus.upstart.
       + debian/control: Add upstart dependency.
       + debian/dbus.postinst: Use upstart call instead of invoking the init.d
         script for checking if we are already running.
       + debian/control: versioned dependency on netbase that emits the new
         deconfiguring-networking event used in upstart script.
     - 20_system_conf_limit.patch: Increase max_match_rules_per_connection for
       the system bus to 5000 (LP #454093)
     - 81-session.conf-timeout.patch: Raise the service startup timeout from 25
       to 60 seconds. It may be too short on the live CD with slow machines.
     - Add 0001-activation-allow-for-more-variation-than-just-system.patch,
       0002-bus-change-systemd-activation-to-activation-systemd.patch,
       0003-upstart-add-upstart-as-a-possible-activation-type.patch,
       0004-upstart-add-UpstartJob-to-service-desktop-files.patch,
       0005-activation-implement-upstart-activation.patch: Patches from Scott
       James Remnant to implement Upstart service activation. Not upstream.
 .
 dbus (1.4.12-4) unstable; urgency=low
 .
   * Override missing-pre-dependency-on-multiarch-support for the -dev
     package, ftp-master doesn't have lintian 2.5.1 yet
   * Check all Description fields for correct use of dbus (package name)
     vs. D-Bus (project name), and override lintian false-positives
 .
 dbus (1.4.12-3) unstable; urgency=low
 .
   * Mention CVE-2011-2200 in the changelog for 1.4.12-1 now it has a CVE ID
   * Merge some things from Ubuntu, via experimental:
     - move libraries into multiarch locations (but don't move binaries
       from /usr to /, which is not needed on Debian)
     - run dbus-uuidgen --ensure in postinst
     - call ReloadConfig with dbus-send in the postinst, since that'll work
       regardless of whether dbus was started with sysvinit or Upstart; just
       call it unconditionally, and ignore any failures we might see (in
       chroots or if dbus-daemon wasn't running)
   * and more things from experimental:
     - improve comments in postinst explaining why it behaves as it does
   * Run dbus-launch for X sessions in a way that doesn't consume characters
     from startx's stdin, or the stdin of certain display managers' init scripts
     (known to affect slim, but not xdm or gdm) (Closes: #453755)
   * Remove the .la file for the debug build, not just the normal build
 .
 dbus (1.4.12-2) unstable; urgency=medium
 .
   * Don't run tests during build (again), it appears they time out on most of
     of the buildds
   * Explicitly build-depend on automake 1.10, so buildds won't try and fail
     with automake1.9 like kfreebsd-i386 did
 .
 dbus (1.4.12-1) unstable; urgency=medium
 .
   * New upstream release fixes local DoS (Closes: #629938, CVE-2011-2200)
   * Don't delete jquery.js, no longer installed by recent Doxygen
   * Build-depend on libglib2.0-dev, libdbus-glib-1-dev for better regression
     test coverage (dbus-glib is a circular dependency, but both of these
     dependencies can be dropped if bootstrapping new architectures)
 .
 dbus (1.4.10-2) unstable; urgency=low
 .
   * Disable silent rules so we can have useful buildd logs
   * Update Vcs-Git, Vcs-Browser to the form preferred by the Alioth admins
   * Disable -Wl,--gc-sections and related flags: the size decrease is
     negligible, and these options currently segfault ld on armel and mips*
     (Closes: #628834)
   * Disable the build-time tests for now, they need more upstream work before
     they'll pass in a minimal build chroot
 .
 dbus (1.4.10-1) unstable; urgency=low
 .
   * New upstream version
   * Use a separate build directory
   * Explicitly set compiler flags
   * Don't complain about not installing libdbus-1.la
   * Don't pass a version to dh_makeshlibs -V - the symbols file gives us
     exact dependencies, so the legacy shlibs mechanism is just a guard against
     old systems now, and everyone forgets to update it
   * Do a second build with tests, verbosity etc. enabled, and install it
     in /usr/lib/$DEB_HOST_MULTIARCH/dbus-1.0/debug-build in dbus-1-dbg
     (Closes: #498185)
     - increase dependencies of dbus-1-dbg to allow for this
     - run the debug build's regression tests during build, but don't make
       failures fatal yet
     - build-depend on xvfb and run the tests under xvfb-run, since one
       needs a $DISPLAY
   * Run autoconf during build, and allow parallel building
   * Don't install dcop-howto.txt - this isn't DCOP
Checksums-Sha1: 
 c48066076bd20392218a54a424ce3483bbae2cd2 2369 dbus_1.4.12-4ubuntu1.dsc
 6288a0826fe02d02ddbe62af03c9401501e69cc2 1878025 dbus_1.4.12.orig.tar.gz
 bf2b1556851cc6b6ade22cff78c4b2c6405db7d5 39961 dbus_1.4.12-4ubuntu1.debian.tar.gz
Checksums-Sha256: 
 680b68787b2ffd4b95a4c520a9be25ea49b9f68bf90f96ea9ed88d98900e78db 2369 dbus_1.4.12-4ubuntu1.dsc
 da3c97fd546610558d588799e27c4fa81101e754acbcd34747a42c131f30dbe7 1878025 dbus_1.4.12.orig.tar.gz
 343b0fad92952badf83b037d620a0437c15046178b678acb517387c74118afad 39961 dbus_1.4.12-4ubuntu1.debian.tar.gz
Files: 
 2be5e037f8a18f4b2075b8634064f147 2369 devel optional dbus_1.4.12-4ubuntu1.dsc
 104f2ea94c10a896dfb1edecb5714cb1 1878025 devel optional dbus_1.4.12.orig.tar.gz
 40db351b73a3c529e52e184650277cb6 39961 devel optional dbus_1.4.12-4ubuntu1.debian.tar.gz
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>

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

iQIcBAEBCAAGBQJOFZBxAAoJEPmIJawmtHufUIsP/AwdTymEq2mROLVOsSn7oL4l
RciRDnXZ0Mw/CWJQa3Tu1nIet0rkVwyLmKuMeMTBYq8oLyARI/mLbocEv7iJCuMy
DHaN10WFMGsBa89E50TWT4kbjREYldwmc+TI/PBtOCf3+u/XoJ23Rt5C3GzFdjRo
xniFtXfhaF3b8lioBy3SW6083Q3HvD7n8MwLu7ZY0PqSJbjKH80ZzDnaNcJvsg7f
heVm8OtoTABLW2cR4uDgix41EFF6AwwmANi85PerRn4H4OnCoUV3NTylaLD8ZMgn
A9iw36hwFn+aZIcoxSiHiSA01y/IlCPIPzteJz1+Rd68xh0Ac0UxbMwsemL/1X1c
PjjDj1TiGheClvcamMlHAyfZ9CwSwv3DP85TVIPoZZRl25fcUr7TQUpkxF13kzI0
InI4nvbxlCiwRdGMRSsL1RWAUxk2//K4OvUCqAwLDjKv5R4pxppTCAi1Zk7cFnvU
FhQgduf8NAoTvfhUs6jplQ+4zvVVspNnM7JWO0iA9SESKVFSvgWrZj184F2iXq11
SV/2Kar/Ybijfb/d/SlEE2V2kxekdJ4UElDg2rCtefaSx9xbOR7fc+jj6+P8AECD
DqavA3V4OD50SS46PFlF49nTllNMJZCrqTHD7T2IXyu4owWxu36cKXJx7aY2Km2Y
thc34Y8vXEmszfVVZG8Q
=KrIP
-----END PGP SIGNATURE-----


More information about the Oneiric-changes mailing list