From patchwork Wed Dec 26 17:36:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 208180 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 5C7132C0086 for ; Thu, 27 Dec 2012 04:36:55 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id A933B1007AF; Wed, 26 Dec 2012 17:36:44 +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 NPwQKk8-Rh1Y; Wed, 26 Dec 2012 17:36:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 72BBE100494; Wed, 26 Dec 2012 17:36:41 +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 D496A8F74B for ; Wed, 26 Dec 2012 17:36:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 181C88688A for ; Wed, 26 Dec 2012 17:36:49 +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 ZXT4rmmgpmz5 for ; Wed, 26 Dec 2012 17:36:48 +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 33F918065F for ; Wed, 26 Dec 2012 17:36:48 +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 qBQHafTl008333 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 26 Dec 2012 17:36:44 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1356543405; bh=N8W67RCpWPPv87kxRo/RCcDcBQfWRrFWzaIe55n2w1E=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=BmmiSVM/Oy9QQo8takhXH7fhDDHlWei2bIbB4J4xKea5UAOR30dTO8S4UPehWgNir ELZ/jjv1qd9fK/yC5cg4j5u/B2/CAGyuy4rsDxOj8P9AHrD8pn6gqHama+4ZTC0ljF nci2ZuhK4iM/ZPMCl5ApqUGFnHe2S5f3Yz2xoWaw= Received: by asgard (sSMTP sendmail emulation); Wed, 26 Dec 2012 14:36:40 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 26 Dec 2012 14:36:28 -0300 Message-Id: <1356543388-23649-3-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1356543388-23649-1-git-send-email-gustavo@zacarias.com.ar> References: <1356543388-23649-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 3/3] sed: bump to version 4.2.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/sed/sed.mk | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package/sed/sed.mk b/package/sed/sed.mk index 451ba54..5535754 100644 --- a/package/sed/sed.mk +++ b/package/sed/sed.mk @@ -3,9 +3,11 @@ # sed # ############################################################# -SED_VERSION = 4.2.1 -SED_SOURCE = sed-$(SED_VERSION).tar.gz + +SED_VERSION = 4.2.2 SED_SITE = $(BR2_GNU_MIRROR)/sed +SED_LICENSE = GPLv3 +SED_LICENSE_FILES = COPYING SED_CONF_OPT = --bindir=/usr/bin \ --libdir=/lib \