wok-next rev 19851

Forgot to remove folders with separate dropbear-pam, talloc-dev, talloc-python.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 31 09:34:08 2017 +0300 (2017-08-31)
parents 2e9df1b30cc2
children 77529bc3b589
files dropbear-pam/receipt dropbear-pam/stuff/pam.d/sshd dropbear/receipt dropbear/stuff/pam.d/sshd talloc-dev/receipt talloc-python/receipt
line diff
     1.1 --- a/dropbear-pam/receipt	Thu Aug 31 03:20:51 2017 +0300
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,26 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="dropbear-pam"
     1.7 -VERSION="2016.74"
     1.8 -CATEGORY="security"
     1.9 -SHORT_DESC="Light SSH client and server using PAM."
    1.10 -MAINTAINER="pascal.bellard@slitaz.org"
    1.11 -LICENSE="MIT"
    1.12 -WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html"
    1.13 -PROVIDE="dropbear:pam ssh:pam"
    1.14 -TAGS="ssh"
    1.15 -
    1.16 -WANTED="dropbear"
    1.17 -DEPENDS="dropbear pam"
    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/sbin
    1.23 -	cp -a $install/usr/sbin/dropbear-pam $fs/usr/sbin/dropbear
    1.24 -}
    1.25 -
    1.26 -post_remove()
    1.27 -{
    1.28 -	tazpkg get-install ${PACKAGE%-pam} --forced
    1.29 -}
     2.1 --- a/dropbear-pam/stuff/pam.d/sshd	Thu Aug 31 03:20:51 2017 +0300
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,7 +0,0 @@
     2.4 -#%PAM-1.0
     2.5 -# specify the PAM dropbear behaviour
     2.6 -
     2.7 -auth	required	pam_unix.so
     2.8 -account	required	pam_unix.so
     2.9 -password	required	pam_unix.so md5
    2.10 -session	required	pam_unix.so
     3.1 --- a/dropbear/receipt	Thu Aug 31 03:20:51 2017 +0300
     3.2 +++ b/dropbear/receipt	Thu Aug 31 09:34:08 2017 +0300
     3.3 @@ -12,7 +12,7 @@
     3.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     3.5  WGET_URL="http://matt.ucc.asn.au/dropbear/releases/$TARBALL"
     3.6  
     3.7 -BUILD_DEPENDS_arm=""
     3.8 +BUILD_DEPENDS_arm=" "
     3.9  BUILD_DEPENDS="zlib-dev pam pam-dev"
    3.10  SPLIT="dropbear-pam"
    3.11  
    3.12 @@ -72,6 +72,9 @@
    3.13  	      $install/etc/dropbear/dropbear_rsa_host_key \
    3.14  	      $install/etc/dropbear/dropbear_ecdsa_host_key
    3.15  
    3.16 +	# PAM
    3.17 +	cp -a $stuff/pam.d $install/etc
    3.18 +
    3.19  	# Fix dropbear initscript perms
    3.20  	chown -R root:root $install
    3.21  }
    3.22 @@ -82,6 +85,7 @@
    3.23  		dropbear)
    3.24  			copy @std
    3.25  			rm -f $fs/usr/sbin/dropbear-pam
    3.26 +			rm -r $fs/etc/pam.d/
    3.27  			DEPENDS="zlib"
    3.28  			CONFIG_FILES="/etc/dropbear"
    3.29  			SUGGESTED="sftp-server"
    3.30 @@ -89,7 +93,7 @@
    3.31  			TAGS="ssh"
    3.32  			;;
    3.33  		dropbear-pam)
    3.34 -			copy dropbear-pam
    3.35 +			copy dropbear-pam pam.d/
    3.36  			mv $fs/usr/sbin/dropbear-pam $fs/usr/sbin/dropbear
    3.37  			DEPENDS="dropbear pam"
    3.38  			CAT="security|with PAM support"
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/dropbear/stuff/pam.d/sshd	Thu Aug 31 09:34:08 2017 +0300
     4.3 @@ -0,0 +1,7 @@
     4.4 +#%PAM-1.0
     4.5 +# specify the PAM dropbear behaviour
     4.6 +
     4.7 +auth	required	pam_unix.so
     4.8 +account	required	pam_unix.so
     4.9 +password	required	pam_unix.so md5
    4.10 +session	required	pam_unix.so
     5.1 --- a/talloc-dev/receipt	Thu Aug 31 03:20:51 2017 +0300
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,20 +0,0 @@
     5.4 -# SliTaz package receipt.
     5.5 -
     5.6 -PACKAGE="talloc-dev"
     5.7 -VERSION="2.0.7"
     5.8 -CATEGORY="development"
     5.9 -SHORT_DESC="Hierarchical pool based memory allocator with destructors (devel files)."
    5.10 -MAINTAINER="slaxemulator@gmail.com"
    5.11 -LICENSE="LGPL"
    5.12 -WEB_SITE="http://talloc.samba.org/"
    5.13 -WANTED="talloc"
    5.14 -
    5.15 -DEPENDS="talloc pkg-config"
    5.16 -
    5.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    5.18 -genpkg_rules()
    5.19 -{
    5.20 -	mkdir -p $fs/usr/lib/
    5.21 -	cp -a $install/usr/include $fs/usr/
    5.22 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    5.23 -}
     6.1 --- a/talloc-python/receipt	Thu Aug 31 03:20:51 2017 +0300
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,21 +0,0 @@
     6.4 -# SliTaz package receipt.
     6.5 -
     6.6 -PACKAGE="talloc-python"
     6.7 -VERSION="2.0.7"
     6.8 -CATEGORY="development"
     6.9 -SHORT_DESC="Python bindings for talloc"
    6.10 -MAINTAINER="slaxemulator@gmail.com"
    6.11 -LICENSE="LGPL"
    6.12 -WEB_SITE="http://talloc.samba.org/"
    6.13 -WANTED="talloc"
    6.14 -
    6.15 -DEPENDS="talloc python"
    6.16 -
    6.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    6.18 -genpkg_rules()
    6.19 -{
    6.20 -	mkdir -p $fs/usr/lib
    6.21 -	cp -a $install/usr/lib/python* $fs/usr/lib
    6.22 -	cp -a $install/usr/lib/libpytalloc* $fs/usr/lib
    6.23 -}
    6.24 -