From patchwork Thu Dec 27 15:39:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 208326 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 5D1182C007A for ; Fri, 28 Dec 2012 02:40:35 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0601F100DC0; Thu, 27 Dec 2012 15:40:25 +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 AY6miuZjK9bt; Thu, 27 Dec 2012 15:40:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id EF773FFC5C; Thu, 27 Dec 2012 15:40:19 +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 A4CEC8F74B for ; Thu, 27 Dec 2012 15:40:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C8185801AE for ; Thu, 27 Dec 2012 15:40: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 ArE8rLgFY4ND for ; Thu, 27 Dec 2012 15:40:25 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id CAD8E8011D for ; Thu, 27 Dec 2012 15:40:24 +0000 (UTC) Received: from asgard (host204.190-231-107.telecom.net.ar [190.231.107.204]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id qBRFeI1q016546 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 27 Dec 2012 15:40:20 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1356622822; bh=8WFipefW/1cjffCgjokMqTfS0NqoQTLhINXp5SQJ0tQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=vUQLBxna8UsJw6Cu18b4Bjmv/x3BPd6497netPRu0JSUCrkyOeSeGoey6nM4WcKiS DhwG35iK1KWF1JTDxQJFcGlcecqPnadu6q1zRKGo4I3p5b/wrBRk/FHqShx5kgJOxS GKxaMhPREIM4TrH27GFDfIdhFuxVc78PI8K7FxSs= Received: by asgard (sSMTP sendmail emulation); Thu, 27 Dec 2012 12:40:17 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 27 Dec 2012 12:39:08 -0300 Message-Id: <1356622750-20657-4-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1356622750-20657-1-git-send-email-gustavo@zacarias.com.ar> References: <1356622750-20657-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 4/6] gawk: bump to version 4.0.2 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/gawk/gawk.mk | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/package/gawk/gawk.mk b/package/gawk/gawk.mk index 58c96ce..4a21592 100644 --- a/package/gawk/gawk.mk +++ b/package/gawk/gawk.mk @@ -4,9 +4,11 @@ # ############################################################# -GAWK_VERSION = 4.0.1 +GAWK_VERSION = 4.0.2 GAWK_SITE = $(BR2_GNU_MIRROR)/gawk GAWK_TARGET_BINS = awk gawk igawk pgawk +GAWK_LICENSE = GPLv3 +GAWK_LICENSE_FILES = COPYING # Prefer full-blown gawk over busybox awk ifeq ($(BR2_PACKAGE_BUSYBOX),y)