From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB85415808B for ; Sat, 19 Mar 2022 22:15:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8507E08CD; Sat, 19 Mar 2022 22:15:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB549E08CD for ; Sat, 19 Mar 2022 22:15:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FF27343137 for ; Sat, 19 Mar 2022 22:15:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 069CF177 for ; Sat, 19 Mar 2022 22:15:43 +0000 (UTC) From: "Quentin Retornaz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Quentin Retornaz" Message-ID: <1647728134.c620275fce1a7827bca10eae2899da0e9f544ea5.quentin@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-wireless/wpa_supplicant/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: net-wireless/wpa_supplicant/wpa_supplicant-2.10-r1.ebuild net-wireless/wpa_supplicant/wpa_supplicant-2.10.ebuild X-VCS-Directories: net-wireless/wpa_supplicant/ X-VCS-Committer: quentin X-VCS-Committer-Name: Quentin Retornaz X-VCS-Revision: c620275fce1a7827bca10eae2899da0e9f544ea5 X-VCS-Branch: master Date: Sat, 19 Mar 2022 22:15:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43d53883-a1a9-492e-b094-b2e288c45b95 X-Archives-Hash: 511eb50a188a0430fbcba5391cf6ba36 commit: c620275fce1a7827bca10eae2899da0e9f544ea5 Author: orbea riseup net> AuthorDate: Thu Mar 17 13:32:32 2022 +0000 Commit: Quentin Retornaz retornaz com> CommitDate: Sat Mar 19 22:15:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=c620275f net-wireless/wpa_supplicant: Bump to version 2.10-r1 Signed-off-by: orbea riseup.net> Closes: https://github.com/gentoo/libressl/pull/390 Signed-off-by: Quentin Retornaz retornaz.com> ...cant-2.10.ebuild => wpa_supplicant-2.10-r1.ebuild} | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.10.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-2.10-r1.ebuild similarity index 97% rename from net-wireless/wpa_supplicant/wpa_supplicant-2.10.ebuild rename to net-wireless/wpa_supplicant/wpa_supplicant-2.10-r1.ebuild index 2aa4e4e..f2829f0 100644 --- a/net-wireless/wpa_supplicant/wpa_supplicant-2.10.ebuild +++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.10-r1.ebuild @@ -13,13 +13,12 @@ if [ "${PV}" = "9999" ]; then inherit git-r3 EGIT_REPO_URI="https://w1.fi/hostap.git" else - KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86" SRC_URI="https://w1.fi/releases/${P}.tar.gz" - SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-2.9-r3-patches.tar.bz2" fi SLOT="0" -IUSE="ap +crda broadcom-sta dbus eap-sim eapol-test fasteap +fils +hs2-0 macsec +mbo +mesh p2p privsep ps3 qt5 readline selinux smartcard tdls uncommon-eap-types wimax wps" +IUSE="ap +crda broadcom-sta dbus eap-sim eapol-test fasteap +fils +hs2-0 macsec +mbo +mesh p2p privsep ps3 qt5 readline selinux smartcard tdls tkip uncommon-eap-types wep wimax wps" # CONFIG_PRIVSEP=y does not have sufficient support for the new driver # interface functions used for MACsec, so this combination cannot be used @@ -274,9 +273,23 @@ src_configure() { Kconfig_style_config OWE Kconfig_style_config SAE Kconfig_style_config DPP + Kconfig_style_config DPP2 Kconfig_style_config SUITEB192 Kconfig_style_config SUITEB + if use wep ; then + Kconfig_style_config WEP + else + Kconfig_style_config WEP n + fi + + # Watch out, reversed logic + if use tkip ; then + Kconfig_style_config NO_TKIP n + else + Kconfig_style_config NO_TKIP + fi + if use smartcard ; then Kconfig_style_config SMARTCARD else