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

@@ -1,13 +1,14 @@
config BR2_PACKAGE_PURE_FTPD
bool "pure-ftpd"
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
help
Pure-FTPd is a free (BSD), secure, production-quality and standard-
conformant FTP server. It doesn't provide useless bells and whistles,
but focuses on efficiency and ease of use. It provides simple answers
to common needs, plus unique useful features for personal users as
well as hosting providers.
Pure-FTPd is a free (BSD), secure, production-quality and
standard- conformant FTP server. It doesn't provide useless
bells and whistles, but focuses on efficiency and ease of
use. It provides simple answers to common needs, plus unique
useful features for personal users as well as hosting
providers.
http://www.pureftpd.org
@@ -16,16 +17,23 @@ if BR2_PACKAGE_PURE_FTPD
config BR2_PACKAGE_PURE_FTPD_FTPWHO
bool "ftpwho"
help
Enable the pure-ftpd command. Pure-ftpwho shows current Pure-ftpd
client sessions. Only the system administrator may run this. Output
can be text (default), HTML, XML data and parser-optimized.
Enable the pure-ftpd command. Pure-ftpwho shows current
Pure-ftpd client sessions. Only the system administrator
may run this. Output can be text (default), HTML, XML data
and parser-optimized.
config BR2_PACKAGE_PURE_FTPD_QUOTAS
bool "quotas"
help
Enable virtual quotas. With virtual quotas, restrictions can
be placed on the maximum number of files a user can store in
his account. In addition, restrictions can also be placed
on the total size.
his account. In addition, restrictions can also be placed on
the total size.
config BR2_PACKAGE_PURE_FTPD_UPLOADSCRIPT
bool "uploadscript"
help
Enable pure-upload script. Automatically run an external
program after a successful upload.
endif

View File

@@ -1,2 +1,3 @@
# Locally calculated after checking pgp signature
sha256 efd11295998453e31dbeef9159624beabbac2643a338134ae8c2ef529aa2ec10 pure-ftpd-1.0.42.tar.bz2
sha256 cb1b695e779a06e42d62d7a1a428d2f605d621dfd5afe4e192b5f9fc4e343692 pure-ftpd-1.0.47.tar.bz2
sha256 e724ba991d8efa4c963e84ec31314c532dab00ac455ef77020fe60e78177bf23 COPYING

View File

@@ -4,8 +4,8 @@
#
################################################################################
PURE_FTPD_VERSION = 1.0.42
PURE_FTPD_SITE = http://download.pureftpd.org/pub/pure-ftpd/releases
PURE_FTPD_VERSION = 1.0.47
PURE_FTPD_SITE = https://download.pureftpd.org/pub/pure-ftpd/releases
PURE_FTPD_SOURCE = pure-ftpd-$(PURE_FTPD_VERSION).tar.bz2
PURE_FTPD_LICENSE = ISC
PURE_FTPD_LICENSE_FILES = COPYING
@@ -53,4 +53,8 @@ ifeq ($(BR2_PACKAGE_PURE_FTPD_QUOTAS),y)
PURE_FTPD_CONF_OPTS += --with-quotas
endif
ifeq ($(BR2_PACKAGE_PURE_FTPD_UPLOADSCRIPT),y)
PURE_FTPD_CONF_OPTS += --with-uploadscript
endif
$(eval $(autotools-package))