From patchwork Sun Sep 17 12:42:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 7188 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) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RpSHr6Brpz3ws3 for ; Sun, 17 Sep 2023 12:42:32 +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 ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RpSHn2vXhz1DV; Sun, 17 Sep 2023 12:42:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RpSHn26gwz2yMt; Sun, 17 Sep 2023 12:42:29 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RpSHl6p1Xz2xbd for ; Sun, 17 Sep 2023 12:42:27 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RpSHl1jBTz16Y; Sun, 17 Sep 2023 12:42:27 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1694954547; 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=9DOGG2NmbVuB6/E5QZqXbYxKTotElKBxp2KiNjqZA88=; b=wXOPXBUU79rvJnKYs1NbmtbBoUeHBMDz/cXpOBUa+k7JCxIL8QFLC7Ampwk0+5Qw2ffh3x MubeKQZMIsb3mSAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1694954547; 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=9DOGG2NmbVuB6/E5QZqXbYxKTotElKBxp2KiNjqZA88=; b=ZcfbUiHhe5oWewSK3HnU4mN4VsdNYFvELYSbZqXRKqDRB6FS1ZIalOOcLz9CIC/D0y9uFa 0epWaOzoSEYNRJ9jYCP8PJbfTH9f1ddCfiPCe/dwWGfigStSGlQlZJQXv6dxJ9yilZGV5A dJ54BLPwKGF2Oic33jKyZSps9A7TEF27NO91t8oPSxRdqPFCvloJ79uv+O/VxfZIu48iAZ yZ6rfFqXT7qcJvB2svPNML5fxlD4A13H7bn7UKyb2+liIyZ+UQrjSl6Tvznc9Rk/pIg3Fk hhj7/m1msKrWaQ4wSeHurfpyFaXX9lZRxf5IY0cjrnMiuptW/BiH0ssrafkDCA== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] hostapd: update to 2.10 Date: Sun, 17 Sep 2023 14:42:19 +0200 Message-Id: <20230917124219.3778-1-arne_f@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arne Fitzenreiter Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Arne Fitzenreiter --- hostapd/hostapd.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostapd/hostapd.nm b/hostapd/hostapd.nm index 7d8e0bf0b..034314afc 100644 --- a/hostapd/hostapd.nm +++ b/hostapd/hostapd.nm @@ -4,7 +4,7 @@ ############################################################################### name = hostapd -version = 2.9 +version = 2.10 release = 1 groups = Networking/Tools