From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] hostapd: update to git 64d60bb4 Date: Sun, 29 Sep 2024 18:03:58 +0200 Message-ID: <20240929160422.3589093-1-arne_f@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5316168182991044468==" List-Id: --===============5316168182991044468== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Arne Fitzenreiter --- lfs/hostapd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/hostapd b/lfs/hostapd index 3f8bc1be7..306b32641 100644 --- a/lfs/hostapd +++ b/lfs/hostapd @@ -25,15 +25,15 @@ include Config =20 SUMMARY =3D Daemon for running a WPA capable Access Point -VER =3D 2_11 +VER =3D 64d60bb4 =20 -THISAPP =3D hostap_$(VER) -DL_FILE =3D $(THISAPP).tar.bz2 +THISAPP =3D hostap-$(VER) +DL_FILE =3D $(THISAPP).tar.xz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D hostapd -PAK_VER =3D 65 +PAK_VER =3D 66 =20 DEPS =3D =20 @@ -47,7 +47,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D de98a3634ff937b0068329219e4fa5dece34c9eeb27fa81a9e7de6= 89d5dd2936ceb0ea43923a0e994e0a7bfcd71709b5f739df2f3efdd7c6ec5c765171711a19 +$(DL_FILE)_BLAKE2 =3D a377efb1f173a8622ca7ba2073161a64ea3a041c2c662ef35615e7= 4b61e29da2d1f7dccba68a8f2ae1a80c7d3fbde08cd9d72a0babf85324efa9b3b11b1cb3ac =20 install : $(TARGET) =20 --=20 2.43.0 --===============5316168182991044468==--