Your message dated Mon, 17 Sep 2012 06:17:13 +0100
with message-id <[email protected]>
and subject line Re: Bug#687896: unblock: modemmanager/0.5.2.0-2
has caused the Debian Bug report #687896,
regarding unblock: modemmanager/0.5.2.0-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
687896: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687896
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package modemmanager
It contains a single fix, similar to network-manager_0.9.4.0-6, which
removes an unintentional reduction of the max_replies_per_connection
D-Bus limit from the D-Bus configuration file.
debdiff is attached.
Cheers,
Michael
unblock modemmanager/0.5.2.0-2
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.5-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog'
--- debian/changelog 2012-03-24 00:24:51 +0000
+++ debian/changelog 2012-09-06 15:07:20 +0000
@@ -1,3 +1,13 @@
+modemmanager (0.5.2.0-2) unstable; urgency=low
+
+ * debian/patches/dbus_remove_max_replies_per_connection_limit.patch: Remove
+ 'max_replies_per_connection' limit from D-Bus configuration which sets it
+ to 512. It was intended to increase the limit from its historical value of
+ 32. However, since 2007 the default limit has been 8192, so this is actually
+ a reduction. (Closes: #678964)
+
+ -- Michael Biebl <[email protected]> Thu, 06 Sep 2012 17:07:18 +0200
+
modemmanager (0.5.2.0-1) unstable; urgency=low
* Upload to unstable.
=== added file 'debian/patches/dbus_remove_max_replies_per_connection_limit.patch'
--- debian/patches/dbus_remove_max_replies_per_connection_limit.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/dbus_remove_max_replies_per_connection_limit.patch 2012-09-06 15:04:21 +0000
@@ -0,0 +1,33 @@
+commit f651ac2160b24f8e08f5a18c583cb1bd38c3b248
+Author: Jiří Klimeš <[email protected]>
+Date: Wed May 23 10:50:28 2012 +0200
+
+ dbus: remove 'max_replies_per_connection' limit from D-Bus configuration
+
+ It is leftover from times when D-Bus default limit was 32. Now, it is 8192, see
+ http://cgit.freedesktop.org/dbus/dbus/commit/?id=8d3d8ff55739eebd84d0d53a20a025329feafc3b
+
+diff --git a/org.freedesktop.ModemManager.conf.nopolkit b/org.freedesktop.ModemManager.conf.nopolkit
+index 2f33161..0dd5ee7 100644
+--- a/org.freedesktop.ModemManager.conf.nopolkit
++++ b/org.freedesktop.ModemManager.conf.nopolkit
+@@ -11,7 +11,5 @@
+ <policy user="root">
+ <allow own="org.freedesktop.ModemManager"/>
+ </policy>
+-
+- <limit name="max_replies_per_connection">512</limit>
+ </busconfig>
+
+diff --git a/org.freedesktop.ModemManager.conf.polkit b/org.freedesktop.ModemManager.conf.polkit
+index 25490e3..768b2ad 100644
+--- a/org.freedesktop.ModemManager.conf.polkit
++++ b/org.freedesktop.ModemManager.conf.polkit
+@@ -148,7 +148,5 @@
+ <allow own="org.freedesktop.ModemManager"/>
+ <allow send_destination="org.freedesktop.ModemManager"/>
+ </policy>
+-
+- <limit name="max_replies_per_connection">512</limit>
+ </busconfig>
+
=== modified file 'debian/patches/series'
--- debian/patches/series 2012-01-02 16:13:03 +0000
+++ debian/patches/series 2012-09-06 15:04:25 +0000
@@ -2,3 +2,4 @@
qdl-blacklist.patch
lp700316_usb_blacklist.patch
arduino-blacklist.patch
+dbus_remove_max_replies_per_connection_limit.patch
--- End Message ---
--- Begin Message ---
On Mon, 2012-09-17 at 00:04 +0200, Michael Biebl wrote:
> Please unblock package modemmanager
>
> It contains a single fix, similar to network-manager_0.9.4.0-6, which
> removes an unintentional reduction of the max_replies_per_connection
> D-Bus limit from the D-Bus configuration file.
Unblocked; thanks.
Regards,
Adam
--- End Message ---