diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-12-10 17:34:01 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-12-10 17:34:01 +0000 |
commit | 0bb89fd328ca915ad11e080141c93cd53747105d (patch) | |
tree | c21b2183fac6bda4a56e677283a8497231716ecb /net-misc/wicd/files | |
parent | Handle sparc64-* in arch configuration. (diff) | |
download | historical-0bb89fd328ca915ad11e080141c93cd53747105d.tar.gz historical-0bb89fd328ca915ad11e080141c93cd53747105d.tar.bz2 historical-0bb89fd328ca915ad11e080141c93cd53747105d.zip |
Bump to snapshot of 1.7.1 beta 3 to fix accumulated bugs like bug 391397.
Added Systemd file (bug 393505)
Package-Manager: portage-2.1.10.39/cvs/Linux x86_64
Diffstat (limited to 'net-misc/wicd/files')
-rw-r--r-- | net-misc/wicd/files/wicd-1.7.1_pre20111210-wpa-psk-hex-template.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net-misc/wicd/files/wicd-1.7.1_pre20111210-wpa-psk-hex-template.patch b/net-misc/wicd/files/wicd-1.7.1_pre20111210-wpa-psk-hex-template.patch new file mode 100644 index 000000000000..6736cb7b8d1b --- /dev/null +++ b/net-misc/wicd/files/wicd-1.7.1_pre20111210-wpa-psk-hex-template.patch @@ -0,0 +1,30 @@ +diff -U 3 -dHrN wicd.org/encryption/templates/active wicd/encryption/templates/active +--- wicd.org/encryption/templates/active 2011-12-05 16:22:49.584224158 +0100 ++++ wicd/encryption/templates/active 2011-12-05 16:16:10.736172566 +0100 +@@ -1,6 +1,7 @@ + wpa + wpa-peap + wpa-psk ++wpa-psk-hex + wpa2-leap + wpa2-peap + wep-hex +diff -U 3 -dHrN wicd.org/encryption/templates/wpa-psk-hex wicd/encryption/templates/wpa-psk-hex +--- wicd.org/encryption/templates/wpa-psk-hex 1970-01-01 01:00:00.000000000 +0100 ++++ wicd/encryption/templates/wpa-psk-hex 2011-12-05 16:16:43.428012863 +0100 +@@ -0,0 +1,15 @@ ++name = WPA 1/2 (Preshared Hex Key) ++author = Thomas Kahle ++version = 1 ++require apsk *Preshared_Key ++----- ++ctrl_interface=/var/run/wpa_supplicant ++network={ ++ ssid="$_ESSID" ++ scan_ssid=$_SCAN ++ proto=WPA RSN ++ key_mgmt=WPA-PSK ++ pairwise=CCMP TKIP ++ group=CCMP TKIP ++ psk=$_APSK ++} |