X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/9eb4b2f291eec660c6d0644a6d692923af95d3e6..f9fc47c910efe5e213928dfb67b4fea07b50f36e:/packages/pure-ftpd/build.sh diff --git a/packages/pure-ftpd/build.sh b/packages/pure-ftpd/build.sh index 56e742af..859830c6 100644 --- a/packages/pure-ftpd/build.sh +++ b/packages/pure-ftpd/build.sh @@ -1,15 +1,16 @@ TERMUX_PKG_HOMEPAGE=https://www.pureftpd.org/project/pure-ftpd TERMUX_PKG_DESCRIPTION="Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server" -TERMUX_PKG_VERSION=1.0.46 +TERMUX_PKG_VERSION=1.0.47 TERMUX_PKG_SRCURL=https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=0609807335aade4d7145abdbb5cb05c9856a3e626babe90658cb0df315cb0a5c -TERMUX_PKG_DEPENDS="libcrypt" +TERMUX_PKG_SHA256=4740c316f5df879a2d68464489fb9b8b90113fe7dce58e2cdd2054a4768f27ad +TERMUX_PKG_DEPENDS="libcrypt, openssl" TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" +ac_cv_lib_elf_elf_begin=no +ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no --with-ftpwho --with-minimal --with-nonroot --with-puredb -ac_cv_lib_elf_elf_begin=no -ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no +--with-tls " TERMUX_PKG_CONFFILES="etc/pure-ftpd.conf"