Browse Source

strace: update to 5.2

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Waldemar Brodkorb 4 years ago
parent
commit
f78e75c848
2 changed files with 2 additions and 18 deletions
  1. 2 2
      package/strace/Makefile
  2. 0 16
      package/strace/patches/patch-ptrace_h

+ 2 - 2
package/strace/Makefile

@@ -4,9 +4,9 @@
 include ${ADK_TOPDIR}/rules.mk
 
 PKG_NAME:=		strace
-PKG_VERSION:=		4.24
+PKG_VERSION:=		5.2
 PKG_RELEASE:=		1
-PKG_HASH:=		1f4e59fc1edfa2bfb4adf2a748623dc25b105ec79713dd84404199f91b0b0634
+PKG_HASH:=		d513bc085609a9afd64faf2ce71deb95b96faf46cd7bc86048bc655e4e4c24d2
 PKG_DESCR:=		system call trace program
 PKG_SECTION:=		app/debug
 PKG_URL:=		https://strace.io

+ 0 - 16
package/strace/patches/patch-ptrace_h

@@ -1,16 +0,0 @@
---- strace-4.15.orig/ptrace.h	2016-08-30 02:48:36.000000000 +0200
-+++ strace-4.15/ptrace.h	2016-12-18 23:14:42.295800537 +0100
-@@ -55,7 +55,13 @@ extern long ptrace(int, int, char *, lon
- # define ptrace_peeksiginfo_args XXX_ptrace_peeksiginfo_args
- #endif
- 
-+#if defined(POWERPC)
-+#define pt_regs uapi_pt_regs
-+#endif
- #include <linux/ptrace.h>
-+#if defined(POWERPC)
-+#undef pt_regs
-+#endif
- 
- #ifdef HAVE_STRUCT_IA64_FPREG
- # undef ia64_fpreg