From patchwork Sun Sep 17 14:08:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 7197 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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RpVC64pMQz3wtG for ; Sun, 17 Sep 2023 14:08:34 +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 4RpVC526ljz1ZX; Sun, 17 Sep 2023 14:08:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RpVC51NBVz2yTW; Sun, 17 Sep 2023 14:08:33 +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 4RpVC41JG8z2xQp for ; Sun, 17 Sep 2023 14:08: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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RpVC32QKtzKl; Sun, 17 Sep 2023 14:08:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1694959711; 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=A+PHKcUAjf87yvA7ucM6ued19DD4cm14TG+Nd1+WleM=; b=e7+b0c5ugALDMfGObVApHxho9AgRvz8Yga9QOqlK2Kywe7Ip+ZsrC1cD/aI/aPkoqGgbZ1 OIqlHr5bMbyobuDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1694959711; 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=A+PHKcUAjf87yvA7ucM6ued19DD4cm14TG+Nd1+WleM=; b=S3Y3P6kbxyidTC/UAhGo0lf+CYHr1kDeSV26AN89F0F2iRwHhSoUWzgTs1sJCDLF0DKdM/ q6VSrMml0ONAItW5dk69ksqmwYvXqVCYWCkuXAiJkxI47xjF3xp8/by8UvVAHtz+dd3cy4 mwy+rXuHpFN9G8MmlOCCGSroGoY+ap6hIV561JWXHfhoC4OdGgYDu90WcOw9JYw1L4Y3Mj ZIrEC+95xXGfL3AXYm7juoSxFutkspT6rxQr04SQeAsgRqJocCe6/rssByFR/E9br8ryF2 azTcRtIpIZKyR7R7UysxAnsimGfBQEXjf8EEcDy0UcxPVOoCYFV7Z3IsGLXSKg== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] wpasupplicant: update to 3.10 Date: Sun, 17 Sep 2023 16:08:25 +0200 Message-Id: <20230917140825.38169-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 --- wpa_supplicant/wpa_supplicant.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpa_supplicant/wpa_supplicant.nm b/wpa_supplicant/wpa_supplicant.nm index d93a3c166..b653d38eb 100644 --- a/wpa_supplicant/wpa_supplicant.nm +++ b/wpa_supplicant/wpa_supplicant.nm @@ -4,8 +4,8 @@ ############################################################################### name = wpa_supplicant -version = 2.9 -release = 2 +version = 2.10 +release = 1 groups = Sytem/Base url = https://w1.fi/wpa_supplicant/