[1/2] wpa_supplicant: Update to 2.9

Message ID 20190920185136.23479-1-matthias.fischer@ipfire.org
State Accepted
Commit 19addaa5aa4cf66a37336e2b0ca63746dcf42053
Headers
Series [1/2] wpa_supplicant: Update to 2.9 |

Commit Message

Matthias Fischer Sept. 20, 2019, 6:51 p.m. UTC
  For details see:
https://w1.fi/cgit/hostap/plain/wpa_supplicant/ChangeLog

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 lfs/wpa_supplicant | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Michael Tremer Sept. 23, 2019, 7:38 p.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 20 Sep 2019, at 19:51, Matthias Fischer <matthias.fischer@ipfire.org> wrote:
> 
> For details see:
> https://w1.fi/cgit/hostap/plain/wpa_supplicant/ChangeLog
> 
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
> lfs/wpa_supplicant | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/wpa_supplicant b/lfs/wpa_supplicant
> index ad7b45fea..549cee152 100644
> --- a/lfs/wpa_supplicant
> +++ b/lfs/wpa_supplicant
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 2.8
> +VER        = 2.9
> 
> THISAPP    = wpa_supplicant-$(VER)
> DL_FILE    = $(THISAPP).tar.gz
> @@ -41,7 +41,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = 0af5998c5d924e985cab16b9a1c77904
> +$(DL_FILE)_MD5 = 2d2958c782576dc9901092fbfecb4190
> 
> install : $(TARGET)
> 
> -- 
> 2.18.0
>
  

Patch

diff --git a/lfs/wpa_supplicant b/lfs/wpa_supplicant
index ad7b45fea..549cee152 100644
--- a/lfs/wpa_supplicant
+++ b/lfs/wpa_supplicant
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 2.8
+VER        = 2.9
 
 THISAPP    = wpa_supplicant-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -41,7 +41,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 0af5998c5d924e985cab16b9a1c77904
+$(DL_FILE)_MD5 = 2d2958c782576dc9901092fbfecb4190
 
 install : $(TARGET)