changeset 30:488f0a1ac475

Upgrade to strace 4.7
author Rob Landley <rob@landley.net>
date Sun, 10 Jun 2012 20:44:14 -0500
parents f3e1afd794a5
children 7dbea2d7d3ae
files images/static-tools/build.sh images/static-tools/patches/strace-arm-eabi.patch images/static-tools/patches/strace-fixnet.patch
diffstat 3 files changed, 2 insertions(+), 37 deletions(-) [+]
line wrap: on
line diff
--- a/images/static-tools/build.sh	Sun Jun 10 20:30:25 2012 -0500
+++ b/images/static-tools/build.sh	Sun Jun 10 20:44:14 2012 -0500
@@ -11,8 +11,8 @@
 
 # Note: set SHA1= blank to skip checksum validation.
 
-URL=http://downloads.sf.net/sourceforge/strace/strace-4.5.19.tar.bz2 \
-SHA1=5554c2fd8ffae5c1e2b289b2024aa85a0889c989 \
+URL=http://downloads.sf.net/sourceforge/strace/strace-4.7.tar.bz2 \
+SHA1=af917d27abf54b43fecf10373b320a2d42dfba4e \
 maybe_fork download || dienow
 
 URL=http://zlib.net/zlib-1.2.7.tar.bz2 \
--- a/images/static-tools/patches/strace-arm-eabi.patch	Sun Jun 10 20:30:25 2012 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- a/linux/arm/syscallent.h
-+++ b/linux/arm/syscallent.h
-@@ -453,7 +453,7 @@
- 	{ 5,	TN,	sys_recvmsg,		"recvmsg"	}, /* 417 */
- 	{ 4,	TN,	sys_accept4,		"accept4"	}, /* 418 */
- 
--#if SYS_ipc_subcall != 419
-+#if defined(SYS_ipc_subcall) && (SYS_ipc_subcall != 419)
-  #error fix me
- #endif
- 	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 419 */
--- a/images/static-tools/patches/strace-fixnet.patch	Sun Jun 10 20:30:25 2012 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-diff -ru strace/configure strace.new/configure
---- strace/configure	2009-10-21 12:41:11.000000000 -0500
-+++ strace.new/configure	2010-02-05 01:30:15.000000000 -0600
-@@ -5880,7 +5880,7 @@
- do :
-   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
- ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <stddef.h>
--#include <linux/socket.h>
-+#include <sys/socket.h>
- "
- eval as_val=\$$as_ac_Header
-    if test "x$as_val" = x""yes; then :
-diff -ru strace/configure.ac strace.new/configure.ac
---- strace/configure.ac	2009-10-12 14:54:43.000000000 -0500
-+++ strace.new/configure.ac	2010-02-05 01:30:35.000000000 -0600
-@@ -258,7 +258,7 @@
- ], [], [])
- AC_CHECK_HEADERS([linux/icmp.h linux/in6.h linux/netlink.h linux/if_packet.h],
-                  [], [], [#include <stddef.h>
--#include <linux/socket.h>])
-+#include <sys/socket.h>])
- AC_CHECK_HEADERS([asm/sigcontext.h], [], [], [#include <signal.h>])
- AC_CHECK_TYPES([struct sigcontext_struct,
- 		struct sigcontext],,, [#include <signal.h>])