From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/2] Revert "freeradius: Build without SSL"
Date: Wed, 28 Aug 2019 10:16:51 +0000 [thread overview]
Message-ID: <20190828101651.28667-2-michael.tremer@ipfire.org> (raw)
In-Reply-To: <20190828101651.28667-1-michael.tremer@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 3391 bytes --]
This reverts commit 071d7754f7b955b28f7e3b5f3eb44fbaa93eb4e9.
Fixes: #12139
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
config/rootfiles/packages/freeradius | 22 ++++++++++++++++++++++
lfs/freeradius | 4 ++--
2 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/config/rootfiles/packages/freeradius b/config/rootfiles/packages/freeradius
index c193dcabd..0cf0a1be9 100644
--- a/config/rootfiles/packages/freeradius
+++ b/config/rootfiles/packages/freeradius
@@ -8,6 +8,7 @@ etc/raddb
#etc/raddb/certs/ca.cnf
#etc/raddb/certs/client.cnf
#etc/raddb/certs/inner-server.cnf
+#etc/raddb/certs/passwords.mk
#etc/raddb/certs/server.cnf
#etc/raddb/certs/xpextensions
#etc/raddb/clients.conf
@@ -397,6 +398,9 @@ usr/lib/freeradius/rlm_dynamic_clients.so
#usr/lib/freeradius/rlm_eap.a
#usr/lib/freeradius/rlm_eap.la
usr/lib/freeradius/rlm_eap.so
+#usr/lib/freeradius/rlm_eap_fast.a
+#usr/lib/freeradius/rlm_eap_fast.la
+usr/lib/freeradius/rlm_eap_fast.so
#usr/lib/freeradius/rlm_eap_gtc.a
#usr/lib/freeradius/rlm_eap_gtc.la
usr/lib/freeradius/rlm_eap_gtc.so
@@ -409,9 +413,21 @@ usr/lib/freeradius/rlm_eap_md5.so
#usr/lib/freeradius/rlm_eap_mschapv2.a
#usr/lib/freeradius/rlm_eap_mschapv2.la
usr/lib/freeradius/rlm_eap_mschapv2.so
+#usr/lib/freeradius/rlm_eap_peap.a
+#usr/lib/freeradius/rlm_eap_peap.la
+usr/lib/freeradius/rlm_eap_peap.so
+#usr/lib/freeradius/rlm_eap_pwd.a
+#usr/lib/freeradius/rlm_eap_pwd.la
+usr/lib/freeradius/rlm_eap_pwd.so
#usr/lib/freeradius/rlm_eap_sim.a
#usr/lib/freeradius/rlm_eap_sim.la
usr/lib/freeradius/rlm_eap_sim.so
+#usr/lib/freeradius/rlm_eap_tls.a
+#usr/lib/freeradius/rlm_eap_tls.la
+usr/lib/freeradius/rlm_eap_tls.so
+#usr/lib/freeradius/rlm_eap_ttls.a
+#usr/lib/freeradius/rlm_eap_ttls.la
+usr/lib/freeradius/rlm_eap_ttls.so
#usr/lib/freeradius/rlm_exec.a
#usr/lib/freeradius/rlm_exec.la
usr/lib/freeradius/rlm_exec.so
@@ -442,6 +458,9 @@ usr/lib/freeradius/rlm_logintime.so
#usr/lib/freeradius/rlm_mschap.a
#usr/lib/freeradius/rlm_mschap.la
usr/lib/freeradius/rlm_mschap.so
+#usr/lib/freeradius/rlm_otp.a
+#usr/lib/freeradius/rlm_otp.la
+usr/lib/freeradius/rlm_otp.so
#usr/lib/freeradius/rlm_pam.a
#usr/lib/freeradius/rlm_pam.la
usr/lib/freeradius/rlm_pam.so
@@ -501,6 +520,9 @@ usr/lib/freeradius/rlm_unpack.so
#usr/lib/freeradius/rlm_utf8.a
#usr/lib/freeradius/rlm_utf8.la
usr/lib/freeradius/rlm_utf8.so
+#usr/lib/freeradius/rlm_wimax.a
+#usr/lib/freeradius/rlm_wimax.la
+usr/lib/freeradius/rlm_wimax.so
#usr/lib/freeradius/rlm_yubikey.a
#usr/lib/freeradius/rlm_yubikey.la
usr/lib/freeradius/rlm_yubikey.so
diff --git a/lfs/freeradius b/lfs/freeradius
index daa8a7915..1417f422d 100644
--- a/lfs/freeradius
+++ b/lfs/freeradius
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = freeradius
-PAK_VER = 9
+PAK_VER = 10
DEPS = "samba"
@@ -92,8 +92,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--with-system-libtool \
--with-threads \
--with-thread-pool \
- --without-openssl \
--disable-ltdl-install \
+ --disable-openssl-version-check \
--without-rlm_eap_ikev2 \
--without-rlm_sql_iodbc \
--without-rlm_sql_firebird \
--
2.20.1
next prev parent reply other threads:[~2019-08-28 10:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-28 10:16 [PATCH 1/2] freeradius: Update to 3.0.19 Michael Tremer
2019-08-28 10:16 ` Michael Tremer [this message]
2019-09-02 18:41 Michael Tremer
2019-09-02 18:41 ` [PATCH 2/2] Revert "freeradius: Build without SSL" Michael Tremer
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=20190828101651.28667-2-michael.tremer@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@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