1
#! /bin/sh /usr/share/dpatch/dpatch-run
2
## update_config_fix.patch by Kel Modderman <kelrin@tpg.com.au>
4
## All lines beginning with `## DP:' are a description of the patch.
5
## DP: Fixed writing of stakey, peerkey, and id_str network configuration
6
## DP: variables into the configuration file (update_confi=1).
9
diff -Nrup wpa_supplicant-0.5.4/config_file.c wpa_supplicant-0.5.4.update_config/config_file.c
10
--- wpa_supplicant-0.5.4/config_file.c 2006-06-01 12:29:31.000000000 +1000
11
+++ wpa_supplicant-0.5.4.update_config/config_file.c 2006-08-03 15:41:06.000000000 +1000
12
@@ -623,6 +623,9 @@ static void wpa_config_write_network(FIL
14
INT(proactive_key_caching);
22
diff -Nrup wpa_supplicant-0.5.4/config_winreg.c wpa_supplicant-0.5.4.update_config/config_winreg.c
23
--- wpa_supplicant-0.5.4/config_winreg.c 2006-06-01 12:29:31.000000000 +1000
24
+++ wpa_supplicant-0.5.4.update_config/config_winreg.c 2006-08-03 15:41:22.000000000 +1000
25
@@ -745,6 +745,9 @@ static int wpa_config_write_network(HKEY
27
INT(proactive_key_caching);