]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
strace: Update to strace 4.7.
authorChristian Schmidt <christian.schmidt@ipfire.org>
Mon, 7 May 2012 16:16:33 +0000 (18:16 +0200)
committerChristian Schmidt <christian.schmidt@ipfire.org>
Mon, 7 May 2012 16:16:33 +0000 (18:16 +0200)
Fixes #10120

strace/patches/strace-4.5.19-fix-kernel-headers.patch [deleted file]
strace/strace.nm

diff --git a/strace/patches/strace-4.5.19-fix-kernel-headers.patch b/strace/patches/strace-4.5.19-fix-kernel-headers.patch
deleted file mode 100644 (file)
index 98cfb95..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-
-From: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560516
-
-This bug is due to linux header changes. The following patch, from
-upstream, fixes the problem:
-
-diff -Nru strace-4.5.19/configure strace-4.5.19/configure
---- strace-4.5.19/configure    2009-10-21 19:41:11.000000000 +0200
-+++ strace-4.5.19/configure    2010-01-26 08:47:33.000000000 +0100
-@@ -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 -Nru strace-4.5.19/configure.ac strace-4.5.19/configure.ac
---- strace-4.5.19/configure.ac 2009-10-12 21:54:43.000000000 +0200
-+++ strace-4.5.19/configure.ac 2010-01-26 08:47:18.000000000 +0100
-@@ -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>])
index 7aec6d76744cc7db203987b4828db0aed5487531..c6127ccc323719916b8cc6d0e5c28fb311f94649 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = strace
-version    = 4.5.19
+version    = 4.7
 release    = 1
 
 groups     = Development/Debuggers
@@ -20,8 +20,8 @@ description
        purposes.
 end
 
-source_dl  = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
-sources    = %{thisapp}.tar.bz2
+source_dl  = http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/
+sources    = %{thisapp}.tar.xz
 
 build
        configure_options += \