]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/strace
OpenVPN Log: Add connection duration
[ipfire-2.x.git] / lfs / strace
index f1ffc98042fbcba2e0b3b558a0884eb0340c0496..53e93b1ecb68896d467c8cc7cea851e521cc86a0 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2013  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        #
@@ -24,7 +24,8 @@
 
 include Config
 
-VER        = 4.7
+VER        = 5.5
+SUP_ARCHES = x86_64 i586 armv5tel
 
 THISAPP    = strace-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -32,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = strace
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       = ""
 
@@ -44,7 +45,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 6054c3880a00c6703f83b57f15e04642
+$(DL_FILE)_MD5 = dbce2e84632b39a4ed86b9fc60447af9
 
 install : $(TARGET)