From: Matthias Fischer Date: Fri, 22 Sep 2017 23:34:55 +0000 (+0200) Subject: wpa_supplicant: Update to 2.6 X-Git-Tag: v2.19-core115~4^2 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=bee416e2829a5063819ee97f299482e4f894e9e5 wpa_supplicant: Update to 2.6 For details see: https://w1.fi/cgit/hostap/plain/wpa_supplicant/ChangeLog Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- diff --git a/lfs/wpa_supplicant b/lfs/wpa_supplicant index 2bf427a2ba..32cecfd000 100644 --- a/lfs/wpa_supplicant +++ b/lfs/wpa_supplicant @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2015 IPFire Team # +# Copyright (C) 2007-2017 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.5 +VER = 2.6 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 = 96ff75c3a514f1f324560a2376f13110 +$(DL_FILE)_MD5 = 091569eb4440b7d7f2b4276dbfc03c3c install : $(TARGET) @@ -51,7 +51,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: +dist: @$(PAK) ###############################################################################