From patchwork Fri May 11 19:37:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 158575 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 EC8D7B700B for ; Sat, 12 May 2012 05:38:15 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D2BC58F48A; Fri, 11 May 2012 19:38:11 +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 h0u3QwnuvhVC; Fri, 11 May 2012 19:38:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 8D3158F700; Fri, 11 May 2012 19:38:00 +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 BD1C48F753 for ; Fri, 11 May 2012 19:37:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6BE488F588 for ; Fri, 11 May 2012 19:37:53 +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 SZXeqhrnLI75 for ; Fri, 11 May 2012 19:37:50 +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 4E14D8D42C for ; Fri, 11 May 2012 19:37:50 +0000 (UTC) Received: from asgard (host24.186-125-81.telecom.net.ar [186.125.81.24]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.4/8.14.4) with ESMTP id q4BJbjGd020516 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 11 May 2012 16:37:47 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1336765068; bh=QncrxnDndjA+YXRaaXB9a0e+0pSnJCzdfDdQ8qaJKgQ=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=EuK5O5XPO2G0wX/s7L0zgl27/B8AwBCGosfHbdTEiy8SAnpvCTljAnVYyR43p+KwD SYnsFJzYuTpy3vAFfvmSiUXLSyjCvLsVnBSDWChKcZdqCeP8s3uAtR2K7dX0Gu1kb6 VSd4UTjwaeTnqJDDxAUiPwEXpABUEqna4ktFzGBA= Received: by asgard (sSMTP sendmail emulation); Fri, 11 May 2012 16:37:44 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 11 May 2012 16:37:31 -0300 Message-Id: <1336765059-20673-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1336765059-20673-1-git-send-email-gustavo@zacarias.com.ar> References: <1336765059-20673-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 02/10] grep: 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/grep/grep.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/grep/grep.mk b/package/grep/grep.mk index aa22910..389aa3b 100644 --- a/package/grep/grep.mk +++ b/package/grep/grep.mk @@ -4,7 +4,7 @@ # ############################################################# -GREP_VERSION = 2.11 +GREP_VERSION = 2.12 GREP_SITE = $(BR2_GNU_MIRROR)/grep GREP_SOURCE = grep-$(GREP_VERSION).tar.xz GREP_CONF_OPT = --disable-perl-regexp --without-included-regex