]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/freeradius
logwatch: Update to 7.5.5
[people/pmueller/ipfire-2.x.git] / lfs / freeradius
index daa8a7915b78a0b58005349eb29deb46d0cf43ec..c50b3219f109396c4f8a5d4fea17c8d62dabbf88 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2019  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
 
 include Config
 
-VER        = 3.0.19
+VER        = 3.0.21
 
 THISAPP    = freeradius-server-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP).tar.bz2
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = freeradius
-PAK_VER    = 9
+PAK_VER    = 13
 
-DEPS       = "samba"
+DEPS       = libtalloc samba
 
 ifeq "$(BUILD_ARCH)" "armv5tel"
        LDFLAGS += -latomic
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3e4048353931eda01f03ef89039f0651
+$(DL_FILE)_MD5 = 8b7f794f2ac0d686d9aecfa083a63614
 
 install : $(TARGET)
 
@@ -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 \