summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Walker2010-05-23 04:47:09 +0000
committerStephen Walker2010-05-23 04:47:09 +0000
commit38c2e08c2a97b3f7e8a8ea566f8b41f722fcb2ba (patch)
tree552436ecd20f2eea6eb1ee48a0b8bb30c0ddb3a4
parent82bf76cf48e37b18b5d9e1eb8b2492881657bdd9 (diff)
downloadarchive-38c2e08c2a97b3f7e8a8ea566f8b41f722fcb2ba.tar.gz
[packages] strace: update to 4.5.20
SVN-Revision: 21538
-rw-r--r--utils/strace/Makefile7
-rw-r--r--utils/strace/patches/000-linux_socket.patch24
2 files changed, 4 insertions, 27 deletions
diff --git a/utils/strace/Makefile b/utils/strace/Makefile
index c1112d8aea..35f714f259 100644
--- a/utils/strace/Makefile
+++ b/utils/strace/Makefile
@@ -9,15 +9,16 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=strace
-PKG_RELEASE:=3
ifeq ($(CONFIG_LINUX_2_6_25),y)
PKG_VERSION:=4.5.16
+ PKG_RELEASE:=3
PKG_MD5SUM:=77f66d09aa82981bb6d65fa19a2c1ba9
PATCH_DIR:=patches-4.5.16
else
- PKG_VERSION:=4.5.19
- PKG_MD5SUM:=2415e435d61e40315a298c80aced0cda
+ PKG_VERSION:=4.5.20
+ PKG_RELEASE:=1
+ PKG_MD5SUM:=64dfe10d9db0c1e34030891695ffca4b
endif
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
diff --git a/utils/strace/patches/000-linux_socket.patch b/utils/strace/patches/000-linux_socket.patch
deleted file mode 100644
index a7c9f88114..0000000000
--- a/utils/strace/patches/000-linux_socket.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Nurb strace-4.5.19/configure strace-4.5.19-uClibc-0.9.30.2/configure
---- strace-4.5.19/configure 2009-10-21 19:41:11.000000000 +0200
-+++ strace-4.5.19-uClibc-0.9.30.2/configure 2010-01-29 14:41:35.897738564 +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 -Nurb strace-4.5.19/configure.ac strace-4.5.19-uClibc-0.9.30.2/configure.ac
---- strace-4.5.19/configure.ac 2009-10-12 21:54:43.000000000 +0200
-+++ strace-4.5.19-uClibc-0.9.30.2/configure.ac 2010-01-29 14:42:02.880738326 +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>])