From patchwork Thu Feb 6 12:01:37 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 317429 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id C6A8B2C009E for ; Thu, 6 Feb 2014 23:01:54 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 2791132FA3; Thu, 6 Feb 2014 12:01:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gWrzweN52tBT; Thu, 6 Feb 2014 12:01:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A6CF52D890; Thu, 6 Feb 2014 12:01:50 +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 13B611BF9FE for ; Thu, 6 Feb 2014 12:01:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 10D428C0EE for ; Thu, 6 Feb 2014 12:01:49 +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 mBDud7yjpjkk for ; Thu, 6 Feb 2014 12:01:48 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by whitealder.osuosl.org (Postfix) with ESMTPS id 006FA8C21B for ; Thu, 6 Feb 2014 12:01:47 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id fa1so1599992pad.13 for ; Thu, 06 Feb 2014 04:01:47 -0800 (PST) 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=+Berit2+J/Z/bFD2DK9i64Ussc85hC0KCeufJD9V/gI=; b=Ug6ybDO6YZ1Kw6D7R7tSdlx0XnXW2KBatb+8cI7EBnC3xkX4JA2iEbRy2paRKxy+89 9Z69MTbgquSXf+7C0eHXnSu1rSSsIRKHJnkOShkNbknq4jBBhJ+5IAIDiIS4e+TAOHh0 7lu6PXbqZ4o0ODdz4QsXCmiTzfZ/74SwElB2i1Y5+M4AcljvbjSaX9nSuKHb7GAg7L2H IRhX1Rpw1jR/uC9cv1+lPOkmUQbDW4fc6WI3msEuGZF43t9pS2oPVb+uTcnypNwIom7X GnDQZwHxneCxvOy9mdIW1CkmMXFRDXk7dLwwi3l/sxLDk3odxSa4BHFkKhpGDyN3WcZW qmJg== X-Gm-Message-State: ALoCoQnq0d3LRYHwlznBojUWTGJt12o2d5R9XeRmPN4cDZbpTOU6M0imaB4aVeLCORR5/Cbseol5 X-Received: by 10.66.66.234 with SMTP id i10mr176407pat.127.1391688107756; Thu, 06 Feb 2014 04:01:47 -0800 (PST) Received: from [192.168.0.102] (36-239-208-123.dynamic-ip.hinet.net. [36.239.208.123]) by mx.google.com with ESMTPSA id iq10sm2856536pbc.14.2014.02.06.04.01.45 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 06 Feb 2014 04:01:47 -0800 (PST) Message-ID: <1391688097.362.3.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Thu, 06 Feb 2014 20:01:37 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH] sysstat: bump to version 10.2.1 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/sysstat/sysstat.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/sysstat/sysstat.mk b/package/sysstat/sysstat.mk index 7883d66..d3d7519 100644 --- a/package/sysstat/sysstat.mk +++ b/package/sysstat/sysstat.mk @@ -4,7 +4,7 @@ # ################################################################################ -SYSSTAT_VERSION = 10.2.0 +SYSSTAT_VERSION = 10.2.1 SYSSTAT_SOURCE = sysstat-$(SYSSTAT_VERSION).tar.bz2 SYSSTAT_SITE = http://pagesperso-orange.fr/sebastien.godard SYSSTAT_CONF_OPT = --disable-man-group --disable-sensors