[pkg-wpa-devel] r1056 - in /wpasupplicant/trunk/debian: changelog patches/47_wpa_gui_qt4_networkconfig_psk_error_title.patch patches/series

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Wed Jan 23 10:10:23 UTC 2008


Author: kelmo-guest
Date: Wed Jan 23 10:10:23 2008
New Revision: 1056

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1056
Log:
    - debian/patches/47_wpa_gui_qt4_networkconfig_psk_error_title.patch

Added:
    wpasupplicant/trunk/debian/patches/47_wpa_gui_qt4_networkconfig_psk_error_title.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=1056&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Wed Jan 23 10:10:23 2008
@@ -46,8 +46,9 @@
       - debian/patches/44_wpa_gui_qt4_networkconfigui_network_prefs_box.patch
       - debian/patches/45_wpa_gui_qt4_networkconfig_idstr_priority.patch
       - debian/patches/46_wpa_gui_qt4_networkconfig_check_idstr.patch
-
- -- Kel Modderman <kel at otaku42.de>  Wed, 23 Jan 2008 20:05:34 +1000
+      - debian/patches/47_wpa_gui_qt4_networkconfig_psk_error_title.patch
+
+ -- Kel Modderman <kel at otaku42.de>  Wed, 23 Jan 2008 20:08:54 +1000
 
 wpasupplicant (0.6.2-1) experimental; urgency=low
 

Added: wpasupplicant/trunk/debian/patches/47_wpa_gui_qt4_networkconfig_psk_error_title.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/47_wpa_gui_qt4_networkconfig_psk_error_title.patch?rev=1056&op=file
==============================================================================
--- wpasupplicant/trunk/debian/patches/47_wpa_gui_qt4_networkconfig_psk_error_title.patch (added)
+++ wpasupplicant/trunk/debian/patches/47_wpa_gui_qt4_networkconfig_psk_error_title.patch Wed Jan 23 10:10:23 2008
@@ -1,0 +1,11 @@
+--- a/wpa_supplicant/wpa_gui-qt4/networkconfig.cpp
++++ b/wpa_supplicant/wpa_gui-qt4/networkconfig.cpp
+@@ -134,7 +134,7 @@
+ 
+ 	if (auth == AUTH_WPA_PSK || auth == AUTH_WPA2_PSK) {
+ 		if (psklen < 8 || psklen > 64) {
+-			QMessageBox::warning(this, "wpa_gui",
++			QMessageBox::warning(this, "WPA Pre-Shared Key Error",
+ 					     "WPA-PSK requires a passphrase "
+ 					     "of 8 to 63 characters\n"
+ 					     "or 64 hex digit PSK");

Modified: wpasupplicant/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/series?rev=1056&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/patches/series (original)
+++ wpasupplicant/trunk/debian/patches/series Wed Jan 23 10:10:23 2008
@@ -22,3 +22,4 @@
 44_wpa_gui_qt4_networkconfigui_network_prefs_box.patch
 45_wpa_gui_qt4_networkconfig_idstr_priority.patch
 46_wpa_gui_qt4_networkconfig_check_idstr.patch
+47_wpa_gui_qt4_networkconfig_psk_error_title.patch




More information about the Pkg-wpa-devel mailing list