]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/freeradius
amazon-ssm-agent: Update to 3.0.356.0
[people/pmueller/ipfire-2.x.git] / lfs / freeradius
index 1417f422d644e78147071ec0d4ce75d7e8245c27..7f39ad8e17cc107160c98d7ff2e531cc4d9c92c4 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    = 10
+PAK_VER    = 12
 
-DEPS       = "samba"
+DEPS       = libtalloc
 
 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)