Mailinglist Archive: opensuse-commit (2092 mails)
| < Previous | Next > |
commit NetworkManager
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 09 Aug 2007 20:27:43 +0200
- Message-id: <20070809182743.5CBEB67832C@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package NetworkManager
checked in at Thu Aug 9 20:27:43 CEST 2007.
--------
--- NetworkManager/NetworkManager.changes 2007-08-03 14:14:49.000000000 +0200
+++ /mounts/work_src_done/STABLE/NetworkManager/NetworkManager.changes 2007-08-07 16:07:58.230818000 +0200
@@ -1,0 +2,6 @@
+Tue Aug 7 16:01:04 CEST 2007 - tambet@xxxxxxx
+
+- Fix a crasher bug in nm-applet that was caused by a typo in a manually
+ updated patch.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ NetworkManager.spec ++++++
--- /var/tmp/diff_new_pack.G10433/_old 2007-08-09 20:27:20.000000000 +0200
+++ /var/tmp/diff_new_pack.G10433/_new 2007-08-09 20:27:20.000000000 +0200
@@ -33,7 +33,7 @@
URL: http://www.gnome.org/projects/NetworkManager/
Autoreqprov: on
Version: 0.6.5
-Release: 1
+Release: 5
Summary: Network Link Manager and User Applications
Source0: NetworkManager-%{version}.tar.bz2
Source1: network-manager-applet-%{version}.tar.bz2
@@ -279,6 +279,9 @@
%{_libdir}/libnm_glib.so.*
%changelog
+* Tue Aug 07 2007 - tambet@xxxxxxx
+- Fix a crasher bug in nm-applet that was caused by a typo in a manually
+ updated patch.
* Fri Aug 03 2007 - sbrabec@xxxxxxx
- Updated gnome-patch-translation support.
* Fri Aug 03 2007 - tambet@xxxxxxx
++++++ nm-save-passwds-in-keyring.patch ++++++
--- /var/tmp/diff_new_pack.G10433/_old 2007-08-09 20:27:22.000000000 +0200
+++ /var/tmp/diff_new_pack.G10433/_new 2007-08-09 20:27:22.000000000 +0200
@@ -109,7 +109,15 @@
WirelessNetwork *net;
nmi_passphrase_dialog_destroy (applet);
-@@ -222,6 +260,7 @@ nmi_dbus_get_key_for_network (DBusConnec
+@@ -210,7 +248,6 @@ nmi_dbus_get_key_for_network (DBusConnec
+ else
+ new_key = TRUE;
+ }
+- g_free (escaped_network);
+
+ /* It's not a new key, so try to get the key from the keyring. */
+ if (!new_key)
+@@ -222,6 +259,7 @@ nmi_dbus_get_key_for_network (DBusConnec
cb_data->essid = g_strdup (essid);
cb_data->message = message;
dbus_message_ref (message);
@@ -117,7 +125,7 @@
cb_data->dev = dev;
network_device_ref (dev);
cb_data->net_path = g_strdup (net_path);
-@@ -234,16 +273,38 @@ nmi_dbus_get_key_for_network (DBusConnec
+@@ -234,16 +272,38 @@ nmi_dbus_get_key_for_network (DBusConnec
gtk_menu_shell_deactivate (GTK_MENU_SHELL (applet->dropdown_menu));
/* Get the essid key, if any, from the keyring */
@@ -165,7 +173,7 @@
{
/* We only ask the user for a new key when we know about the network from NM,
* since throwing up a dialog with a random essid from somewhere is a security issue.
-@@ -255,6 +316,8 @@ nmi_dbus_get_key_for_network (DBusConnec
+@@ -255,6 +315,8 @@ nmi_dbus_get_key_for_network (DBusConnec
}
}
@@ -174,7 +182,7 @@
return NULL;
}
-@@ -850,6 +913,62 @@ save_network_info_keyring_cb (GnomeKeyri
+@@ -850,6 +912,62 @@ save_network_info_keyring_cb (GnomeKeyri
nm_warning ("Error saving secret for wireless network '%s' in keyring: %d", (char *) user_data, result);
}
@@ -237,7 +245,7 @@
/*
* nmi_save_network_info
-@@ -958,32 +1077,7 @@ nmi_save_network_info (NMApplet *applet,
+@@ -958,32 +1076,7 @@ nmi_save_network_info (NMApplet *applet,
}
/* Stuff the encryption key into the keyring */
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |