Skip to content

Commit

Permalink
Update pureftpd
Browse files Browse the repository at this point in the history
  • Loading branch information
bypanelcom committed May 2, 2019
1 parent 83656e1 commit 291aff4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion include/pureftpd.sh
Expand Up @@ -16,7 +16,7 @@ Install_PureFTPd() {
tar xzf pure-ftpd-${pureftpd_ver}.tar.gz
pushd pure-ftpd-${pureftpd_ver} > /dev/null
[ ! -d "${pureftpd_install_dir}" ] && mkdir -p ${pureftpd_install_dir}
./configure --prefix=${pureftpd_install_dir} CFLAGS=-O2 --with-puredb --with-quotas --with-cookie --with-virtualhosts --with-virtualchroot --with-diraliases --with-sysquotas --with-ratios --with-altlog --with-paranoidmsg --with-shadow --with-welcomemsg --with-throttling --with-uploadscript --with-language=english --with-rfc2640 --with-tls
./configure --prefix=${pureftpd_install_dir} CFLAGS=-O2 --with-puredb --with-quotas --with-cookie --with-virtualhosts --with-virtualchroot --with-diraliases --with-sysquotas --with-ratios --with-altlog --with-paranoidmsg --with-shadow --with-welcomemsg --with-throttling --with-uploadscript --with-language=english --with-tls
make -j ${THREAD} && make install
popd > /dev/null
if [ -e "${pureftpd_install_dir}/sbin/pure-ftpwho" ]; then
Expand Down
8 changes: 4 additions & 4 deletions versions.txt
Expand Up @@ -47,9 +47,9 @@ jdk17_ver=1.7.0_80
jdk16_ver=1.6.0_45

# PHP
php73_ver=7.3.4
php72_ver=7.2.17
php71_ver=7.1.28
php73_ver=7.3.5
php72_ver=7.2.18
php71_ver=7.1.29
php70_ver=7.0.33
php56_ver=5.6.40
php55_ver=5.5.38
Expand Down Expand Up @@ -82,7 +82,7 @@ xdebug_ver=2.7.1
xdebug_oldver=2.5.5

# Ftp
pureftpd_ver=1.0.47
pureftpd_ver=1.0.49

# Redis
redis_ver=5.0.4
Expand Down

0 comments on commit 291aff4

Please sign in to comment.