]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/python3-pyasn1
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / python3-pyasn1
index f8ecfa1d815d24d59cc61af72f8c2258a9fb2b1d..76d15dfbab4309e47dc8f85c2fb16fe2c830d209 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = ASN.1 types and codecs
+
 VER        = 0.4.8
 
 THISAPP    = pyasn1-$(VER)
@@ -32,10 +34,12 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-pyasn1
-PAK_VER    = 3
+PAK_VER    = 4
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -44,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = d2a9b5dc2a245553adb8939bbb21ad55
+$(DL_FILE)_BLAKE2 = ff71d7e12a48537431cd3c79ba9be1039ef12e141641cb7989267bbcd45378cd3f5a25e67dfacecd34bc510d88796f5ea6a9c8f636d5da362897b3592b592c7d
 
 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