[Pkg-utopia-commits] r1584 - in /packages/unstable/knetworkmanager/debian: changelog patches/06-version_check.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jul 1 09:58:24 UTC 2007


Author: biebl
Date: Sun Jul  1 09:58:24 2007
New Revision: 1584

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1584
Log:
* debian/patches/06-version_check.patch
  - Added. Fixes the problem with knetworkmanager no longer connecting
    automatically upon login. Closes: #431255
    If you are upgrading from a previous 0.2 svn snapshot, you may have to
    clear the list of trusted networks in the configuration dialog.

Added:
    packages/unstable/knetworkmanager/debian/patches/06-version_check.patch
Modified:
    packages/unstable/knetworkmanager/debian/changelog

Modified: packages/unstable/knetworkmanager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/knetworkmanager/debian/changelog?rev=1584&op=diff
==============================================================================
--- packages/unstable/knetworkmanager/debian/changelog (original)
+++ packages/unstable/knetworkmanager/debian/changelog Sun Jul  1 09:58:24 2007
@@ -1,3 +1,13 @@
+knetworkmanager (1:0.2~svn678822-3) unstable; urgency=low
+
+  * debian/patches/06-version_check.patch
+    - Added. Fixes the problem with knetworkmanager no longer connecting
+      automatically upon login. Closes: #431255
+      If you are upgrading from a previous 0.2 svn snapshot, you may have to
+      clear the list of trusted networks in the configuration dialog.
+
+ -- Michael Biebl <biebl at debian.org>  Sun, 01 Jul 2007 11:47:00 +0200
+
 knetworkmanager (1:0.2~svn678822-2) unstable; urgency=low
 
   * debian/patches/02-linux_types.patch

Added: packages/unstable/knetworkmanager/debian/patches/06-version_check.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/knetworkmanager/debian/patches/06-version_check.patch?rev=1584&op=file
==============================================================================
--- packages/unstable/knetworkmanager/debian/patches/06-version_check.patch (added)
+++ packages/unstable/knetworkmanager/debian/patches/06-version_check.patch Sun Jul  1 09:58:24 2007
@@ -1,0 +1,22 @@
+Index: knetworkmanager-encryption.cpp
+===================================================================
+--- knetworkmanager/src/knetworkmanager-encryption.cpp	(Revision 674899)
++++ knetworkmanager/src/knetworkmanager-encryption.cpp	(Arbeitskopie)
+@@ -420,7 +420,7 @@
+ 		if (keyStored && _network)
+ 			this->isValid (_network->getEssid ()); // set _we_cipher
+ 		this->persist (cfg, true);
+-	} else if (version == 0.1) {
++	} else if (version >= 0.1) {
+ 		if (withKey && hasStoredKey())
+ 			this->restoreKey ();
+ 		_we_cipher = cfg->readNumEntry ("Cipher", -1);
+@@ -603,7 +603,7 @@
+ 		if (keyStored && _network)
+ 			this->isValid (_network->getEssid ()); // set _we_cipher
+ 		this->persist (cfg, true);
+-	} else if (version == 0.1) {
++	} else if (version >= 0.1) {
+ 		if (withKey && hasStoredKey())
+ 			this->restoreKey ();
+ 		_we_cipher = cfg->readNumEntry ("Cipher", -1);




More information about the Pkg-utopia-commits mailing list