From: Hauke Mehrtens Date: Thu, 5 Jan 2017 21:29:40 +0000 (+0100) Subject: strace: update to version 4.15 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=commitdiff_plain;h=b7e8de67e07ec506fdcbd4cf1cc32a3c99191c64 strace: update to version 4.15 Signed-off-by: Hauke Mehrtens --- diff --git a/package/devel/strace/Makefile b/package/devel/strace/Makefile index cae2634861..1a5364a039 100644 --- a/package/devel/strace/Makefile +++ b/package/devel/strace/Makefile @@ -10,9 +10,9 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=strace -PKG_VERSION:=4.14 +PKG_VERSION:=4.15 PKG_RELEASE:=1 -PKG_HASH:=5bed5110b243dce6864bedba269446c18c8c63f553cdd7fd4f808d89a764712f +PKG_HASH:=c0cdc094d6141fd9dbf6aaad605142d651ae10998b660fda57fc61f7ad583ca9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SF/$(PKG_NAME) diff --git a/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch b/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch index 5dc1e6713f..d9807c318f 100644 --- a/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch +++ b/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch @@ -1,8 +1,6 @@ -diff --git a/ptrace.h b/ptrace.h -index ddb46cb..48a54b8 100644 --- a/ptrace.h +++ b/ptrace.h -@@ -55,7 +55,14 @@ extern long ptrace(int, int, char *, long); +@@ -55,7 +55,14 @@ extern long ptrace(int, int, char *, lon # define ptrace_peeksiginfo_args XXX_ptrace_peeksiginfo_args #endif