This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via c4295dbb99c6b60510bc90208a5a363eb6453775 (commit) via 0f52a9b76abe6af9835d9eba66074a066c5acb0b (commit) from 75c364aa4e563bc7c2e3543839e622d07428ca43 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit c4295dbb99c6b60510bc90208a5a363eb6453775 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Mar 30 17:54:41 2019 +0100
hostapd: Enable 802.11ax and SAE (aka WPA3)
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 0f52a9b76abe6af9835d9eba66074a066c5acb0b Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Mar 27 10:46:45 2019 +0100
kernel: Ensure that we compile the kernel with GCC >= 8
The kernel cannot be compiled with a compiler that does not support retpoline.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: hostapd/hostapd.nm | 7 +++++-- kernel/kernel.nm | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-)
Difference in files: diff --git a/hostapd/hostapd.nm b/hostapd/hostapd.nm index eb38e4610..fefda2fc2 100644 --- a/hostapd/hostapd.nm +++ b/hostapd/hostapd.nm @@ -5,7 +5,7 @@
name = hostapd version = 2.7 -release = 1 +release = 2
groups = Networking/Tools url = http://hostap.epitest.fi/hostapd/ @@ -38,16 +38,19 @@ build -e '/^#CONFIG_LIBNL32=y/s/^#//' \ -e '/^#CONFIG_TAXONOMY=y/s/^#//' \ -e '/^#CONFIG_DRIVER_NL80211=y/s/^#//' \ + -e '/^#CONFIG_DRIVER_NL80211_QCA=y/s/^#//' \ -e '/^#CONFIG_DRIVER_NONE=y/s/^#//' \ -e '/^#CONFIG_DRIVER_WIRED=y/s/^#//' \ -e '/^#CONFIG_IEEE80211AC=y/s/^#//' \ + -e '/^#CONFIG_IEEE80211AX=y/s/^#//' \ -e '/^#CONFIG_IEEE80211N=y/s/^#//' \ -e '/^#CONFIG_RADIUS_SERVER=y/s/^#//' end
build cd hostapd - make %{PARALLELISMFLAGS} CC=gcc + make %{PARALLELISMFLAGS} CC=gcc \ + CONFIG_SAE=y end
install diff --git a/kernel/kernel.nm b/kernel/kernel.nm index c82223e53..32105399b 100644 --- a/kernel/kernel.nm +++ b/kernel/kernel.nm @@ -5,7 +5,7 @@
name = kernel version = 4.20 -release = 14 +release = 15 thisapp = linux-%{version}
maintainer = Arne Fitzenreiter arne.fitzenreiter@ipfire.org @@ -39,7 +39,7 @@ build bison elfutils-devel flex - gcc >= 4.9 + gcc >= 8 gcc-plugin-devel gettext hostname
hooks/post-receive -- IPFire 3.x development tree