From d64cca93c6d220ede8c8ba740294fd8d453d64fe Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 25 Oct 2008 15:44:05 +0000 Subject: Update strace to 4.5.17: - forward-port the patchset from strace-4.5.16 to 4.5.17 - add a new patch from Michael Abbott (#170) /trunk/patches/strace/4.5.17/100-autoreconf.patch | 16 10 6 0 ++-- /trunk/patches/strace/4.5.17/150-undef-CTL_PROC.patch | 8 6 2 0 +- /trunk/patches/strace/4.5.17/140-statfs64-check.patch | 28 16 12 0 ++++--- /trunk/patches/strace/4.5.17/160-undef-syscall.patch | 24 14 10 0 +++--- /trunk/patches/strace/4.5.17/110-dont-use-REG_SYSCALL-for-sh.patch | 10 7 3 0 +- /trunk/patches/strace/4.5.17/120-fix-arm-bad-syscall.patch | 10 7 3 0 +- /trunk/patches/strace/4.5.17/130-fix-disabled-largefile-syscalls.patch | 10 7 3 0 +- /trunk/patches/strace/4.5.17/170-arm-syscalls.patch | 42 42 0 0 ++++++++++ /trunk/config/debug/strace.in | 5 5 0 0 + 9 files changed, 114 insertions(+), 39 deletions(-) --- config/debug/strace.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') diff --git a/config/debug/strace.in b/config/debug/strace.in index 566df186..eae6d016 100644 --- a/config/debug/strace.in +++ b/config/debug/strace.in @@ -24,6 +24,10 @@ config STRACE_V_4_5_16 bool prompt "4.5.16" +config STRACE_V_4_5_17 + bool + prompt "4.5.17" + config STRACE_V_4_5_18 bool prompt "4.5.18 (EXPERIMENTAL)" @@ -39,6 +43,7 @@ config STRACE_VERSION default "4.5.14" if STRACE_V_4_5_14 default "4.5.15" if STRACE_V_4_5_15 default "4.5.16" if STRACE_V_4_5_16 + default "4.5.17" if STRACE_V_4_5_17 default "4.5.18" if STRACE_V_4_5_18 # CT_INSERT_VERSION_STRING_ABOVE # # Don't remove above line! -- cgit v1.2.3