]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/perl-DBD-SQLite
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / perl-DBD-SQLite
index aaee2841c334af91a0ee7b8e1bd5f992b4272ff2..ecf1f772f613df382ef09b4bfe5445936129b974 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2011  IPFire Team  <info@ipfire.org>                          #
+# Copyright (C) 2007-2020  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        #
@@ -32,9 +32,8 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = perl-DBD-SQLite
-PAK_VER    = 1
 
-DEPS       = "perl-DBI"
+DEPS       = perl-DBI
 
 ###############################################################################
 # Top-level Rules
@@ -44,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = b9876882186499583428b14cf5c0e29c
+$(DL_FILE)_BLAKE2 = 188ee80122152cae1e824ea860e1d739107232fef73601d9845e588344a50bf0b718bd48dea7519248e7ed448a561c8a0a7ae547ee406f212391ea49eb9a0055
 
 install : $(TARGET)
 
@@ -52,13 +51,10 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
-
-dist:
-       @$(PAK)
+b2 : $(subst %,%_BLAKE2,$(objects))
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -67,8 +63,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details