This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 202d48c3408c2a3a7ec3b2a25d7b2c3a429f0719 (commit) from 74218cba8cc09fc591f4ed9d2b1597f051cab9db (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 202d48c3408c2a3a7ec3b2a25d7b2c3a429f0719 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Sep 29 18:03:58 2024 +0200
hostapd: update to git 64d60bb4
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/hostapd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
Difference in files: diff --git a/lfs/hostapd b/lfs/hostapd index 3f8bc1be7..306b32641 100644 --- a/lfs/hostapd +++ b/lfs/hostapd @@ -25,15 +25,15 @@ include Config
SUMMARY = Daemon for running a WPA capable Access Point -VER = 2_11 +VER = 64d60bb4
-THISAPP = hostap_$(VER) -DL_FILE = $(THISAPP).tar.bz2 +THISAPP = hostap-$(VER) +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = hostapd -PAK_VER = 65 +PAK_VER = 66
DEPS =
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = de98a3634ff937b0068329219e4fa5dece34c9eeb27fa81a9e7de689d5dd2936ceb0ea43923a0e994e0a7bfcd71709b5f739df2f3efdd7c6ec5c765171711a19 +$(DL_FILE)_BLAKE2 = a377efb1f173a8622ca7ba2073161a64ea3a041c2c662ef35615e74b61e29da2d1f7dccba68a8f2ae1a80c7d3fbde08cd9d72a0babf85324efa9b3b11b1cb3ac
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree