From patchwork Tue Oct 8 02:43:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 281305 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 AF6032C0091 for ; Tue, 8 Oct 2013 13:43:59 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 695778B075; Tue, 8 Oct 2013 02:43:58 +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 kiNZ496YwuhZ; Tue, 8 Oct 2013 02:43:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2C5118AF8D; Tue, 8 Oct 2013 02:43:57 +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 73A611BF947 for ; Tue, 8 Oct 2013 02:43:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7437C8987F for ; Tue, 8 Oct 2013 02:43:55 +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 QkH5pNIO3BAX for ; Tue, 8 Oct 2013 02:43:54 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5161C89641 for ; Tue, 8 Oct 2013 02:43:54 +0000 (UTC) Received: by mail-pa0-f45.google.com with SMTP id rd3so8150516pab.4 for ; Mon, 07 Oct 2013 19:43:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=DhnucTlVo5mAdrnEAs+cyL/VjfkKZuMGH5Tun/5KJqE=; b=TTwteG05gTqgeYjnQ1VNU4WIyP4q4M4/DvfUU3qdcfh2yPTgp5NOhf/pB5vNBQsPA2 S59ogTCLpmHEUI6ihKr4qQbnS7W8EeQ5Pq+NQbYFKhiLgKdFaSddvYmHyt+1v9bPsNzF hXAnoH4BSOAvksXlVxcWFpGHSiX7LT6LLdYq9xFZciwuUoyXmPPQEQtW7FQGDEc23iiz SWH/KrxNc+/kj/yjZi5m/AUIrJ2Nn+i6c7kB4vNVClWeTu54gjqMW/R26K2QlsqC5CYv W9Lk4rvGtCMaD4WKZ5ntuEVBmlig+tLnrcXHGEj3W2oV6jr9TTo0EFY8byvA3rYMFYlz 2UOw== X-Gm-Message-State: ALoCoQmJtDWlEcxi3GbASiOEzAB6YPLrFMJ7cd9bGP32mo0HzL+fPFN2KsuuPidOf6dTn24Y0LCL X-Received: by 10.68.163.193 with SMTP id yk1mr600369pbb.178.1381200233822; Mon, 07 Oct 2013 19:43:53 -0700 (PDT) Received: from [192.168.1.108] (111-240-48-148.dynamic.hinet.net. [111.240.48.148]) by mx.google.com with ESMTPSA id ab4sm36457372pbc.43.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 07 Oct 2013 19:43:53 -0700 (PDT) Message-ID: <1381200229.18302.0.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Tue, 08 Oct 2013 10:43:49 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH 1/2] stress: fix download url 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 Signed-off-by: Axel Lin --- package/stress/stress.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/stress/stress.mk b/package/stress/stress.mk index df9065a..6e82b50 100644 --- a/package/stress/stress.mk +++ b/package/stress/stress.mk @@ -5,7 +5,7 @@ ################################################################################ STRESS_VERSION = 1.0.4 -STRESS_SITE = http://weather.ou.edu/~apw/projects/stress +STRESS_SITE = http://people.seas.harvard.edu/~apw/stress STRESS_AUTORECONF = YES # Stress is linked statically if the --enable-static is specified.