From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] wpa_supplicant: Update to 2.8 Date: Tue, 11 Jun 2019 15:32:15 +0200 Message-ID: <20190611133215.31059-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1579255811933211178==" List-Id: --===============1579255811933211178== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit For details see: https://w1.fi/cgit/hostap/plain/wpa_supplicant/ChangeLog Signed-off-by: Matthias Fischer --- lfs/wpa_supplicant | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/wpa_supplicant b/lfs/wpa_supplicant index 887ec6bd5..ad7b45fea 100644 --- a/lfs/wpa_supplicant +++ b/lfs/wpa_supplicant @@ -24,7 +24,7 @@ include Config -VER = 2.7 +VER = 2.8 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 = a68538fb62766f40f890125026c42c10 +$(DL_FILE)_MD5 = 0af5998c5d924e985cab16b9a1c77904 install : $(TARGET) -- 2.18.0 --===============1579255811933211178==--