From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] strace: Update to version 5.5 Date: Thu, 02 Apr 2020 13:21:44 +0200 Message-ID: <20200402112144.11990-1-ummeegge@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7386988385687771000==" List-Id: --===============7386988385687771000== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 --- config/rootfiles/packages/strace | 1 + lfs/strace | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/packages/strace b/config/rootfiles/packages/str= ace index 4730d8caf..d789520c7 100644 --- a/config/rootfiles/packages/strace +++ b/config/rootfiles/packages/strace @@ -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 diff --git a/lfs/strace b/lfs/strace index 11d7c49f6..53e93b1ec 100644 --- a/lfs/strace +++ b/lfs/strace @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2020 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 @@ =20 include Config =20 -VER =3D 4.7 +VER =3D 5.5 SUP_ARCHES =3D x86_64 i586 armv5tel =20 THISAPP =3D strace-$(VER) @@ -33,9 +33,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D strace -PAK_VER =3D 1 +PAK_VER =3D 2 =20 -DEPS =3D +DEPS =3D "" =20 ############################################################################= ### # Top-level Rules @@ -45,7 +45,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 6054c3880a00c6703f83b57f15e04642 +$(DL_FILE)_MD5 =3D dbce2e84632b39a4ed86b9fc60447af9 =20 install : $(TARGET) =20 --=20 2.12.2 --===============7386988385687771000==--