freeradius: Update to 3.0.23 and disable python to allow running without python2

- Added --without-rlm_python to ./configure to allow running without python2
- Updated rootfile
- Updated patch for preventing cert generation during buildtime to work with new
   version of source code
- Update from 3.0.21 to 3.0.23

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Acked-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Adolf Belka
2021-08-20 22:06:13 +02:00
committed by Arne Fitzenreiter
parent 3c691bcc7c
commit 875f43830e
3 changed files with 181 additions and 70 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 3.0.21
VER = 3.0.23
THISAPP = freeradius-server-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = freeradius
PAK_VER = 13
PAK_VER = 14
DEPS = libtalloc samba
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 8b7f794f2ac0d686d9aecfa083a63614
$(DL_FILE)_MD5 = 7e462b0c069ce04f2cbc60da78627182
install : $(TARGET)
@@ -97,6 +97,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--without-rlm_sql_oracle \
--without-rlm_sql_sqlite \
--without-rlm_sql_mysql \
--without-rlm_python \
LDFLAGS="$(LDFLAGS)"
cd $(DIR_APP) && make $(MAKETUNING)