From patchwork Fri Mar 24 11:42:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vicente Olivert Riera X-Patchwork-Id: 743151 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vqM3g1N4Mz9ryk for ; Fri, 24 Mar 2017 22:42:39 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9A7AA86CC9; Fri, 24 Mar 2017 11:42:36 +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 JJh7rw3zACeM; Fri, 24 Mar 2017 11:42:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id A5E6486AB6; Fri, 24 Mar 2017 11:42:34 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E9BD11C2232 for ; Fri, 24 Mar 2017 11:42:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E0CF78682B for ; Fri, 24 Mar 2017 11:42:31 +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 I-8x0nMFAdiW for ; Fri, 24 Mar 2017 11:42:31 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailapp01.imgtec.com (mailapp01.imgtec.com [195.59.15.196]) by whitealder.osuosl.org (Postfix) with ESMTP id DD740830DF for ; Fri, 24 Mar 2017 11:42:30 +0000 (UTC) Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id 1C137EC73CB3C for ; Fri, 24 Mar 2017 11:42:27 +0000 (GMT) Received: from vriera-linux.le.imgtec.org (192.168.154.36) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server (TLS) id 14.3.294.0; Fri, 24 Mar 2017 11:42:29 +0000 From: Vicente Olivert Riera To: Date: Fri, 24 Mar 2017 11:42:19 +0000 Message-ID: <20170324114219.15563-1-Vincent.Riera@imgtec.com> X-Mailer: git-send-email 2.10.2 MIME-Version: 1.0 X-Originating-IP: [192.168.154.36] Subject: [Buildroot] [PATCH] lft: bump version to 3.78 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Vicente Olivert Riera --- package/lft/lft.hash | 6 ++++-- package/lft/lft.mk | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package/lft/lft.hash b/package/lft/lft.hash index b045e7c..28654f5 100644 --- a/package/lft/lft.hash +++ b/package/lft/lft.hash @@ -1,2 +1,4 @@ -# Locally calculated, matches download from fossies.org and pwhois.org -sha256 d182d6774e64dcdeb19ed1a598fa588e57ddb6cbb6847d9277c405d3a4597d89 lft-3.77.tar.gz +# From http://pwhois.org/lft/ +md5 7d20fd5323137b208abf1b4e1355c153 lft-3.78.tar.gz +# Locally calculated +sha256 000575891b4094319a56d395c0ec576651fe76b251596ab19d3eb2e5f8d4bf78 lft-3.78.tar.gz diff --git a/package/lft/lft.mk b/package/lft/lft.mk index 72f43fa..cac3774 100644 --- a/package/lft/lft.mk +++ b/package/lft/lft.mk @@ -4,7 +4,7 @@ # ################################################################################ -LFT_VERSION = 3.77 +LFT_VERSION = 3.78 LFT_SITE = http://pwhois.org/get LFT_DEPENDENCIES = libpcap LFT_LICENSE = VOSTROM Public License for Open Source