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.6 Date: Sat, 23 Sep 2017 01:34:55 +0200 Message-ID: <20170922233455.26458-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4534463567266974405==" List-Id: --===============4534463567266974405== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://w1.fi/cgit/hostap/plain/wpa_supplicant/ChangeLog Best, Matthias Signed-off-by: Matthias Fischer --- lfs/wpa_supplicant | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/wpa_supplicant b/lfs/wpa_supplicant index 76aa6c673..02e78ea35 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 @@ =20 include Config =20 -VER =3D 2.5 +VER =3D 2.6 =20 THISAPP =3D wpa_supplicant-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -41,7 +41,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 96ff75c3a514f1f324560a2376f13110 +$(DL_FILE)_MD5 =3D 091569eb4440b7d7f2b4276dbfc03c3c =20 install : $(TARGET) =20 @@ -51,7 +51,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) =20 md5 : $(subst %,%_MD5,$(objects)) =20 -dist:=20 +dist: @$(PAK) =20 ############################################################################= ### --=20 2.14.1 --===============4534463567266974405==--