mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
freeradius: Update to 3.0.19
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
6fcd6aac88
commit
e301592fbe
@@ -1,3 +1,4 @@
|
||||
etc/logrotate.d/freeradius
|
||||
etc/raddb
|
||||
#etc/raddb/README.rst
|
||||
#etc/raddb/certs
|
||||
@@ -135,6 +136,7 @@ etc/raddb
|
||||
#etc/raddb/mods-config/sql/ippool/mysql/queries.conf
|
||||
#etc/raddb/mods-config/sql/ippool/mysql/schema.sql
|
||||
#etc/raddb/mods-config/sql/ippool/postgresql
|
||||
#etc/raddb/mods-config/sql/ippool/postgresql/procedure.sql
|
||||
#etc/raddb/mods-config/sql/ippool/postgresql/queries.conf
|
||||
#etc/raddb/mods-config/sql/ippool/postgresql/schema.sql
|
||||
#etc/raddb/mods-config/sql/ippool/sqlite
|
||||
@@ -327,6 +329,7 @@ usr/bin/smbencrypt
|
||||
#usr/include/freeradius/rfc7499.h
|
||||
#usr/include/freeradius/rfc7930.h
|
||||
#usr/include/freeradius/rfc8045.h
|
||||
#usr/include/freeradius/rfc8559.h
|
||||
#usr/include/freeradius/sha1.h
|
||||
#usr/include/freeradius/stats.h
|
||||
#usr/include/freeradius/sysutmp.h
|
||||
@@ -792,6 +795,7 @@ usr/share/freeradius
|
||||
#usr/share/freeradius/dictionary.paloalto
|
||||
#usr/share/freeradius/dictionary.patton
|
||||
#usr/share/freeradius/dictionary.perle
|
||||
#usr/share/freeradius/dictionary.pfsense
|
||||
#usr/share/freeradius/dictionary.propel
|
||||
#usr/share/freeradius/dictionary.prosoft
|
||||
#usr/share/freeradius/dictionary.proxim
|
||||
@@ -832,6 +836,7 @@ usr/share/freeradius
|
||||
#usr/share/freeradius/dictionary.rfc7499
|
||||
#usr/share/freeradius/dictionary.rfc7930
|
||||
#usr/share/freeradius/dictionary.rfc8045
|
||||
#usr/share/freeradius/dictionary.rfc8559
|
||||
#usr/share/freeradius/dictionary.riverbed
|
||||
#usr/share/freeradius/dictionary.riverstone
|
||||
#usr/share/freeradius/dictionary.roaringpenguin
|
||||
|
||||
@@ -24,15 +24,15 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 3.0.18
|
||||
VER = 3.0.19
|
||||
|
||||
THISAPP = freeradius-server-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = freeradius
|
||||
PAK_VER = 8
|
||||
PAK_VER = 9
|
||||
|
||||
DEPS = "samba"
|
||||
|
||||
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 05f0c8c7ac79659f808ff31751daa857
|
||||
$(DL_FILE)_MD5 = 3e4048353931eda01f03ef89039f0651
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -80,7 +80,7 @@ $(subst %,%_MD5,$(objects)) :
|
||||
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/freeradius-no-buildtime-cert-gen.patch
|
||||
$(UPDATE_AUTOMAKE)
|
||||
cd $(DIR_APP) && \
|
||||
|
||||
Reference in New Issue
Block a user