Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -7,10 +7,11 @@ config BR2_PACKAGE_LFTP
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS
help
LFTP is a sophisticated ftp/http client, and a file transfer program
supporting a number of network protocols. Like BASH, it has job
control and uses the readline library for input. It has bookmarks,
a built-in mirror command, and can transfer several files in parallel.
LFTP is a sophisticated ftp/http client, and a file transfer
program supporting a number of network protocols. Like BASH,
it has job control and uses the readline library for input. It
has bookmarks, a built-in mirror command, and can transfer
several files in parallel.
It was designed with reliability in mind.
http://lftp.yar.ru/

View File

@@ -1,2 +1,4 @@
# From http://lftp.yar.ru/ftp/lftp-4.8.0.md5sum
md5 468558412ad3575ef8e98547c41339f4 lftp-4.8.0.tar.xz
# Locally calculated after checking gpg signature
sha256 bf67c4d128b6f769a4082947376a9679c5ee3463a24ab761a0757f75d70bd92c lftp-4.7.4.tar.xz
sha256 7a2880968088b4aeec43b6b6680fef0e065e1dddcce9b409390157e9766b690f lftp-4.8.0.tar.xz

View File

@@ -4,10 +4,10 @@
#
################################################################################
LFTP_VERSION = 4.7.4
LFTP_VERSION = 4.8.0
LFTP_SOURCE = lftp-$(LFTP_VERSION).tar.xz
LFTP_SITE = http://lftp.yar.ru/ftp
LFTP_LICENSE = GPLv3+
LFTP_LICENSE = GPL-3.0+
LFTP_LICENSE_FILES = COPYING
# Needed so that our libtool patch applies properly, and for patch
# 0001-fix-static-link-with-readline.patch.
@@ -41,6 +41,13 @@ else
LFTP_CONF_OPTS += --without-openssl
endif
ifeq ($(BR2_PACKAGE_LIBIDN),y)
LFTP_DEPENDENCIES += libidn
LFTP_CONF_OPTS += --with-libidn=$(STAGING_DIR)/usr
else
LFTP_CONF_OPTS += --without-libidn
endif
# Remove /usr/share/lftp
define LFTP_REMOVE_DATA
$(RM) -fr $(TARGET_DIR)/usr/share/lftp