X-Git-Url: http://git.ipfire.org/?p=people%2Fmfischer%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Ftcpdump;fp=lfs%2Ftcpdump;h=9c73900376e2117179c96f06462b9ee295a3514b;hp=4df2d34cd71a80a45a104e7479165a1636cfb189;hb=afd5f13c899e972afe9a8fae0cf9ba919a6aad32;hpb=8f696f60e2d101bcded6592185d5be49cb6c19ad diff --git a/lfs/tcpdump b/lfs/tcpdump index 4df2d34cd7..9c73900376 100644 --- a/lfs/tcpdump +++ b/lfs/tcpdump @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 929a255c71a9933608bd7c31927760f7 +$(DL_FILE)_BLAKE2 = 0a10fe68afdfe80d3e7e661352fcaf1c47702df27fbed959f52fb0ec81543a1d4ce6b0de16a8b081de48dd43e09a13f5e1f0fb11d7590f92cbff29dc511bea12 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