public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. c4295dbb99c6b60510bc90208a5a363eb6453775
Date: Sat, 30 Mar 2019 16:56:35 +0000	[thread overview]
Message-ID: <20190330165635.E7B0F84FDB0@people01.i.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2881 bytes --]

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(a)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(a)ipfire.org>

commit 0f52a9b76abe6af9835d9eba66074a066c5acb0b
Author: Michael Tremer <michael.tremer(a)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(a)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(a)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

                 reply	other threads:[~2019-03-30 16:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190330165635.E7B0F84FDB0@people01.i.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox