# HG changeset patch # User Pascal Bellard # Date 1596298791 0 # Node ID a8546de77bcce3ac4b837c6a4bca855535c63ae1 # Parent 40db49e1221666c320445f5ed201d0237d449cf6 Add SECRET_FILES variable diff -r 40db49e12216 -r a8546de77bcc busybox/receipt --- a/busybox/receipt Fri Jul 31 14:26:28 2020 +0000 +++ b/busybox/receipt Sat Aug 01 16:19:51 2020 +0000 @@ -16,7 +16,7 @@ musl-libc-dev dietlibc gettext-tools" CONFIG_FILES="/etc/dnsd.conf /etc/inetd.conf /etc/udhcpd.conf \ -/etc/resolv.conf /etc/httpd.conf /var/spool/cron/crontabs" +/etc/resolv.conf /etc/httpd.conf" AUFS_NOT_RAMFS="uclibc-cross-compiler-i486 is not compatible with aufs+tmpfs 8(" # Handle cross compilation diff -r 40db49e12216 -r a8546de77bcc dropbear/receipt --- a/dropbear/receipt Fri Jul 31 14:26:28 2020 +0000 +++ b/dropbear/receipt Sat Aug 01 16:19:51 2020 +0000 @@ -9,7 +9,8 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://matt.ucc.asn.au/dropbear/dropbear.html" WGET_URL="https://matt.ucc.asn.au/dropbear/releases/$TARBALL" -CONFIG_FILES="/etc/dropbear" +CONFIG_FILES="/etc/dropbear/banner" +SECRET_FILES="/etc/dropbear/*key" SUGGESTED="sftp-server" PROVIDE="ssh" TAGS="ssh" diff -r 40db49e12216 -r a8546de77bcc httpfs2-fuse/receipt --- a/httpfs2-fuse/receipt Fri Jul 31 14:26:28 2020 +0000 +++ b/httpfs2-fuse/receipt Sat Aug 01 16:19:51 2020 +0000 @@ -14,7 +14,7 @@ TAGS="filesystem" DEPENDS="gcc-lib-base fuse libgnutls" -BUILD_DEPENDS="fuse-dev gnutls-dev libgnutls pkg-config asciidoc" +BUILD_DEPENDS="fuse-dev gnutls-dev libgnutls pkg-config asciidoc docbook-xml" # Rules to configure and make the package. compile_rules() @@ -22,6 +22,7 @@ sed -i "s/^package = .*/package = $SOURCE/" Makefile sed -i "s/^version = .*/version = $VERSION/" Makefile sed -i "s/^revision = .*/revision = 1/" Makefile +# sed -i "s/a2x -f/echo skip/" Makefile sed -i "s/MAIN_LDFLAGS := /&-ldl -lpthread -lrt /" Makefile make -j 1 } @@ -29,7 +30,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/bin $install/usr/share/man + mkdir -p $fs/usr/bin $install/usr/share/doc $install/usr/share/man cp -a $src/httpfs2*mt $src/httpfs*[2l] $fs/usr/bin/ cp $src/*.1 $install/usr/share/man + cp $src/*.txt $install/usr/share/doc } diff -r 40db49e12216 -r a8546de77bcc openssh-pam/receipt --- a/openssh-pam/receipt Fri Jul 31 14:26:28 2020 +0000 +++ b/openssh-pam/receipt Sat Aug 01 16:19:51 2020 +0000 @@ -10,7 +10,8 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.openssh.org/" WGET_URL="http://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/$TARBALL" -CONFIG_FILES="/etc/ssh" +CONFIG_FILES="/etc/ssh/*config /etc/ssh/moduli" +SECRET_FILES="/etc/ssh/*key*" TAGS="ssh security" PROVIDE="openssh:pam ssh:pam" diff -r 40db49e12216 -r a8546de77bcc openssh/receipt --- a/openssh/receipt Fri Jul 31 14:26:28 2020 +0000 +++ b/openssh/receipt Sat Aug 01 16:19:51 2020 +0000 @@ -9,7 +9,8 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.openssh.org/" WGET_URL="http://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/$TARBALL" -CONFIG_FILES="/etc/ssh" +CONFIG_FILES="/etc/ssh/*config /etc/ssh/moduli" +SECRET_FILES="/etc/ssh/*key*" TAGS="ssh security" HOST_ARCH="i486 arm" diff -r 40db49e12216 -r a8546de77bcc ppp-pam/receipt --- a/ppp-pam/receipt Fri Jul 31 14:26:28 2020 +0000 +++ b/ppp-pam/receipt Sat Aug 01 16:19:51 2020 +0000 @@ -10,7 +10,8 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://ppp.samba.org/" WGET_URL="https://github.com/paulusmack/ppp/archive/$TARBALL" -CONFIG_FILES="/etc/ppp/options /etc/ppp/*secrets" +CONFIG_FILES="/etc/ppp/options" +SECRET_FILES="/etc/ppp/*secrets" DEPENDS="pam" BUILD_DEPENDS="wget pam pam-dev" diff -r 40db49e12216 -r a8546de77bcc ppp/receipt --- a/ppp/receipt Fri Jul 31 14:26:28 2020 +0000 +++ b/ppp/receipt Sat Aug 01 16:19:51 2020 +0000 @@ -9,7 +9,8 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://ppp.samba.org/" WGET_URL="https://github.com/paulusmack/ppp/archive/$TARBALL" -CONFIG_FILES="/etc/ppp/options /etc/ppp/*secrets" +CONFIG_FILES="/etc/ppp/options" +SECRET_FILES="/etc/ppp/*secrets" HOST_ARCH="i486 arm" BUILD_DEPENDS="wget" diff -r 40db49e12216 -r a8546de77bcc rsync/receipt --- a/rsync/receipt Fri Jul 31 14:26:28 2020 +0000 +++ b/rsync/receipt Sat Aug 01 16:19:51 2020 +0000 @@ -9,7 +9,8 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://rsync.samba.org/" WGET_URL="${WEB_SITE}ftp/rsync/$TARBALL" -CONFIG_FILES="/etc/rsyncd.conf /etc/rsyncd.secrets" +CONFIG_FILES="/etc/rsyncd.conf" +SECRET_FILES="/etc/rsyncd.secrets" TAGS="sync copy secure" HOST_ARCH="i486 arm" diff -r 40db49e12216 -r a8546de77bcc slitaz-base-files/receipt --- a/slitaz-base-files/receipt Fri Jul 31 14:26:28 2020 +0000 +++ b/slitaz-base-files/receipt Sat Aug 01 16:19:51 2020 +0000 @@ -22,8 +22,6 @@ /etc/host.conf \ /etc/hostname \ /etc/group \ -/etc/gshadow \ -/etc/shadow \ /etc/daemons.conf \ /etc/nsswitch.conf \ /etc/networks \ @@ -36,6 +34,10 @@ /etc/slitaz/slitaz.conf \ /etc/sysctl.conf" +SECRET_FILES="\ +/etc/gshadow \ +/etc/shadow" + # Rules to configure and make the package. compile_rules() { diff -r 40db49e12216 -r a8546de77bcc tinyssh/receipt --- a/tinyssh/receipt Fri Jul 31 14:26:28 2020 +0000 +++ b/tinyssh/receipt Sat Aug 01 16:19:51 2020 +0000 @@ -12,7 +12,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/janmojzis/tinyssh/archive/$VERSION.tar.gz" -CONFIG_FILES="/etc/tinyssh" +SECRET_FILES="/etc/tinyssh/sshkeydir" # Rules to configure and make the package. compile_rules()