[maemo-commits] [maemo-commits] r9827 - in projects/haf/branches/dbus/0.x/trunk/debian: . patches
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Feb 13 16:38:37 EET 2007
- Previous message: [maemo-commits] r9826 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
- Next message: [maemo-commits] r9828 - projects/haf/branches/dbus/0.x/trunk/test/data/valid-config-files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2007-02-13 16:38:35 +0200 (Tue, 13 Feb 2007) New Revision: 9827 Added: projects/haf/branches/dbus/0.x/trunk/debian/patches/37-up-connection-limits.patch Modified: projects/haf/branches/dbus/0.x/trunk/debian/changelog Log: increasing per-user connection limits Modified: projects/haf/branches/dbus/0.x/trunk/debian/changelog =================================================================== --- projects/haf/branches/dbus/0.x/trunk/debian/changelog 2007-02-13 14:37:19 UTC (rev 9826) +++ projects/haf/branches/dbus/0.x/trunk/debian/changelog 2007-02-13 14:38:35 UTC (rev 9827) @@ -1,3 +1,10 @@ +dbus (0.61-osso27) experimental; urgency=low + + * UNRELEASED + * Added fix for per-user limit of maximum connections. Fixes: NB#51663 + + -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Tue, 13 Feb 2007 15:39:07 +0200 + dbus (0.61-osso26) experimental; urgency=low * Added fix for a leak spotted by Alberto Mardegan. Fixes: NB#50506 Added: projects/haf/branches/dbus/0.x/trunk/debian/patches/37-up-connection-limits.patch =================================================================== --- projects/haf/branches/dbus/0.x/trunk/debian/patches/37-up-connection-limits.patch 2007-02-13 14:37:19 UTC (rev 9826) +++ projects/haf/branches/dbus/0.x/trunk/debian/patches/37-up-connection-limits.patch 2007-02-13 14:38:35 UTC (rev 9827) @@ -0,0 +1,26 @@ +diff -pur trunk/bus/session.conf.in trunk.new/bus/session.conf.in +--- trunk/bus/session.conf.in 2006-11-16 11:30:14.000000000 +0200 ++++ trunk.new/bus/session.conf.in 2007-02-13 15:45:21.390464344 +0200 +@@ -12,6 +12,9 @@ + + <servicedir>@EXPANDED_DATADIR@/dbus-1/services</servicedir> + ++ <limit name="max_completed_connections">10000</limit> ++ <limit name="max_connections_per_user">10000</limit> ++ + <policy context="default"> + <!-- Allow everything to be sent --> + <allow send_destination="*"/> +diff -pur trunk/bus/system.conf.in trunk.new/bus/system.conf.in +--- trunk/bus/system.conf.in 2006-11-16 11:30:14.000000000 +0200 ++++ trunk.new/bus/system.conf.in 2007-02-13 15:45:07.078640072 +0200 +@@ -32,6 +32,9 @@ + systems.) --> + <listen>@DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@</listen> + ++ <limit name="max_completed_connections">10000</limit> ++ <limit name="max_connections_per_user">10000</limit> ++ + <policy context="default"> + <!-- Deny everything then punch holes --> + <deny send_interface="*"/>
- Previous message: [maemo-commits] r9826 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
- Next message: [maemo-commits] r9828 - projects/haf/branches/dbus/0.x/trunk/test/data/valid-config-files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]