From patchwork Tue Oct 23 13:18:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 193493 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id B5FC02C0131 for ; Wed, 24 Oct 2012 00:18:28 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 96BC38C120; Tue, 23 Oct 2012 13:18:25 +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 uHacEPK5T1zK; Tue, 23 Oct 2012 13:18:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id AA8548C122; Tue, 23 Oct 2012 13:18:23 +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 C68798F74A for ; Tue, 23 Oct 2012 13:18:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 777728C122 for ; Tue, 23 Oct 2012 13:18:22 +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 SdSGF8SCvE5f for ; Tue, 23 Oct 2012 13:18:21 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [85.10.205.246]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9B8F88C120 for ; Tue, 23 Oct 2012 13:18:20 +0000 (UTC) Received: from asgard (host139.190-230-127.telecom.net.ar [190.230.127.139]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q9NDID2k028796 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 23 Oct 2012 13:18:15 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1350998297; bh=Rcuq2XnzO5qE4xK6Loc0MnKKSpGuj/Iw55eq7jbdpDE=; h=From:To:Cc:Subject:Date; b=a2zXk/49PR1AgwGVO/9wS/ywUaniYuXsykN6/LvRKs1sTh9AXWgueuwhUueBiGi5i 94DxgBRFSiYBjNHdjFDZgm836+TpN18/HRbJ6NjlWitX30jutNKYb5YkZAB42OoPco mjuvU/SyM01qZRHqp4UBmHXBRqXSAhDwcUjnIRgI= Received: by asgard (sSMTP sendmail emulation); Tue, 23 Oct 2012 10:18:12 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 23 Oct 2012 10:18:10 -0300 Message-Id: <1350998291-31932-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] bison: bump to version 2.6.3 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/bison/bison.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/bison/bison.mk b/package/bison/bison.mk index 8c33a7a..c93f716 100644 --- a/package/bison/bison.mk +++ b/package/bison/bison.mk @@ -4,7 +4,7 @@ # ############################################################# -BISON_VERSION = 2.6.2 +BISON_VERSION = 2.6.3 BISON_SITE = $(BR2_GNU_MIRROR)/bison BISON_LICENSE = GPLv3+ BISON_LICENSE_FILES = COPYING