fix typo while enabling support for suite B-192

Related: rhbz#2019830
Signed-off-by: Davide Caratti <dcaratti@redhat.com>
This commit is contained in:
Davide Caratti 2021-12-22 14:42:16 +01:00
parent 203542cfbc
commit bcab8739a9
1 changed files with 6 additions and 3 deletions

View File

@ -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 <dcaratti@redhat.com> - 2.9-17
- fix typo while enabling support for suite B-192
* Wed Dec 22 2021 Davide Caratti <dcaratti@redhat.com> - 2.9-16
- fix CONFIG_TLS_DEFAULT_CIPHERS to allow 3DES
* Mon Dec 20 2021 Davide Caratti <dcaratti@redhat.com> - 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 <tpelka@redhat.com> - 2.9-14
- Bump release and rebuilt to trigger gating process