From patchwork Fri Oct 4 08:09:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 280481 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 88DBB2C00DC for ; Fri, 4 Oct 2013 18:09:22 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A2CE331BAD; Fri, 4 Oct 2013 08:09:20 +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 PysMTDb869hJ; Fri, 4 Oct 2013 08:09:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id E83D531A99; Fri, 4 Oct 2013 08:09:18 +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 E057F1C1E93 for ; Fri, 4 Oct 2013 08:09:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DBBEE8D62B for ; Fri, 4 Oct 2013 08:09:17 +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 7zhBEBhhvSKj for ; Fri, 4 Oct 2013 08:09:17 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4CB798D1EF for ; Fri, 4 Oct 2013 08:09:17 +0000 (UTC) Received: by mail-pa0-f51.google.com with SMTP id kp14so3837145pab.38 for ; Fri, 04 Oct 2013 01:09:17 -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=68tZ7s2Q1TlS5tksusp34ur7/APrMUgsikhFql9nPgI=; b=A+/284cIIxEroZBZrwV9/4p/9BHTf8luJO1bvp1Ys2CywHSKouhoFL1UwH0stDmsyq tE2pux3IIZCy/G2hS5uiFnQXwqprpEWCA9XzgorbUKYbKZAEf9wyAnUtjaFzSsW9EOd8 74gUhStW0VnvaUuo+sEeqXKeg8sWp8wyAK8mLZQiJDrVPZKVyathC3Q57DTN7/r5YyY2 mll44/ROWfHC+LHZ2ia94XZnLAnEtajRb8/pbDzLDdyYZ67RMF9ZnA04UmusQraC98jx ghVHot1W2M9rnjUGrtpQzIMW9Tpm6lJ5om55UL1E2M5qb8WJdaXf44a4Ds4w+X7Uff+U lQdA== X-Gm-Message-State: ALoCoQlqVo6dSUYdFbOMrxUXnB0NjZ93bFoHqetiYeyJcJ38XZUFs3JGcjs1TSBqx3IpuD44vuRU X-Received: by 10.67.3.103 with SMTP id bv7mr13951139pad.15.1380874156974; Fri, 04 Oct 2013 01:09:16 -0700 (PDT) Received: from [192.168.0.102] (218-164-101-110.dynamic.hinet.net. [218.164.101.110]) by mx.google.com with ESMTPSA id qn1sm13023352pbc.34.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 04 Oct 2013 01:09:16 -0700 (PDT) Message-ID: <1380874152.7626.2.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Fri, 04 Oct 2013 16:09:12 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH 1/2] dmidecode: bump to version 2.12 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/dmidecode/dmidecode.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/dmidecode/dmidecode.mk b/package/dmidecode/dmidecode.mk index 86a3be5..c53bd33 100644 --- a/package/dmidecode/dmidecode.mk +++ b/package/dmidecode/dmidecode.mk @@ -4,7 +4,7 @@ # ################################################################################ -DMIDECODE_VERSION = 2.11 +DMIDECODE_VERSION = 2.12 DMIDECODE_SITE = http://download.savannah.gnu.org/releases/dmidecode/ define DMIDECODE_BUILD_CMDS