]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/python3-rsa
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / python3-rsa
index 30aee9397512bf5a7bba826d13c91b62cbe404e1..95c9c2f47180d899e99a5fb970a643754dc9fbb6 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 4.8
+VER        = 4.9
 SUMMARY    = Pure-Python RSA Implementation
 
 THISAPP    = rsa-$(VER)
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-rsa
-PAK_VER    = 4
+PAK_VER    = 5
 
 DEPS       =
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = edb224f927cf8f53ff530ab04d092c69
+$(DL_FILE)_BLAKE2 = 85d9c6e546cca5bde5f40c46f86eb6a462f0ab59697c4a5fc48541ca2a658fe5ba25f8a36322bf900aedf4a5ae77e5bef74cbd3533a22c3695b2c8c93b1f57c6
 
 install : $(TARGET)
 
@@ -55,13 +55,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)) :
@@ -70,8 +70,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details