[Pkg-utopia-commits] r2887 - in /packages/unstable/networkmanager/debian: changelog patches/02-dbus_access_network_manager.patch patches/04-ltversioning.patch patches/05-dhclient_lease_files.patch patches/series
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Sun Feb 22 02:28:28 UTC 2009
Author: biebl
Date: Sun Feb 22 02:28:28 2009
New Revision: 2887
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2887
Log:
- Update 02-dbus_access_network_manager.patch for the latest upstream
changes which fixes non-deterministic allow/deny for D-Bus messages with
no interface. (Closes: #510729)
- Disable 03-F3507g.patch for now, patch no longer applies and should be
replaced by ModemManager anyway.
- Remove 04-ltversioning.patch, merged upstream.
- Remove 05-dhclient_lease_files.patch, merged upstream.
Removed:
packages/unstable/networkmanager/debian/patches/04-ltversioning.patch
packages/unstable/networkmanager/debian/patches/05-dhclient_lease_files.patch
Modified:
packages/unstable/networkmanager/debian/changelog
packages/unstable/networkmanager/debian/patches/02-dbus_access_network_manager.patch
packages/unstable/networkmanager/debian/patches/series
Modified: packages/unstable/networkmanager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/networkmanager/debian/changelog?rev=2887&op=diff
==============================================================================
--- packages/unstable/networkmanager/debian/changelog (original)
+++ packages/unstable/networkmanager/debian/changelog Sun Feb 22 02:28:28 2009
@@ -1,6 +1,13 @@
network-manager (0.7.0.97-1) UNRELEASED; urgency=low
* New upstream release.
+ - Update 02-dbus_access_network_manager.patch for the latest upstream
+ changes which fixes non-deterministic allow/deny for D-Bus messages with
+ no interface. (Closes: #510729)
+ - Disable 03-F3507g.patch for now, patch no longer applies and should be
+ replaced by ModemManager anyway.
+ - Remove 04-ltversioning.patch, merged upstream.
+ - Remove 05-dhclient_lease_files.patch, merged upstream.
* Merge experimental branch into unstable. Remaining changes:
- Remove 07-domain_search.patch, merged upstream.
- Remove 08-hal_deprecated_keys.patch, fixed upstream.
Modified: packages/unstable/networkmanager/debian/patches/02-dbus_access_network_manager.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/networkmanager/debian/patches/02-dbus_access_network_manager.patch?rev=2887&op=diff
==============================================================================
--- packages/unstable/networkmanager/debian/patches/02-dbus_access_network_manager.patch (original)
+++ packages/unstable/networkmanager/debian/patches/02-dbus_access_network_manager.patch Sun Feb 22 02:28:28 2009
@@ -1,10 +1,10 @@
-Index: NetworkManager/src/NetworkManager.conf
+Index: network-manager-0.7.0.97/src/NetworkManager.conf
===================================================================
---- NetworkManager.orig/src/NetworkManager.conf 2008-06-11 12:28:11.000000000 +0200
-+++ NetworkManager/src/NetworkManager.conf 2008-06-11 12:32:33.000000000 +0200
-@@ -11,6 +11,14 @@
- <allow send_destination="org.freedesktop.NetworkManager.PPP"/>
- <allow send_interface="org.freedesktop.NetworkManager.PPP"/>
+--- network-manager-0.7.0.97.orig/src/NetworkManager.conf 2009-02-17 16:45:44.000000000 +0100
++++ network-manager-0.7.0.97/src/NetworkManager.conf 2009-02-22 03:20:14.000000000 +0100
+@@ -9,6 +9,16 @@
+ <allow send_destination="org.freedesktop.NetworkManager"
+ send_interface="org.freedesktop.NetworkManager.PPP"/>
</policy>
+ <policy user="haldaemon">
+ <allow send_destination="org.freedesktop.NetworkManager"/>
@@ -12,8 +12,10 @@
+ </policy>
+ <policy group="netdev">
+ <allow send_destination="org.freedesktop.NetworkManager"/>
-+ <allow send_interface="org.freedesktop.NetworkManager"/>
++
++ <deny send_destination="org.freedesktop.NetworkManager"
++ send_interface="org.freedesktop.NetworkManager.PPP"/>
+ </policy>
<policy at_console="true">
<allow send_destination="org.freedesktop.NetworkManager"/>
- <allow send_interface="org.freedesktop.NetworkManager"/>
+
Modified: packages/unstable/networkmanager/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/networkmanager/debian/patches/series?rev=2887&op=diff
==============================================================================
--- packages/unstable/networkmanager/debian/patches/series (original)
+++ packages/unstable/networkmanager/debian/patches/series Sun Feb 22 02:28:28 2009
@@ -1,4 +1,3 @@
02-dbus_access_network_manager.patch
-03-F3507g.patch
-04-ltversioning.patch
-05-dhclient_lease_files.patch
+#03-F3507g.patch
+#20-manual_means_always_online.patch
More information about the Pkg-utopia-commits
mailing list