From 7fd195938f0e4f48168148e2ca3f16e91d895241 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 7 Jan 2021 14:55:59 +0100 Subject: [PATCH] strace: update to 5.10 Signed-off-by: Arne Fitzenreiter Signed-off-by: Michael Tremer --- lfs/strace | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/strace b/lfs/strace index ec26bd2992..c6ea358766 100644 --- a/lfs/strace +++ b/lfs/strace @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2021 IPFire Team # # # # 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,7 @@ include Config -VER = 5.5 +VER = 5.10 SUP_ARCHES = x86_64 i586 armv5tel THISAPP = strace-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = strace -PAK_VER = 3 +PAK_VER = 4 DEPS = elfutils @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = dbce2e84632b39a4ed86b9fc60447af9 +$(DL_FILE)_MD5 = 5f9f87f9afa282e7512f67a129287d6c install : $(TARGET) -- 2.39.2