]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
oauth-toolkit: Update checksum and drop unnecessary fields
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Apr 2022 20:48:20 +0000 (20:48 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 16 May 2022 13:56:23 +0000 (13:56 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/oath-toolkit

index 891ff06effdc0fd586de1bcac68c62bf383e96fd..e3225f45bfb93a028834bc4f3355da78782f7bce 100644 (file)
@@ -24,8 +24,6 @@
 
 include Config
 
-SUMMARY    = One-time password components
-
 VER        = 2.6.7
 
 THISAPP    = oath-toolkit-$(VER)
@@ -33,12 +31,6 @@ DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-PROG       = oath-toolkit
-PAK_VER    = 1
-
-DEPS       = ""
-
-SERVICES   = ""
 
 ###############################################################################
 # Top-level Rules
@@ -48,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 0a3c0d9e1f8095c88657bfea8ad5d59f
+$(DL_FILE)_BLAKE2 = 23f377c51eb633bf01d6085d33c7362cd91b6bed1cf4c2bbf32dc9433849e20c53f6896b16e5056b13f420f6a65a3c593fa1dafd7e184ed9e52666d94a7f75d1
 
 install : $(TARGET)
 
@@ -56,10 +48,7 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
-
-dist:.
-       $(PAK)
+b2 : $(subst %,%_BLAKE2,$(objects))
 
 ###############################################################################
 # Downloading, checking, md5sum