]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/perl-File-Tail
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / perl-File-Tail
index 2054bc661774e5972a29fa02d4406df344662e04..83bf6e19e98c6a0ea94a0b4031d59b7493a382d6 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2011  IPFire Team  <info@ipfire.org>                          #
+# Copyright (C) 2007-2019  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
 ###############################################################################
 
 include Config
-VER        = 0.99.3
+
+SUMMARY    = Perl extension for reading from continously updated files
+
+VER        = 1.3
 
 THISAPP    = File-Tail-$(VER)
 DL_FILE    = ${THISAPP}.tar.gz
@@ -32,8 +35,10 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = perl-File-Tail
-DEPS       = ""
-PAK_VER    = 3
+DEPS       =
+PAK_VER    = 7
+
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -43,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ef0fb7bcb4181ba593f4a09940f61d1c
+$(DL_FILE)_BLAKE2 = ab471eaaff02170947b9ff1ac9dc862dbd07a9690c5150351a43f607ac5ee1a2d32cda8bd11bb6a2344749dd706d002ac7d91b0ede305734a2ad22ad503c6e60
 
 install : $(TARGET)
 
@@ -51,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)) :
@@ -66,8 +71,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details