Browse Source

Update pureftpd

lj2007331@gmail.com 5 years ago
parent
commit
291aff4f04
2 changed files with 5 additions and 5 deletions
  1. 1 1
      include/pureftpd.sh
  2. 4 4
      versions.txt

+ 1 - 1
include/pureftpd.sh

@@ -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

+ 4 - 4
versions.txt

@@ -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
@@ -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