From: Michael Tremer Date: Mon, 6 Apr 2015 19:01:34 +0000 (-0400) Subject: strace: Update to version 4.10 X-Git-Tag: pango~24 X-Git-Url: http://git.ipfire.org/?p=people%2Fstevee%2Fipfire-3.x.git;a=commitdiff_plain;h=c4419b7d0c0950fdaca6811c3282da4b7ae3070f strace: Update to version 4.10 --- diff --git a/strace/patches/0001-linux-aarch64-add-missing-header.patch b/strace/patches/0001-linux-aarch64-add-missing-header.patch new file mode 100644 index 000000000..2b747753c --- /dev/null +++ b/strace/patches/0001-linux-aarch64-add-missing-header.patch @@ -0,0 +1,25 @@ +From e1e838360288805b6cb561c21e4e7a1ea32e7772 Mon Sep 17 00:00:00 2001 +From: Romain Naour +Date: Sat, 4 Apr 2015 00:49:52 +0200 +Subject: [PATCH] linux/aarch64: add missing header. + +linux/aarch64/arch_regs.h file is missing in the strace-4.10.tar.xz archive. +Add the one from the release 4.10 tag. + +Signed-off-by: Romain Naour +--- + linux/aarch64/arch_regs.h | 2 ++ + 1 file changed, 2 insertions(+) + create mode 100644 linux/aarch64/arch_regs.h + +diff --git a/linux/aarch64/arch_regs.h b/linux/aarch64/arch_regs.h +new file mode 100644 +index 0000000..9a5e33e +--- /dev/null ++++ b/linux/aarch64/arch_regs.h +@@ -0,0 +1,2 @@ ++extern uint64_t *const aarch64_sp_ptr; ++extern uint32_t *const arm_sp_ptr; +-- +1.9.3 + diff --git a/strace/strace.nm b/strace/strace.nm index c6127ccc3..6d179c5b3 100644 --- a/strace/strace.nm +++ b/strace/strace.nm @@ -4,7 +4,7 @@ ############################################################################### name = strace -version = 4.7 +version = 4.10 release = 1 groups = Development/Debuggers @@ -13,24 +13,18 @@ license = BSD summary = Tracks and displays system calls associated with a running process. description - The strace program intercepts and records the system calls called and \ - received by a running process. Strace can print a record of each \ - system call, its arguments and its return value. Strace is useful \ - for diagnosing problems and debugging, as well as for instructional \ + The strace program intercepts and records the system calls called and + received by a running process. Strace can print a record of each + system call, its arguments and its return value. Strace is useful + for diagnosing problems and debugging, as well as for instructional purposes. end source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/ sources = %{thisapp}.tar.xz -build - configure_options += \ - --mandir=/usr/share/man -end - packages package %{name} - end package %{name}-debuginfo template DEBUGINFO