Skip to content
Snippets Groups Projects
Commit 799f4d09 authored by Michael Biebl's avatar Michael Biebl Committed by Guido Gunther
Browse files

Imported Debian patch 0.5.2.0-2

parent 4626127e
No related branches found
Tags debian/2.15.2-2
No related merge requests found
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 <biebl@debian.org> Thu, 06 Sep 2012 17:07:18 +0200
modemmanager (0.5.2.0-1) unstable; urgency=low
* Upload to unstable.
......
commit f651ac2160b24f8e08f5a18c583cb1bd38c3b248
Author: Jiří Klimeš <jklimes@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>
......@@ -2,3 +2,4 @@
qdl-blacklist.patch
lp700316_usb_blacklist.patch
arduino-blacklist.patch
dbus_remove_max_replies_per_connection_limit.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment