From patchwork Sun May 12 13:55:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 243180 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 9A1102C0096 for ; Sun, 12 May 2013 23:55:40 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4FE2C8B801; Sun, 12 May 2013 13:55:39 +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 Crhh967Bmft2; Sun, 12 May 2013 13:55:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id D7F598B60E; Sun, 12 May 2013 13:55:36 +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 A1A468F753 for ; Sun, 12 May 2013 13:55:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8116D8B60E for ; Sun, 12 May 2013 13:55:34 +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 nOPZjE0CJzUZ for ; Sun, 12 May 2013 13:55:33 +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 5CBE8893A2 for ; Sun, 12 May 2013 13:55:33 +0000 (UTC) Received: from asgard (host147.190-138-228.telecom.net.ar [190.138.228.147]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r4CDtP6Z016496 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 12 May 2013 13:55:27 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1368366929; bh=FgufxdPDH8NDqtg/XNn7eZgA/tpZK3MS1grFLuU6BB4=; h=From:To:Cc:Subject:Date; b=pzjlBoMEJj8Dg1VKB055hex35LI/GUsbWvFr3VR9x8LY4634YM2en73TZJLKNMIC2 TP7hfJAAfZ5GBqZ8WFBSAp5vtAFR3L4fUgO2AJQ2XIlOYI13QrjnqBc8NZsMWY9Dz5 154rXZFRUecLERjvyJdPbvwxcRwf+nozxXiGO88g= Received: by asgard (sSMTP sendmail emulation); Sun, 12 May 2013 10:55:24 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sun, 12 May 2013 10:55:22 -0300 Message-Id: <1368366924-11330-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/3] less: bump to version 458 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/less/less.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/less/less.mk b/package/less/less.mk index 72449c3..f811733 100644 --- a/package/less/less.mk +++ b/package/less/less.mk @@ -4,7 +4,7 @@ # ############################################################# -LESS_VERSION = 451 +LESS_VERSION = 458 LESS_SITE = http://www.greenwoodsoftware.com/less LESS_LICENSE = GPLv3+ LESS_LICENSE_FILES = COPYING