]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/libyajl
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / lfs / libyajl
index 1cbdc89c7c06ecacd865ea38e8f7e7dd720c3480..eccae6489baf7f225a1975632daf97dd9e574d66 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Yet Another JSON Library
+
 VER        = 2.1.0
 
 THISAPP    = libyajl-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 1
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -44,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 58c61232e1be991fd9a7ceecfc78836c
+$(DL_FILE)_BLAKE2 = e0f2d0300d2cc35599d8b080fa0102a532b52f3ca3cf96db020ecc54bdab04aff971184a411776d263ac06ae9333d1dca03b3437d65b7247eea9919ca25b6d43
 
 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:
        $(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