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:
parent
203542cfbc
commit
bcab8739a9
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: hostapd
|
Name: hostapd
|
||||||
Version: 2.9
|
Version: 2.9
|
||||||
Release: 16%{?dist}
|
Release: 17%{?dist}
|
||||||
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://w1.fi/hostapd
|
URL: http://w1.fi/hostapd
|
||||||
@ -87,7 +87,7 @@ Logwatch scripts for hostapd.
|
|||||||
cd hostapd
|
cd hostapd
|
||||||
cat defconfig | sed \
|
cat defconfig | sed \
|
||||||
-e '$ a CONFIG_SAE=y' \
|
-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 '$ a CONFIG_TLS_DEFAULT_CIPHERS="PROFILE=SYSTEM:3DES"' \
|
||||||
-e '/^#CONFIG_DRIVER_NL80211=y/s/^#//' \
|
-e '/^#CONFIG_DRIVER_NL80211=y/s/^#//' \
|
||||||
-e '/^#CONFIG_RADIUS_SERVER=y/s/^#//' \
|
-e '/^#CONFIG_RADIUS_SERVER=y/s/^#//' \
|
||||||
@ -210,13 +210,16 @@ fi
|
|||||||
%{_sysconfdir}/logwatch/scripts/services/%{name}
|
%{_sysconfdir}/logwatch/scripts/services/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Dec 22 2021 Davide Caratti <dcaratti@redhat.com> - 2.9-16
|
||||||
- fix CONFIG_TLS_DEFAULT_CIPHERS to allow 3DES
|
- fix CONFIG_TLS_DEFAULT_CIPHERS to allow 3DES
|
||||||
|
|
||||||
* Mon Dec 20 2021 Davide Caratti <dcaratti@redhat.com> - 2.9-15
|
* Mon Dec 20 2021 Davide Caratti <dcaratti@redhat.com> - 2.9-15
|
||||||
- Disable 'badfuncs' in rpminspect tests
|
- Disable 'badfuncs' in rpminspect tests
|
||||||
- Build with -fPIE, and enable verbose build log
|
- 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
|
* Fri Dec 17 2021 Tomas Pelka <tpelka@redhat.com> - 2.9-14
|
||||||
- Bump release and rebuilt to trigger gating process
|
- Bump release and rebuilt to trigger gating process
|
||||||
|
Loading…
Reference in New Issue
Block a user