diff options
author | dsainty <dsainty> | 2009-08-22 06:33:40 +0000 |
---|---|---|
committer | dsainty <dsainty> | 2009-08-22 06:33:40 +0000 |
commit | f10aba55ec0daeef97554d457b18195b84cf8b1c (patch) | |
tree | bf39775fd3b6ee75c524b1cc2b7e787efc8e431c /net/wpa_gui/patches | |
parent | eb0a207433620db1ae2217e4dcac5e293a69162e (diff) | |
download | pkgsrc-f10aba55ec0daeef97554d457b18195b84cf8b1c.tar.gz |
Update distribution from wpa_supplicant version 0.4.9 to wpa_supplicant
version 0.6.9, to match net/wpa_supplicant.
The wpa_gui application appears largely unchanged according to the change log.
2009-01-06 - v0.6.7
* fixed PSK editing in wpa_gui
2006-01-29 - v0.5.1
* wpa_cli/wpa_gui: skip non-socket files in control directory when
using UNIX domain sockets; this avoids selecting an incorrect
interface (e.g., a PID file could be in this directory, even though
use of this directory for something else than socket files is not
recommended)
Diffstat (limited to 'net/wpa_gui/patches')
-rw-r--r-- | net/wpa_gui/patches/patch-aa | 8 | ||||
-rw-r--r-- | net/wpa_gui/patches/patch-ab | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/wpa_gui/patches/patch-aa b/net/wpa_gui/patches/patch-aa index 6b0ef952ceb..2e13cb7bcb0 100644 --- a/net/wpa_gui/patches/patch-aa +++ b/net/wpa_gui/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2006/10/22 23:20:21 rpaulo Exp $ +$NetBSD: patch-aa,v 1.2 2009/08/22 06:33:40 dsainty Exp $ ---- Makefile.orig 2006-10-22 19:05:39.000000000 -0400 -+++ Makefile 2006-10-22 19:05:53.000000000 -0400 -@@ -460,7 +460,7 @@ windows-bin: $(WINALL) +--- wpa_supplicant/Makefile.orig 2006-10-22 19:05:39.000000000 -0400 ++++ wpa_supplicant/Makefile 2006-10-22 19:05:53.000000000 -0400 +@@ -1163,7 +1163,7 @@ windows-bin: $(WINALL) $(STRIP) $(WINALL) wpa_gui/Makefile: diff --git a/net/wpa_gui/patches/patch-ab b/net/wpa_gui/patches/patch-ab index 975873a6d35..f1d0338b203 100644 --- a/net/wpa_gui/patches/patch-ab +++ b/net/wpa_gui/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.1 2006/11/27 14:26:06 joerg Exp $ +$NetBSD: patch-ab,v 1.2 2009/08/22 06:33:40 dsainty Exp $ ---- wpa_gui/wpagui.ui.h.orig 2006-11-27 14:14:56.000000000 +0000 -+++ wpa_gui/wpagui.ui.h +--- wpa_supplicant/wpa_gui/wpagui.ui.h.orig 2006-11-27 14:14:56.000000000 +0000 ++++ wpa_supplicant/wpa_gui/wpagui.ui.h @@ -10,12 +10,7 @@ ** destructor. *****************************************************************************/ @@ -12,6 +12,6 @@ $NetBSD: patch-ab,v 1.1 2006/11/27 14:26:06 joerg Exp $ #include <unistd.h> -#endif - + #include <stdlib.h> void WpaGui::init() - { |