]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/igmpproxy
log.dat: Add NUT entry for System Logs - Fixes bug#12921
[ipfire-2.x.git] / lfs / igmpproxy
index bd6407bdc13ae5e7ed5a30f3e490cc6107a179bd..1bf4246a85878a47c3492fbbf67aa7bc92f72a30 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Multicast router utilizing IGMP forwarding
+
 VER        = 0.3
 
 THISAPP    = igmpproxy-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 6
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -44,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 5565874d9631103109a72452cecb5ce7
+$(DL_FILE)_BLAKE2 = 4dd07936074fbd9b3c869851f5b592f1eec33109be78ee5a05b3658c26afb67c30379f7cc66dfa20af276aae0a1c21dbf5c9fd337c853d623b08126324b06561
 
 install : $(TARGET)
 
@@ -52,13 +56,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -67,8 +71,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details