From bcab8739a9900d0a778d448a69380f961426dfae Mon Sep 17 00:00:00 2001 From: Davide Caratti Date: Wed, 22 Dec 2021 14:42:16 +0100 Subject: [PATCH] fix typo while enabling support for suite B-192 Related: rhbz#2019830 Signed-off-by: Davide Caratti --- hostapd.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hostapd.spec b/hostapd.spec index 95c3531..b23829a 100644 --- a/hostapd.spec +++ b/hostapd.spec @@ -2,7 +2,7 @@ Name: hostapd Version: 2.9 -Release: 16%{?dist} +Release: 17%{?dist} Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator License: BSD URL: http://w1.fi/hostapd @@ -87,7 +87,7 @@ Logwatch scripts for hostapd. cd hostapd cat defconfig | sed \ -e '$ a CONFIG_SAE=y' \ - -e '$ a CONFIG_SUITE192B=y' \ + -e '$ a CONFIG_SUITEB192=y' \ -e '$ a CONFIG_TLS_DEFAULT_CIPHERS="PROFILE=SYSTEM:3DES"' \ -e '/^#CONFIG_DRIVER_NL80211=y/s/^#//' \ -e '/^#CONFIG_RADIUS_SERVER=y/s/^#//' \ @@ -210,13 +210,16 @@ fi %{_sysconfdir}/logwatch/scripts/services/%{name} %changelog +* Wed Dec 22 2021 Davide Caratti - 2.9-17 +- fix typo while enabling support for suite B-192 + * Wed Dec 22 2021 Davide Caratti - 2.9-16 - fix CONFIG_TLS_DEFAULT_CIPHERS to allow 3DES * Mon Dec 20 2021 Davide Caratti - 2.9-15 - Disable 'badfuncs' in rpminspect tests - Build with -fPIE, and enable verbose build log -- enable CONFIG_SUITE192B +- enable CONFIG_SUITEB192 * Fri Dec 17 2021 Tomas Pelka - 2.9-14 - Bump release and rebuilt to trigger gating process