From d3dc1c5888d508524c79774f9aa5bf3c5f0517ac Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sat, 15 Oct 2016 14:19:01 -0400 Subject: [PATCH] strace: Update from 4.13 to 4.14 --- packages/strace/build.sh | 3 ++- packages/strace/strace.c.patch | 21 --------------------- 2 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 packages/strace/strace.c.patch diff --git a/packages/strace/build.sh b/packages/strace/build.sh index 74774137..c344e604 100755 --- a/packages/strace/build.sh +++ b/packages/strace/build.sh @@ -1,7 +1,8 @@ TERMUX_PKG_HOMEPAGE=http://sourceforge.net/projects/strace/ TERMUX_PKG_DESCRIPTION="Debugging utility to monitor the system calls used by a program and all the signals it receives" -TERMUX_PKG_VERSION=4.13 +TERMUX_PKG_VERSION=4.14 TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/strace/strace/${TERMUX_PKG_VERSION}/strace-${TERMUX_PKG_VERSION}.tar.xz +TERMUX_PKG_SHA256=5bed5110b243dce6864bedba269446c18c8c63f553cdd7fd4f808d89a764712f TERMUX_PKG_RM_AFTER_INSTALL=bin/strace-graph # This is a perl script termux_step_pre_configure () { diff --git a/packages/strace/strace.c.patch b/packages/strace/strace.c.patch deleted file mode 100644 index 6b1ff5c6..00000000 --- a/packages/strace/strace.c.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -u -r ../strace-4.8/strace.c ./strace.c ---- ../strace-4.8/strace.c 2013-05-28 23:49:16.000000000 +0200 -+++ ./strace.c 2013-12-30 16:05:39.000000000 +0100 -@@ -540,7 +540,7 @@ - tprints(const char *str) - { - if (current_tcp) { -- int n = fputs_unlocked(str, current_tcp->outf); -+ int n = fputs(str, current_tcp->outf); - if (n >= 0) { - current_tcp->curcol += strlen(str); - return; -@@ -917,7 +917,7 @@ - struct tcb *cur_tcp; - int tid; - -- if (de->d_fileno == 0) -+ if (de->d_ino == 0) - continue; - /* we trust /proc filesystem */ - tid = atoi(de->d_name); -- 2.11.0