wok-6.x rev 25158
updated pure-ftpd and pure-ftpd-pam (1.0.49 -> 1.0.51)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 30 17:50:07 2022 +0100 (2022-06-30) |
parents | ef0fdee3b091 |
children | 3ce097bbe559 |
files | pure-ftpd-pam/receipt pure-ftpd/description.txt pure-ftpd/receipt |
line diff
1.1 --- a/pure-ftpd-pam/receipt Thu Jun 30 16:40:03 2022 +0100 1.2 +++ b/pure-ftpd-pam/receipt Thu Jun 30 17:50:07 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pure-ftpd-pam" 1.7 -VERSION="1.0.49" 1.8 +VERSION="1.0.51" 1.9 CATEGORY="network" 1.10 SHORT_DESC="A secure FTP daemon using PAM." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -31,19 +31,18 @@ 1.13 --with-pam \ 1.14 $CONFIGURE_ARGS && 1.15 make && 1.16 - make DESTDIR=$DESTDIR install 1.17 + make install DESTDIR=$DESTDIR 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - mkdir -p $fs/usr 1.24 mkdir -p $fs/etc/init.d 1.25 1.26 - cp -a $install/usr/bin $fs/usr 1.27 - cp -a $install/usr/sbin $fs/usr 1.28 install -g root -o root -m 0755 $WOK/$SOURCE/stuff/pure-ftpd \ 1.29 - $fs/etc/init.d 1.30 + $fs/etc/init.d 1.31 + cook_copy_folders bin 1.32 + cook_copy_folders sbin 1.33 } 1.34 1.35 post_install()
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/pure-ftpd/description.txt Thu Jun 30 17:50:07 2022 +0100 2.3 @@ -0,0 +1,14 @@ 2.4 +Pure-FTPd is a fast, production-quality, standard-conformant FTP server, 2.5 +based upon Troll-FTPd. 2.6 + 2.7 +The server has been designed to be secure in default configuration, 2.8 +it has no known vulnerability, it is really trivial to set up and it is 2.9 +especially designed for modern kernels. 2.10 + 2.11 +Features include chroot()ed and virtual chroot()ed home directories, 2.12 +virtual domains, built-in 'ls', anti-warez system, configurable ports for 2.13 +passive downloads, FXP protocol, bandwidth throttling, ratios, 2.14 +LDAP-, MySQL- and PostgreSQL-based authentication, fortune files, 2.15 +Apache-like log files, fast standalone mode, text, HTML and XML real-time 2.16 +status report, virtual users, virtual quotas, privilege separation, TLS 2.17 +and more.
3.1 --- a/pure-ftpd/receipt Thu Jun 30 16:40:03 2022 +0100 3.2 +++ b/pure-ftpd/receipt Thu Jun 30 17:50:07 2022 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="pure-ftpd" 3.7 -VERSION="1.0.49" 3.8 +VERSION="1.0.51" 3.9 CATEGORY="network" 3.10 SHORT_DESC="A secure FTP daemon." 3.11 MAINTAINER="erjo@slitaz.org" 3.12 @@ -38,13 +38,12 @@ 3.13 # Rules to gen a SliTaz package suitable for Tazpkg. 3.14 genpkg_rules() 3.15 { 3.16 - mkdir -p $fs/usr 3.17 mkdir -p $fs/etc/init.d 3.18 3.19 - cp -a $install/usr/bin $fs/usr 3.20 - cp -a $install/usr/sbin $fs/usr 3.21 install -g root -o root -m 0755 $stuff/pure-ftpd \ 3.22 $fs/etc/init.d 3.23 + cook_copy_folders bin 3.24 + cook_copy_folders sbin 3.25 } 3.26 3.27 post_install()