tags 641531 +patch
thanks

Package: wicd
Followup-For: Bug #641531

Hi:

  Find attached a patch for the issue.

  I'm sorry for the delay, I was actually fighting reportbug-gtk :S

  Regards,


-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (500, 'stable'), (90, 'testing'), (50, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-bpo.2-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages wicd depends on:
ii  wicd-daemon             1.7.0+ds1-5
ii  wicd-gtk [wicd-client]  1.7.0+ds1-5

wicd recommends no packages.

wicd suggests no packages.

Versions of packages wicd-gtk depends on:
ii  python         2.6.6-3+squeeze6
ii  python-glade2  2.17.0-4        
ii  python-gtk2    2.17.0-4        
ii  wicd-daemon    1.7.0+ds1-5     

Versions of packages wicd-gtk recommends:
ii  gksu           2.0.2-5            
ii  python-notify  0.1.1-2+b2         
ii  sudo           1.7.4p4-2.squeeze.2

Versions of packages wicd-daemon depends on:
ii  adduser                         3.112+nmu2          
ii  dbus                            1.2.24-4+squeeze1   
ii  debconf [debconf-2.0]           1.5.36.1            
ii  ethtool                         1:2.6.34-3          
ii  iproute                         20100519-3          
ii  iputils-ping                    3:20100418-3        
ii  isc-dhcp-client [dhcp3-client]  4.1.1-P1-15+squeeze3
ii  lsb-base                        3.2-23.2squeeze1    
ii  net-tools                       1.60-23             
ii  psmisc                          22.11-1             
ii  python                          2.6.6-3+squeeze6    
ii  python-dbus                     0.83.1-1            
ii  python-gobject                  2.21.4+is.2.21.3-1  
ii  python-iniparse                 0.3.2-1             
ii  python-wicd                     1.7.0+ds1-5         
ii  wireless-tools                  30~pre9-5           
ii  wpasupplicant                   0.6.10-2.1          

Versions of packages wicd-daemon recommends:
ii  wicd-gtk [wicd-client]  1.7.0+ds1-5

Versions of packages wicd-daemon suggests:
ii  pm-utils  1.3.0-3

Versions of packages python-wicd depends on:
ii  python          2.6.6-3+squeeze6
ii  python-support  1.0.10          

-- debconf information:
* wicd/users: rasasi
diff -Nru wicd-1.7.0+ds1/debian/changelog wicd-1.7.0+ds1/debian/changelog
--- wicd-1.7.0+ds1/debian/changelog	2011-02-12 00:17:43.000000000 +0100
+++ wicd-1.7.0+ds1/debian/changelog	2011-09-13 11:55:54.000000000 +0200
@@ -1,3 +1,10 @@
+wicd (1.7.0+ds1-6.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Support for WPA2-LEAP. Added debian/patches/36-more_encryption
+
+ -- Raúl Sánchez Siles <rsanch...@infoglobal.es>  Tue, 13 Sep 2011 11:55:09 +0200
+
 wicd (1.7.0+ds1-6) unstable; urgency=low
 
   * debian/patches/:
diff -Nru wicd-1.7.0+ds1/debian/patches/36-more_encryption.patch wicd-1.7.0+ds1/debian/patches/36-more_encryption.patch
--- wicd-1.7.0+ds1/debian/patches/36-more_encryption.patch	1970-01-01 01:00:00.000000000 +0100
+++ wicd-1.7.0+ds1/debian/patches/36-more_encryption.patch	2011-09-14 11:15:19.000000000 +0200
@@ -0,0 +1,39 @@
+Description: Support for WPA2-LEAP wireless connection in wicd.
+Forwarded: not-needed
+Origin: vendor, http://wicd.net/punbb/viewtopic.php?id=233
+Bug-Debian: http://bugs.debian.org/641531
+Author: Raúl Sánchez Siles <rsanch...@infoglobal.es>
+Last-Update: 2011-09-13
+---
+ b/encryption/templates/wpa2-leap |   18 ++++++++++++++++++
+ encryption/templates/active      |    1 +
+ 2 files changed, 19 insertions(+)
+
+--- a/encryption/templates/active
++++ b/encryption/templates/active
+@@ -9,3 +9,4 @@
+ peap
+ peap-tkip
+ eap-tls
++wpa2-leap
+--- /dev/null
++++ b/encryption/templates/wpa2-leap
+@@ -0,0 +1,18 @@
++name = WPA2-LEAP
++author = 
++version = 1
++require username *Username password *Password
++-----
++ctrl_interface=/var/run/wpa_supplicant
++network={
++    ssid="$_ESSID"
++    scan_ssid=$_SCAN
++    auth_alg=LEAP
++    key_mgmt=WPA-EAP
++    proto=WPA2
++    pairwise=CCMP TKIP
++    group=CCMP TKIP
++    eap=LEAP
++    identity="$_USERNAME"
++    password="$_PASSWORD"
++}
diff -Nru wicd-1.7.0+ds1/debian/patches/series wicd-1.7.0+ds1/debian/patches/series
--- wicd-1.7.0+ds1/debian/patches/series	2011-02-12 00:04:45.000000000 +0100
+++ wicd-1.7.0+ds1/debian/patches/series	2011-09-14 11:16:38.000000000 +0200
@@ -26,3 +26,4 @@
 33-deepcopy_python27_fixes.patch
 34-dont_save_useless_config.patch
 35-restrict_netmode_characters.patch
+36-more_encryption.patch

Reply via email to