From patchwork Sun Sep 29 16:03:58 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 8158 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XGptY32KJz3wxp for ; Sun, 29 Sep 2024 16:04:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4XGptW05nYzJD; Sun, 29 Sep 2024 16:04:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XGptV56GPz33Lq; Sun, 29 Sep 2024 16:04:34 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4XGptS1sdlz30Pf for ; Sun, 29 Sep 2024 16:04:32 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4XGptR3WBKz6T; Sun, 29 Sep 2024 16:04:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1727625871; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=wpLc/YDJs6ioPLxLdeBDb1odVy7p2H0+2Di8JU0gJZ0=; b=5VG8Xqxx6FCByYypij/yvjdYseov3QLpmZ4cyYH59psl0GHJjiA660mxVYKhkOKNIgZnVJ b+2rRmOEbpR1jDDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1727625871; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=wpLc/YDJs6ioPLxLdeBDb1odVy7p2H0+2Di8JU0gJZ0=; b=QheSc8Xlr7VRQ8V94H1va4RtNOQ60tZy2fCwicPbyFAZsVkWt0QUmuipFz3c/SkWYWpbQp 1i0s9VzfFgoR2SZm1Ajkna0JmP8UQgkcTeDKjhTZeiqeGplPz8oCzvg1y5Wark2uax3afZ qwsxKZKHEqrTQfPEh2OjNlS6c4iARH53C0M6ppj5DgvQIKuzHzJsB+TBPZsjBIWCeZEY2q rfbyiZbBebB2V/+MWOqDiIso0SQeYqK9H4Z9uW9J7Mhl4rj8DhoHixw0tgukAIzXnU5ITJ +EiOK8t/HF+mrauofga69SNyBkav1c4dT3oYDo+/imKHsnVOXAnjNOPTv30Irw== 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 Message-ID-Hash: GRZVTDZESMDLVT33WTTN4RDGJXMWBWVN X-Message-ID-Hash: GRZVTDZESMDLVT33WTTN4RDGJXMWBWVN X-MailFrom: arne_f@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Arne Fitzenreiter X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Arne Fitzenreiter Reviewed-by: Adolf Belka --- 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 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)