From patchwork Wed Jun 18 16:22:31 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 361602 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 48C8C14007F for ; Thu, 19 Jun 2014 02:22:59 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4E0178B698; Wed, 18 Jun 2014 16:22:58 +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 36lzq7DfGS81; Wed, 18 Jun 2014 16:22:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 1E4828B709; Wed, 18 Jun 2014 16:22:56 +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 25EA21BF9A7 for ; Wed, 18 Jun 2014 16:22:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1C7798B657 for ; Wed, 18 Jun 2014 16:22:54 +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 Y-Q3XmgyEYqt for ; Wed, 18 Jun 2014 16:22:52 +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 794D08B7CE for ; Wed, 18 Jun 2014 16:22:45 +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.9/8.14.9) with ESMTP id s5IGMc82009296 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 18 Jun 2014 16:22:41 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1403108563; bh=RhV1O3gCaJzK8w1o8Vrxd9xQ/WcdFcb6AaqiR9MLn9A=; h=From:To:Cc:Subject:Date; b=n7N1KUB111GCNQZ8YU9BmaHDZpl2cnQIiRTXw8Tny0dwWyHQjYig2dwmKG8WQE0yQ ZiRjVXgeVeci/LlHsSB15O5FPsslv92ZaW+DqLGz/P2NhlDjlzhO081YMyY/G7NjSr rdJdzFU/NN+V5Z5CU03l4MXDef4Tu7kWmdzT26Gs= Received: by asgard (sSMTP sendmail emulation); Wed, 18 Jun 2014 13:22:32 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 18 Jun 2014 13:22:31 -0300 Message-Id: <1403108551-15514-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.5.5 X-Virus-Scanned: clamav-milter 0.98.1 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] lftp: bump to version 4.5.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/lftp/lftp.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lftp/lftp.mk b/package/lftp/lftp.mk index 244ebde..431fadb 100644 --- a/package/lftp/lftp.mk +++ b/package/lftp/lftp.mk @@ -4,7 +4,7 @@ # ################################################################################ -LFTP_VERSION = 4.4.16 +LFTP_VERSION = 4.5.2 LFTP_SITE = http://lftp.yar.ru/ftp LFTP_LICENSE = GPLv3+ LFTP_LICENSE_FILES = COPYING