From patchwork Fri Sep 28 08:43:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markos Chandras X-Patchwork-Id: 187736 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id C6F792C00C3 for ; Fri, 28 Sep 2012 18:58:58 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B3FB910BB08; Fri, 28 Sep 2012 08:58:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FViYybuwraxB; Fri, 28 Sep 2012 08:58:51 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 346DC1001D1; Fri, 28 Sep 2012 08:58:51 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 6DCFD8F74A for ; Fri, 28 Sep 2012 08:58:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5C7DB8F492 for ; Fri, 28 Sep 2012 08:58:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9noB+Trr1OvF for ; Fri, 28 Sep 2012 08:58:53 +0000 (UTC) X-Greylist: delayed 00:15:24 by SQLgrey-1.7.6 Received: from multi.imgtec.com (multi.imgtec.com [194.200.65.239]) by whitealder.osuosl.org (Postfix) with ESMTPS id D05D18EA3C for ; Fri, 28 Sep 2012 08:58:52 +0000 (UTC) From: To: Date: Fri, 28 Sep 2012 09:43:16 +0100 Message-ID: <1348821796-28798-1-git-send-email-markos.chandras@gmail.com> X-Mailer: git-send-email 1.7.1 X-OriginalArrivalTime: 28 Sep 2012 08:43:26.0103 (UTC) FILETIME=[536CC270:01CD9D55] MIME-Version: 1.0 X-SEF-Processed: 7_3_0_01181__2012_09_28_09_43_26 Subject: [Buildroot] [PATCH] strace: Version bump to 4.7 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Markos Chandras This also fixes a compilation problem with kernel headers 3.5 http://autobuild.buildroot.net/results/bb66a3a06d26f558e1c4c0593bb68e7af1d82398/build-end.log Signed-off-by: Markos Chandras --- package/strace/strace.mk | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/strace/strace.mk b/package/strace/strace.mk index 2d95137..5c2d33c 100644 --- a/package/strace/strace.mk +++ b/package/strace/strace.mk @@ -4,8 +4,8 @@ # ############################################################# -STRACE_VERSION = 4.5.20 -STRACE_SOURCE = strace-$(STRACE_VERSION).tar.bz2 +STRACE_VERSION = 4.7 +STRACE_SOURCE = strace-$(STRACE_VERSION).tar.xz STRACE_SITE = http://downloads.sourceforge.net/project/strace/strace/$(STRACE_VERSION) STRACE_CONF_ENV = ac_cv_header_linux_if_packet_h=yes \