wok rev 21703

updated proftpd and proftpd-dev (1.3.4d -> 1.3.6)
author Hans-G?nter Theisgen
date Thu Jun 06 16:27:45 2019 +0100 (2019-06-06)
parents 72d34faa7fd6
children 4b6d3ac55c10
files proftpd-dev/receipt proftpd/receipt
line diff
     1.1 --- a/proftpd-dev/receipt	Thu Jun 06 16:03:11 2019 +0100
     1.2 +++ b/proftpd-dev/receipt	Thu Jun 06 16:27:45 2019 +0100
     1.3 @@ -1,20 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="proftpd-dev"
     1.7 -VERSION="1.3.4d"
     1.8 +VERSION="1.3.6"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Highly configurable FTP server, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="http://www.proftpd.org/"
    1.14 -WANTED="proftpd"
    1.15  
    1.16  DEPENDS="proftpd pkg-config"
    1.17 +WANTED="proftpd"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/lib
    1.23 -	cp -a $install/usr/include $fs/usr
    1.24 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.25 +
    1.26 +	cp -a $install/usr/include		$fs/usr
    1.27 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.28  }
     2.1 --- a/proftpd/receipt	Thu Jun 06 16:03:11 2019 +0100
     2.2 +++ b/proftpd/receipt	Thu Jun 06 16:27:45 2019 +0100
     2.3 @@ -1,13 +1,14 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="proftpd"
     2.7 -VERSION="1.3.4d"
     2.8 +VERSION="1.3.6"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Highly configurable FTP server."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="GPL2"
    2.13 +WEB_SITE="http://www.proftpd.org/"
    2.14 +
    2.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.16 -WEB_SITE="http://www.proftpd.org/"
    2.17  WGET_URL="ftp://ftp.proftpd.org/distrib/source/$TARBALL"
    2.18  
    2.19  DEPENDS=""
    2.20 @@ -16,11 +17,11 @@
    2.21  # Rules to configure and make the package.
    2.22  compile_rules()
    2.23  {
    2.24 -	cd $src
    2.25 -	./configure --prefix=/usr \
    2.26 -		--sysconfdir=/etc \
    2.27 -		--localstatedir=/var \
    2.28 -		--mandir=/usr/share/man \
    2.29 +	./configure			\
    2.30 +		--prefix=/usr		\
    2.31 +		--sysconfdir=/etc	\
    2.32 +		--localstatedir=/var	\
    2.33 +		--mandir=/usr/share/man	\
    2.34  		$CONFIGURE_ARGS &&
    2.35  	make &&
    2.36  	make DESTDIR=$DESTDIR install
    2.37 @@ -29,11 +30,13 @@
    2.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.39  genpkg_rules()
    2.40  {
    2.41 -	mkdir -p $fs/usr/lib
    2.42 -	cp -a $install/usr/sbin $fs/usr
    2.43 -	cp -a $install/usr/bin $fs/usr
    2.44 -	cp -a $install/usr/lib/proftpd $fs/usr/lib
    2.45 -	cp -a $install/etc $fs
    2.46 +	mkdir -p $fs/usr
    2.47 +
    2.48 +	cp -a $install/usr/sbin		$fs/usr
    2.49 +	cp -a $install/usr/bin		$fs/usr
    2.50 +#	cp -a $install/usr/lib/proftpd	$fs/usr/lib	# empty directory
    2.51 +	cp -a $install/etc		$fs
    2.52 +
    2.53  	cat >> $fs/etc/proftpd.conf <<EOT
    2.54  
    2.55  # SSLv3 is unsafe, see CVE-2014-3566 POODLE