Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org 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 <bi...@debian.org> 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š <jkli...@redhat.com> +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