This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 1479bac19d29e0fb701aa5d1582bfcdf391adee4 (commit) from 201e5f689c9380c1cd5e2a6cbb9c3b8c7bfa7053 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 1479bac19d29e0fb701aa5d1582bfcdf391adee4 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Jul 7 05:47:36 2021 +0000
strace: enable on aarch64
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/strace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/lfs/strace b/lfs/strace index c33c32c0d..d24918626 100644 --- a/lfs/strace +++ b/lfs/strace @@ -25,7 +25,7 @@ include Config
VER = 5.11 -SUP_ARCHES = x86_64 i586 armv6l +SUP_ARCHES = x86_64 i586 armv6l aarch64
THISAPP = strace-$(VER) DL_FILE = $(THISAPP).tar.xz
hooks/post-receive -- IPFire 2.x development tree