# HG changeset patch # User Aleksej Bobylev # Date 1504161248 -10800 # Node ID f22b926e527d1220669d7e80877c51016b59453d # Parent 2e9df1b30cc29735d4b11fa10e32488f396edb71 Forgot to remove folders with separate dropbear-pam, talloc-dev, talloc-python. diff -r 2e9df1b30cc2 -r f22b926e527d dropbear-pam/receipt --- a/dropbear-pam/receipt Thu Aug 31 03:20:51 2017 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="dropbear-pam" -VERSION="2016.74" -CATEGORY="security" -SHORT_DESC="Light SSH client and server using PAM." -MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="MIT" -WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html" -PROVIDE="dropbear:pam ssh:pam" -TAGS="ssh" - -WANTED="dropbear" -DEPENDS="dropbear pam" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/sbin - cp -a $install/usr/sbin/dropbear-pam $fs/usr/sbin/dropbear -} - -post_remove() -{ - tazpkg get-install ${PACKAGE%-pam} --forced -} diff -r 2e9df1b30cc2 -r f22b926e527d dropbear-pam/stuff/pam.d/sshd --- a/dropbear-pam/stuff/pam.d/sshd Thu Aug 31 03:20:51 2017 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -#%PAM-1.0 -# specify the PAM dropbear behaviour - -auth required pam_unix.so -account required pam_unix.so -password required pam_unix.so md5 -session required pam_unix.so diff -r 2e9df1b30cc2 -r f22b926e527d dropbear/receipt --- a/dropbear/receipt Thu Aug 31 03:20:51 2017 +0300 +++ b/dropbear/receipt Thu Aug 31 09:34:08 2017 +0300 @@ -12,7 +12,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://matt.ucc.asn.au/dropbear/releases/$TARBALL" -BUILD_DEPENDS_arm="" +BUILD_DEPENDS_arm=" " BUILD_DEPENDS="zlib-dev pam pam-dev" SPLIT="dropbear-pam" @@ -72,6 +72,9 @@ $install/etc/dropbear/dropbear_rsa_host_key \ $install/etc/dropbear/dropbear_ecdsa_host_key + # PAM + cp -a $stuff/pam.d $install/etc + # Fix dropbear initscript perms chown -R root:root $install } @@ -82,6 +85,7 @@ dropbear) copy @std rm -f $fs/usr/sbin/dropbear-pam + rm -r $fs/etc/pam.d/ DEPENDS="zlib" CONFIG_FILES="/etc/dropbear" SUGGESTED="sftp-server" @@ -89,7 +93,7 @@ TAGS="ssh" ;; dropbear-pam) - copy dropbear-pam + copy dropbear-pam pam.d/ mv $fs/usr/sbin/dropbear-pam $fs/usr/sbin/dropbear DEPENDS="dropbear pam" CAT="security|with PAM support" diff -r 2e9df1b30cc2 -r f22b926e527d dropbear/stuff/pam.d/sshd --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dropbear/stuff/pam.d/sshd Thu Aug 31 09:34:08 2017 +0300 @@ -0,0 +1,7 @@ +#%PAM-1.0 +# specify the PAM dropbear behaviour + +auth required pam_unix.so +account required pam_unix.so +password required pam_unix.so md5 +session required pam_unix.so diff -r 2e9df1b30cc2 -r f22b926e527d talloc-dev/receipt --- a/talloc-dev/receipt Thu Aug 31 03:20:51 2017 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="talloc-dev" -VERSION="2.0.7" -CATEGORY="development" -SHORT_DESC="Hierarchical pool based memory allocator with destructors (devel files)." -MAINTAINER="slaxemulator@gmail.com" -LICENSE="LGPL" -WEB_SITE="http://talloc.samba.org/" -WANTED="talloc" - -DEPENDS="talloc pkg-config" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/ - cp -a $install/usr/include $fs/usr/ - cp -a $install/usr/lib/pkgconfig $fs/usr/lib -} diff -r 2e9df1b30cc2 -r f22b926e527d talloc-python/receipt --- a/talloc-python/receipt Thu Aug 31 03:20:51 2017 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="talloc-python" -VERSION="2.0.7" -CATEGORY="development" -SHORT_DESC="Python bindings for talloc" -MAINTAINER="slaxemulator@gmail.com" -LICENSE="LGPL" -WEB_SITE="http://talloc.samba.org/" -WANTED="talloc" - -DEPENDS="talloc python" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/python* $fs/usr/lib - cp -a $install/usr/lib/libpytalloc* $fs/usr/lib -} -