X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ffreeradius;h=6bd63708fa533f9f088cc38c27efbcef83c3e8f2;hb=9a7e4d85069b6475d231e4fdfbd26d93557d3f10;hp=ab8019c62d7a086a117dc63e4bd7c984fc7afb39;hpb=d95b4c94db3691840dba3fab736c2d8a8f8633c8;p=people%2Fmfischer%2Fipfire-2.x.git diff --git a/lfs/freeradius b/lfs/freeradius index ab8019c62d..6bd63708fa 100644 --- a/lfs/freeradius +++ b/lfs/freeradius @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 7e462b0c069ce04f2cbc60da78627182 +$(DL_FILE)_BLAKE2 = c24a176c8a74940562bd81c0a6d2711be9eebed9b969c11c0d7ba23e9c2921b29b2821656bb8756e71f468c5fa5bef1239939b8cf3896bb40d6c3bd32abf029d install : $(TARGET) @@ -56,13 +56,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects)) download :$(patsubst %,$(DIR_DL)/%,$(objects)) -md5 : $(subst %,%_MD5,$(objects)) +b2 : $(subst %,%_BLAKE2,$(objects)) dist: @$(PAK) ############################################################################### -# Downloading, checking, md5sum +# Downloading, checking, b2sum ############################################################################### $(patsubst %,$(DIR_CHK)/%,$(objects)) : @@ -71,8 +71,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) : $(patsubst %,$(DIR_DL)/%,$(objects)) : @$(LOAD) -$(subst %,%_MD5,$(objects)) : - @$(MD5) +$(subst %,%_BLAKE2,$(objects)) : + @$(B2SUM) ############################################################################### # Installation Details