wok rev 21207

Up pure-ftpd (1.0.48)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 08 19:08:56 2019 +0200 (2019-04-08)
parents 76533c5bf943
children 170bfd11ff16
files pure-ftpd-extras/receipt pure-ftpd-pam/receipt pure-ftpd/receipt
line diff
     1.1 --- a/pure-ftpd-extras/receipt	Sun Apr 07 20:47:35 2019 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,22 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="pure-ftpd-extras"
     1.7 -VERSION="1.0.35"
     1.8 -CATEGORY="network"
     1.9 -SHORT_DESC="A secure FTP daemon extras files"
    1.10 -MAINTAINER="erjo@slitaz.org"
    1.11 -LICENSE="BSD"
    1.12 -WEB_SITE="https://www.pureftpd.org/project/pure-ftpd"
    1.13 -WANTED="pure-ftpd"
    1.14 -
    1.15 -DEPENDS="perl python"
    1.16 -
    1.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 -genpkg_rules()
    1.19 -{
    1.20 -	mkdir -p $fs/etc/pure-ftpd $fs/usr/bin
    1.21 -	cp -a $src/configuration-file/pure-ftpd.conf $fs/etc/pure-ftpd
    1.22 -	cp -a $src/configuration-file/pure-config.pl $fs/usr/bin
    1.23 -	cp -a $src/configuration-file/pure-config.py $fs/usr/bin
    1.24 -}
    1.25 -
     2.1 --- a/pure-ftpd-pam/receipt	Sun Apr 07 20:47:35 2019 +0200
     2.2 +++ b/pure-ftpd-pam/receipt	Mon Apr 08 19:08:56 2019 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="pure-ftpd-pam"
     2.7 -VERSION="1.0.35"
     2.8 +VERSION="1.0.48"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="A secure FTP daemon using PAM"
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 @@ -12,13 +12,12 @@
    2.13  WGET_URL="http://download.pureftpd.org/pub/pure-ftpd/releases/$TARBALL"
    2.14  PROVIDE="pure-ftpd:pam"
    2.15  
    2.16 -DEPENDS="pam attr libcap"
    2.17 -BUILD_DEPENDS="pam pam-dev"
    2.18 +DEPENDS="pam attr libcap libssl"
    2.19 +BUILD_DEPENDS="pam pam-dev openssl-dev"
    2.20  
    2.21  # Rules to configure and make the package.
    2.22  compile_rules()
    2.23  {
    2.24 -	cd $src
    2.25  	./configure --prefix=/usr --with-pam $CONFIGURE_ARGS &&
    2.26  	make &&
    2.27  	make DESTDIR=$DESTDIR install
    2.28 @@ -39,7 +38,4 @@
    2.29  	echo -e "\nTo starts $PACKAGE server you can run :\n"
    2.30  	echo "/etc/init.d/$PACKAGE start"
    2.31  	echo -e "Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf\n"
    2.32 -	echo ""
    2.33 -	echo "You may install pure-ftpd-extras package to get pure-config.pl "
    2.34 -	echo " pure-config.py facilities."
    2.35  }
     3.1 --- a/pure-ftpd/receipt	Sun Apr 07 20:47:35 2019 +0200
     3.2 +++ b/pure-ftpd/receipt	Mon Apr 08 19:08:56 2019 +0200
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="pure-ftpd"
     3.7 -VERSION="1.0.35"
     3.8 +VERSION="1.0.48"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="A secure FTP daemon"
    3.11  MAINTAINER="erjo@slitaz.org"
    3.12 @@ -17,7 +17,6 @@
    3.13  # Rules to configure and make the package.
    3.14  compile_rules()
    3.15  {
    3.16 -	cd $src
    3.17  	./configure --prefix=/usr \
    3.18  		--without-pam \
    3.19  		--with-puredb \
    3.20 @@ -40,7 +39,4 @@
    3.21  	echo -e "\nTo starts $PACKAGE server you can run :\n"
    3.22  	echo "/etc/init.d/$PACKAGE start"
    3.23  	echo -e "Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf\n"
    3.24 -	echo ""
    3.25 -	echo "You may install pure-ftpd-extras package to get pure-config.pl "
    3.26 -	echo " pure-config.py facilities."
    3.27  }