From patchwork Mon May 26 01:42:08 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 352320 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 2569414008D for ; Mon, 26 May 2014 11:42:51 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 671D08AE42; Mon, 26 May 2014 01:42:50 +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 YOHh8lKbdO4d; Mon, 26 May 2014 01:42:49 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 7175F8AE08; Mon, 26 May 2014 01:42:49 +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 E0BE51BFA5D for ; Mon, 26 May 2014 01:42:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DC8408AE08 for ; Mon, 26 May 2014 01:42:47 +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 xDl23UZE5XBP for ; Mon, 26 May 2014 01:42:47 +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 190DD8ADF1 for ; Mon, 26 May 2014 01:42:46 +0000 (UTC) Received: from asgard (host213.190-31-126.telecom.net.ar [190.31.126.213]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.8/8.14.8) with ESMTP id s4Q1geOC001379 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 26 May 2014 01:42:43 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1401068564; bh=ZM0Oj20S40+fT4kt4Ewz0tm1O4hYjoE76Cyyh+C8HUg=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=kSQvFdc4A7ikpAyiuibrIJI4MagwmHYVtuOctkQ2ds0xXg6B66UICxOH37OMV6kBG 04uZsZ4wwfYlEqqrj6+lPQT/TDUkUxxk5nDuHZMY3ccaXZXYHahmm3/GyFd77oCdwU fXN4FHCnbnNy2LLY203a6QbifL7YMFnEp2GzAkl8= Received: by asgard (sSMTP sendmail emulation); Sun, 25 May 2014 22:42:20 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sun, 25 May 2014 22:42:08 -0300 Message-Id: <1401068529-4738-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.5.5 In-Reply-To: <1401068529-4738-1-git-send-email-gustavo@zacarias.com.ar> References: <1401068529-4738-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.1 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/3] grep: bump to version 2.19 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/grep/grep.mk b/package/grep/grep.mk index 78e60dc..8d199d1 100644 --- a/package/grep/grep.mk +++ b/package/grep/grep.mk @@ -4,7 +4,7 @@ # ################################################################################ -GREP_VERSION = 2.18 +GREP_VERSION = 2.19 GREP_SITE = $(BR2_GNU_MIRROR)/grep GREP_SOURCE = grep-$(GREP_VERSION).tar.xz GREP_LICENSE = GPLv3+