]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
strace: Update to version 5.5
authorErik Kapfer <ummeegge@ipfire.org>
Thu, 2 Apr 2020 11:21:44 +0000 (13:21 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 25 Apr 2020 09:03:26 +0000 (09:03 +0000)
The version jump from 4.7 to 5.5 includes several bugfixes and improvements.
For a full overview --> https://github.com/strace/strace/releases .

Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/packages/strace
lfs/strace

index 4730d8cafbdeaa19c834cbfca6a969e4a1ad4b17..d789520c709ecfd543bbd0ede24a3950b422acd2 100644 (file)
@@ -1,4 +1,5 @@
 usr/bin/strace
 #usr/bin/strace-graph
 #usr/bin/strace-log-merge
+#usr/share/man/man1/strace-log-merge.1
 #usr/share/man/man1/strace.1
index 11d7c49f6c5194006f62e4ce8624fc68b7653b08..53e93b1ecb68896d467c8cc7cea851e521cc86a0 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  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,7 @@
 
 include Config
 
-VER        = 4.7
+VER        = 5.5
 SUP_ARCHES = x86_64 i586 armv5tel
 
 THISAPP    = strace-$(VER)
@@ -33,9 +33,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = strace
-PAK_VER    = 1
+PAK_VER    = 2
 
-DEPS       =
+DEPS       = ""
 
 ###############################################################################
 # Top-level Rules
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 6054c3880a00c6703f83b57f15e04642
+$(DL_FILE)_MD5 = dbce2e84632b39a4ed86b9fc60447af9
 
 install : $(TARGET)