Compare commits
No commits in common. "c9-beta" and "c8-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/hostapd-2.11.tar.gz
|
||||
SOURCES/hostapd-2.10.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
4b65fe32434eaa8ecf9fd226e19c1e01354c6a8c SOURCES/hostapd-2.11.tar.gz
|
||||
1012a46ed74d7760aec3cfe435eb8bac23f5dde9 SOURCES/hostapd-2.10.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global _hardened_build 1
|
||||
|
||||
Name: hostapd
|
||||
Version: 2.11
|
||||
Release: 2%{?dist}
|
||||
Version: 2.10
|
||||
Release: 1%{?dist}
|
||||
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
||||
License: BSD
|
||||
URL: http://w1.fi/hostapd
|
||||
@ -73,12 +73,11 @@ cat defconfig | sed \
|
||||
-e '/^#CONFIG_IEEE80211N=y/s/^#//' \
|
||||
-e '/^#CONFIG_IEEE80211R=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_LIBNL32=y/s/^#//' \
|
||||
-e '/^#CONFIG_ACS=y/s/^#//' \
|
||||
-e '/^#CONFIG_OWE=y/s/^#//' \
|
||||
-e '/^#CONFIG_WEP=y/s/^#//' \
|
||||
> .config
|
||||
echo "CFLAGS += -I%{_includedir}/libnl3" >> .config
|
||||
echo "LIBS += -L%{_libdir}" >> .config
|
||||
@ -189,29 +188,23 @@ fi
|
||||
%{_sysconfdir}/logwatch/scripts/services/%{name}
|
||||
|
||||
%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
|
||||
- Update to version 2.10
|
||||
- Update to version 2.10, keeping CONFIG_WEP enabled
|
||||
|
||||
* 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
|
||||
* Tue Dec 21 2021 Davide Caratti <dcaratti@redhat.com> - 2.9-16
|
||||
- disable 'badfuncs' rpminspect test
|
||||
- change default value of CONFIG_TLS_DEFAULT_CIPHERS to allow using OpenSSL
|
||||
to compute 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_SUITEB192
|
||||
- Enable CONFIG_SUITEB192
|
||||
|
||||
* Fri Dec 17 2021 Tomas Pelka <tpelka@redhat.com> - 2.9-14
|
||||
- Bump release and rebuilt to trigger gating process
|
||||
* Sat Dec 18 2021 Tomas Pelka <tpelka@redhat.com> - 2.9-14
|
||||
- bump release and rebuild to correctly trigger gating
|
||||
|
||||
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 2.9-13
|
||||
- Rebuilt with OpenSSL 3.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user