]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/perl-File-ReadBackwards
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / perl-File-ReadBackwards
index 3504d85862340d08a3b6df3dae1c1cc4cde11906..e052403bd1679c3725098da035b147cc5af4c08f 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Perl extension to read a file backwards by lines
+
 VER        = 1.05
 
 THISAPP    = File-ReadBackwards-$(VER)
@@ -32,9 +34,11 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = perl-File-ReadBackwards
-PAK_VER    = 2
+PAK_VER    = 4
+
+DEPS       =
 
-DEPS       = ""
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -44,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 613d9d02de6c1d86d5fa5b8816a6b214
+$(DL_FILE)_BLAKE2 = f1e8703b04cfc94f69f1d953ee0f979e9d887bad97320b0b3d377f338dc074f8b9dbcd425523f6e3ec72c77c436cf7411098717eeca62bfd3230e603356ee623
 
 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