summaryrefslogtreecommitdiff
path: root/package/strace
diff options
context:
space:
mode:
Diffstat (limited to 'package/strace')
-rw-r--r--package/strace/Makefile4
-rw-r--r--package/strace/patches/patch-syscall_c13
2 files changed, 2 insertions, 15 deletions
diff --git a/package/strace/Makefile b/package/strace/Makefile
index 66e0e14be..1e4c0ec21 100644
--- a/package/strace/Makefile
+++ b/package/strace/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= strace
-PKG_VERSION:= 4.5.19
+PKG_VERSION:= 4.5.20
PKG_RELEASE:= 1
-PKG_MD5SUM:= 2415e435d61e40315a298c80aced0cda
+PKG_MD5SUM:= 64dfe10d9db0c1e34030891695ffca4b
PKG_DESCR:= System call trace program
PKG_SECTION:= misc
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=strace/}
diff --git a/package/strace/patches/patch-syscall_c b/package/strace/patches/patch-syscall_c
deleted file mode 100644
index 810e70d35..000000000
--- a/package/strace/patches/patch-syscall_c
+++ /dev/null
@@ -1,13 +0,0 @@
-from git
-http://strace.git.sourceforge.net/git/gitweb.cgi?p=strace/strace;a=blobdiff;f=syscall.c;h=a56d7df44874389fbd1d171a94698d07a1e5555a;hp=4f46bf63d180feae18480b697764257947af699b;hb=2ee50b7;hpb=c8c6698ef7cde83a496b273672a51ec2a8f14fb3
---- strace-4.5.19.orig/syscall.c 2009-10-12 21:54:21.000000000 +0200
-+++ strace-4.5.19/syscall.c 2010-02-28 19:14:28.000000000 +0100
-@@ -2035,7 +2035,7 @@ syscall_enter(struct tcb *tcp)
- else
- nargs = tcp->u_nargs = MAX_ARGS;
-
-- if (ptrace (PTRACE_GETREGS, pid, NULL, (long) &regs) < 0)
-+ if (ptrace (PTRACE_GETREGS, tcp->pid, NULL, (long) &regs) < 0)
- return -1;
-
- for(i = 0; i < nargs; i++) {