From patchwork Thu Mar 29 02:24:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 149349 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 84229B6F62 for ; Thu, 29 Mar 2012 13:25:16 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id C14932611B; Thu, 29 Mar 2012 02:25:15 +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 mQ4DEPcnb5DL; Thu, 29 Mar 2012 02:25:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id D538526668; Thu, 29 Mar 2012 02:25:14 +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 DD0A08F753 for ; Thu, 29 Mar 2012 02:25:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BA54F8F49A for ; Thu, 29 Mar 2012 02:25:12 +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 M4dpd+q0Utao for ; Thu, 29 Mar 2012 02:25:10 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [74.118.36.95]) by whitealder.osuosl.org (Postfix) with ESMTPS id 173518F498 for ; Thu, 29 Mar 2012 02:25:09 +0000 (UTC) Received: from asgard (host10.190-30-120.telecom.net.ar [190.30.120.10]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.4/8.14.4) with ESMTP id q2T2P48n018818 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 Mar 2012 23:25:06 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1332987908; bh=CMgUIzCjGGyTosolFQ8hfb0qwa4t0U47KI2UMT7jymg=; h=From:To:Cc:Subject:Date:Message-Id; b=REsp4gm0yeFaZrU9spcqquYQ1PBkm2Q7fsi4tEu2xFlsnCihQ5C0Ma86zeP41UMpI G/MBO7vcSLQ+gl9DCA8bQPANWs2as6umb1sDJW+FaOC9Cago+lo63Y5/cPYRYngvB9 39RgL8Z1gXmAnxJ7Ut380WBv49mIm2xKWjYwuhPo= Received: by asgard (sSMTP sendmail emulation); Wed, 28 Mar 2012 23:25:04 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 28 Mar 2012 23:24:57 -0300 Message-Id: <1332987903-12378-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/7] gawk: bump to version 4.0.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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/gawk/gawk.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/gawk/gawk.mk b/package/gawk/gawk.mk index f1a6472..8f374cb 100644 --- a/package/gawk/gawk.mk +++ b/package/gawk/gawk.mk @@ -4,7 +4,7 @@ # ############################################################# -GAWK_VERSION = 4.0.0 +GAWK_VERSION = 4.0.1 GAWK_SITE = $(BR2_GNU_MIRROR)/gawk GAWK_TARGET_BINS = awk gawk igawk pgawk