--- dbus-1.0.2/debian/changelog +++ dbus-1.0.2/debian/changelog @@ -1,3 +1,15 @@ +dbus (1.0.2-1ubuntu4) feisty-proposed; urgency=low + + * Add debian/patches/02_dbus-launch_close_pipe.patch: + - _dbus_get_autolaunch_address(): When calling dbus-launch fails, + close the reading end of the pipe. + - This caused a serious fd leak in programs like cups when they repeatedly + try to send dbus messages, dbus is not running, and dbus-launch is not + available or otherwise fails to execute. + - LP: #112803 + + -- Martin Pitt Thu, 26 Jul 2007 11:08:35 +0200 + dbus (1.0.2-1ubuntu3) feisty; urgency=low * debian/rules: Start dbus at runlevel priority 12, so that it comes before --- dbus-1.0.2.orig/debian/patches/02_dbus-launch_close_pipe.patch +++ dbus-1.0.2/debian/patches/02_dbus-launch_close_pipe.patch