import CS hostapd-2.11-2.el9
This commit is contained in:
parent
8147348856
commit
8fe8f15062
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/hostapd-2.10.tar.gz
|
SOURCES/hostapd-2.11.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
1012a46ed74d7760aec3cfe435eb8bac23f5dde9 SOURCES/hostapd-2.10.tar.gz
|
4b65fe32434eaa8ecf9fd226e19c1e01354c6a8c SOURCES/hostapd-2.11.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
Name: hostapd
|
Name: hostapd
|
||||||
Version: 2.10
|
Version: 2.11
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
@ -73,6 +73,8 @@ cat defconfig | sed \
|
|||||||
-e '/^#CONFIG_IEEE80211N=y/s/^#//' \
|
-e '/^#CONFIG_IEEE80211N=y/s/^#//' \
|
||||||
-e '/^#CONFIG_IEEE80211R=y/s/^#//' \
|
-e '/^#CONFIG_IEEE80211R=y/s/^#//' \
|
||||||
-e '/^#CONFIG_IEEE80211AC=y/s/^#//' \
|
-e '/^#CONFIG_IEEE80211AC=y/s/^#//' \
|
||||||
|
-e '/^#CONFIG_IEEE80211AX=y/s/^#//' \
|
||||||
|
-e '/^#CONFIG_IEEE80211BE=y/s/^#//' \
|
||||||
-e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' \
|
-e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' \
|
||||||
-e '/^#CONFIG_LIBNL32=y/s/^#//' \
|
-e '/^#CONFIG_LIBNL32=y/s/^#//' \
|
||||||
-e '/^#CONFIG_ACS=y/s/^#//' \
|
-e '/^#CONFIG_ACS=y/s/^#//' \
|
||||||
@ -187,6 +189,13 @@ fi
|
|||||||
%{_sysconfdir}/logwatch/scripts/services/%{name}
|
%{_sysconfdir}/logwatch/scripts/services/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 13 2025 Davide Caratti <dcaratti@redhat.com> - 2.11-2
|
||||||
|
- Enable CONFIG_IEEE80211BE
|
||||||
|
Resolves: RHEL-58726
|
||||||
|
|
||||||
|
* Tue Dec 3 2024 Davide Caratti <dcaratti@redhat.com> - 2.11-1
|
||||||
|
- Update to version 2.11
|
||||||
|
|
||||||
* Fri Jan 21 2022 Davide Caratti <dcaratti@redhat.com> - 2.10-1
|
* Fri Jan 21 2022 Davide Caratti <dcaratti@redhat.com> - 2.10-1
|
||||||
- Update to version 2.10
|
- Update to version 2.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user