# HG changeset patch # User Hans-G?nter Theisgen # Date 1656607807 -3600 # Node ID eb6c7b6a2a89a30806bd8e7f91f70a5300f25741 # Parent ef0fdee3b091e5c2bdb4aeab495a59acb41f4e7a updated pure-ftpd and pure-ftpd-pam (1.0.49 -> 1.0.51) diff -r ef0fdee3b091 -r eb6c7b6a2a89 pure-ftpd-pam/receipt --- a/pure-ftpd-pam/receipt Thu Jun 30 16:40:03 2022 +0100 +++ b/pure-ftpd-pam/receipt Thu Jun 30 17:50:07 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pure-ftpd-pam" -VERSION="1.0.49" +VERSION="1.0.51" CATEGORY="network" SHORT_DESC="A secure FTP daemon using PAM." MAINTAINER="erjo@slitaz.org" @@ -31,19 +31,18 @@ --with-pam \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr mkdir -p $fs/etc/init.d - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/sbin $fs/usr install -g root -o root -m 0755 $WOK/$SOURCE/stuff/pure-ftpd \ - $fs/etc/init.d + $fs/etc/init.d + cook_copy_folders bin + cook_copy_folders sbin } post_install() diff -r ef0fdee3b091 -r eb6c7b6a2a89 pure-ftpd/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pure-ftpd/description.txt Thu Jun 30 17:50:07 2022 +0100 @@ -0,0 +1,14 @@ +Pure-FTPd is a fast, production-quality, standard-conformant FTP server, +based upon Troll-FTPd. + +The server has been designed to be secure in default configuration, +it has no known vulnerability, it is really trivial to set up and it is +especially designed for modern kernels. + +Features include chroot()ed and virtual chroot()ed home directories, +virtual domains, built-in 'ls', anti-warez system, configurable ports for +passive downloads, FXP protocol, bandwidth throttling, ratios, +LDAP-, MySQL- and PostgreSQL-based authentication, fortune files, +Apache-like log files, fast standalone mode, text, HTML and XML real-time +status report, virtual users, virtual quotas, privilege separation, TLS +and more. diff -r ef0fdee3b091 -r eb6c7b6a2a89 pure-ftpd/receipt --- a/pure-ftpd/receipt Thu Jun 30 16:40:03 2022 +0100 +++ b/pure-ftpd/receipt Thu Jun 30 17:50:07 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pure-ftpd" -VERSION="1.0.49" +VERSION="1.0.51" CATEGORY="network" SHORT_DESC="A secure FTP daemon." MAINTAINER="erjo@slitaz.org" @@ -38,13 +38,12 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr mkdir -p $fs/etc/init.d - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/sbin $fs/usr install -g root -o root -m 0755 $stuff/pure-ftpd \ $fs/etc/init.d + cook_copy_folders bin + cook_copy_folders sbin } post_install()