From patchwork Mon Jan 19 20:26:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 430678 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 C3E9D14019D for ; Tue, 20 Jan 2015 07:26:20 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B1B17939B7; Mon, 19 Jan 2015 20:26:19 +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 xqIlbduZEE47; Mon, 19 Jan 2015 20:26:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 12D5B939AC; Mon, 19 Jan 2015 20:26:17 +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 AB7401C2250 for ; Mon, 19 Jan 2015 20:26:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A76B993997 for ; Mon, 19 Jan 2015 20:26:15 +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 aBJA2PGV4RAx for ; Mon, 19 Jan 2015 20:26:14 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 1A31C939A0 for ; Mon, 19 Jan 2015 20:26:13 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id t0JKQ7SH003154 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 19 Jan 2015 20:26:10 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1421699172; bh=JbXAX7/dmw3AFQm9QoXS1i254w7B5G0Dhz/Bvv4ehUY=; h=From:To:Cc:Subject:Date; b=AVbhRg4yMWss1ztNHL2joL2JnBQKQ6aiDl9vftsvqGT+38DanYHvTMKK5WP4sHN8i 2bQbktZoIdjhAVstay3/a2KRIWNf+c7AmG5e5HWIVzBPrwOTl1cKcfO4m9N0i5YQlq WvjqT0cPzPyL06ierUJ8cwVf0+wMhxqWonHeW0B8= Received: by asgard (sSMTP sendmail emulation); Mon, 19 Jan 2015 17:26:02 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 19 Jan 2015 17:26:02 -0300 Message-Id: <1421699162-30899-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 X-Virus-Scanned: clamav-milter 0.98.5 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] libtool: bump to version 2.4.5 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Signed-off-by: Gustavo Zacarias --- package/libtool/libtool.hash | 2 +- package/libtool/libtool.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libtool/libtool.hash b/package/libtool/libtool.hash index ffa3ea5..06a562d 100644 --- a/package/libtool/libtool.hash +++ b/package/libtool/libtool.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 a8295b5853bf82a46635c944031e84970f2aa79c19df7a0c28f3ec8e11c07f6c libtool-2.4.4.tar.xz +sha256 84aac136513b009278896ffa255e4d685bcdb0cb0e5363be36adad64c986177e libtool-2.4.5.tar.xz diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index 92c6dce..3332cfc 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBTOOL_VERSION = 2.4.4 +LIBTOOL_VERSION = 2.4.5 LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.xz LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool LIBTOOL_INSTALL_STAGING = YES