From patchwork Tue Dec 10 06:58:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 299297 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 5393E2C00AF for ; Tue, 10 Dec 2013 17:58:41 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9F1BE8B1E1; Tue, 10 Dec 2013 06:58:40 +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 oAaCU_hLC_wB; Tue, 10 Dec 2013 06:58:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id C2F318845B; Tue, 10 Dec 2013 06:58:38 +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 CC6E71C2AD1 for ; Tue, 10 Dec 2013 06:58:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C6F1C8BD58 for ; Tue, 10 Dec 2013 06:58:36 +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 jtDxVb1TBNRp for ; Tue, 10 Dec 2013 06:58:36 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by whitealder.osuosl.org (Postfix) with ESMTPS id 13C9B8B83E for ; Tue, 10 Dec 2013 06:58:36 +0000 (UTC) Received: by mail-pd0-f178.google.com with SMTP id y10so6781851pdj.9 for ; Mon, 09 Dec 2013 22:58:35 -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=Lcp3UCeUIG07NUR0RcwnR0VUGlEsajQUWYnfmdM/Tq4=; b=GTJ/M2H4cgXZZPxFJ+ui8HoXOuwKfx4kGlAUql6jCSRQeLJEnacOTP8E1yzKrl143W Lh1kIRuq3Oq0SCqOFxRS3SPpPqswa70Hndj+8+HEPa0uuuMVgChXgx+F5MXIWce+b75J KM+svNNRwi45KejiEQZ3vaAmjy0XgOn+2EtCO86NvNU04YC6X6UWLk0GrUpBTWhl/B4g Gi7pLi23eztWYPg4Rn/l+eMhNqVYkDmnrXL6KFd8IzAjUJ3bhHDGFIY3e4sf7WBqg/8O C4fDTXR3EDOlO5gQ8BwGaezE0cP85pDqNC55Pr4qyvep0q0sSkbDAkesvryg8nd2sp5j c3IQ== X-Gm-Message-State: ALoCoQkYz2gVnyK6aO3IXIYpJx/z2Rg38e92dZ+ab/PSEQjV45mmKZ3yQ6PpMSjRiU1xFvkRYysg X-Received: by 10.67.3.3 with SMTP id bs3mr26253286pad.46.1386658715747; Mon, 09 Dec 2013 22:58:35 -0800 (PST) Received: from [192.168.0.102] (218-164-103-91.dynamic.hinet.net. [218.164.103.91]) by mx.google.com with ESMTPSA id ik1sm23044121pbc.9.2013.12.09.22.58.34 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 09 Dec 2013 22:58:35 -0800 (PST) Message-ID: <1386658705.19600.1.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Tue, 10 Dec 2013 14:58:25 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH] numactl: bump to version 2.0.9 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/numactl/numactl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/numactl/numactl.mk b/package/numactl/numactl.mk index ee62f73..c82ba4e 100644 --- a/package/numactl/numactl.mk +++ b/package/numactl/numactl.mk @@ -4,7 +4,7 @@ # ################################################################################ -NUMACTL_VERSION = 2.0.8 +NUMACTL_VERSION = 2.0.9 NUMACTL_SITE = ftp://oss.sgi.com/www/projects/libnuma/download/ NUMACTL_LICENSE = LGPLv2.1 (libnuma), GPLv2 (programs) NUMACTL_LICENSE_FILES = README