[pkg-wpa-devel] r1074 - in /wpasupplicant/trunk/debian: changelog patches/71_wpa_gui_qt4_wpagui_wep_enabled_from_scan.patch patches/series

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Wed Jan 30 06:28:43 UTC 2008


Author: kelmo-guest
Date: Wed Jan 30 06:28:42 2008
New Revision: 1074

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1074
Log:
    - debian/patches/71_wpa_gui_qt4_wpagui_wep_enabled_from_scan.patch

Added:
    wpasupplicant/trunk/debian/patches/71_wpa_gui_qt4_wpagui_wep_enabled_from_scan.patch
Modified:
    wpasupplicant/trunk/debian/changelog
    wpasupplicant/trunk/debian/patches/series

Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=1074&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Wed Jan 30 06:28:42 2008
@@ -44,6 +44,7 @@
       - debian/patches/47_wpa_gui_qt4_networkconfig_psk_error_title.patch
       - debian/patches/48_wpa_gui_qt4_networkconfig_focus_on_error.patch
       - debian/patches/49_wpa_gui_qt4_networkconfig_wep_preseed.patch
+      - debian/patches/71_wpa_gui_qt4_wpagui_wep_enabled_from_scan.patch
   * Add patches to enhance the initial wpa_gui user interface. Present a
     tabbed interface, the default tab containing the current status updates
     and the second tab containing an interface to add/remove/manipulate
@@ -70,7 +71,7 @@
     object.
       - debian/patches/70_wpa_gui_qt4_wpagui_scroll_follow_eventhistory.patch
 
- -- Kel Modderman <kel at otaku42.de>  Wed, 30 Jan 2008 15:46:06 +1000
+ -- Kel Modderman <kel at otaku42.de>  Wed, 30 Jan 2008 16:24:55 +1000
 
 wpasupplicant (0.6.2-1) experimental; urgency=low
 

Added: wpasupplicant/trunk/debian/patches/71_wpa_gui_qt4_wpagui_wep_enabled_from_scan.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/71_wpa_gui_qt4_wpagui_wep_enabled_from_scan.patch?rev=1074&op=file
==============================================================================
--- wpasupplicant/trunk/debian/patches/71_wpa_gui_qt4_wpagui_wep_enabled_from_scan.patch (added)
+++ wpasupplicant/trunk/debian/patches/71_wpa_gui_qt4_wpagui_wep_enabled_from_scan.patch Wed Jan 30 06:28:42 2008
@@ -1,0 +1,11 @@
+--- a/wpa_supplicant/wpa_gui-qt4/networkconfig.cpp
++++ b/wpa_supplicant/wpa_gui-qt4/networkconfig.cpp
+@@ -92,6 +92,8 @@
+ 	authChanged(auth);
+ 	encrSelect->setCurrentIndex(encr);
+ 
++	wepEnabled((auth == AUTH_NONE && encr == 1));
++
+ 	getEapCapa();
+ }
+ 

Modified: wpasupplicant/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/series?rev=1074&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/patches/series (original)
+++ wpasupplicant/trunk/debian/patches/series Wed Jan 30 06:28:42 2008
@@ -40,3 +40,4 @@
 63_wpa_gui_qt4_wpagui_reselect_list_index.patch
 64_wpa_gui_qt4_wpagui_info_no_network.patch
 70_wpa_gui_qt4_wpagui_scroll_follow_eventhistory.patch
+71_wpa_gui_qt4_wpagui_wep_enabled_from_scan.patch




More information about the Pkg-wpa-devel mailing list