wok rev 23902

Add SECRET_FILES variable
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 01 16:19:51 2020 +0000 (2020-08-01)
parents 40db49e12216
children 4290aebd7678
files busybox/receipt dropbear/receipt httpfs2-fuse/receipt openssh-pam/receipt openssh/receipt ppp-pam/receipt ppp/receipt rsync/receipt slitaz-base-files/receipt tinyssh/receipt
line diff
     1.1 --- a/busybox/receipt	Fri Jul 31 14:26:28 2020 +0000
     1.2 +++ b/busybox/receipt	Sat Aug 01 16:19:51 2020 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  musl-libc-dev dietlibc gettext-tools"
     1.5  
     1.6  CONFIG_FILES="/etc/dnsd.conf /etc/inetd.conf /etc/udhcpd.conf \
     1.7 -/etc/resolv.conf /etc/httpd.conf /var/spool/cron/crontabs"
     1.8 +/etc/resolv.conf /etc/httpd.conf"
     1.9  AUFS_NOT_RAMFS="uclibc-cross-compiler-i486 is not compatible with aufs+tmpfs 8("
    1.10  
    1.11  # Handle cross compilation
     2.1 --- a/dropbear/receipt	Fri Jul 31 14:26:28 2020 +0000
     2.2 +++ b/dropbear/receipt	Sat Aug 01 16:19:51 2020 +0000
     2.3 @@ -9,7 +9,8 @@
     2.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     2.5  WEB_SITE="https://matt.ucc.asn.au/dropbear/dropbear.html"
     2.6  WGET_URL="https://matt.ucc.asn.au/dropbear/releases/$TARBALL"
     2.7 -CONFIG_FILES="/etc/dropbear"
     2.8 +CONFIG_FILES="/etc/dropbear/banner"
     2.9 +SECRET_FILES="/etc/dropbear/*key"
    2.10  SUGGESTED="sftp-server"
    2.11  PROVIDE="ssh"
    2.12  TAGS="ssh"
     3.1 --- a/httpfs2-fuse/receipt	Fri Jul 31 14:26:28 2020 +0000
     3.2 +++ b/httpfs2-fuse/receipt	Sat Aug 01 16:19:51 2020 +0000
     3.3 @@ -14,7 +14,7 @@
     3.4  TAGS="filesystem"
     3.5  
     3.6  DEPENDS="gcc-lib-base fuse libgnutls"
     3.7 -BUILD_DEPENDS="fuse-dev gnutls-dev libgnutls pkg-config asciidoc"
     3.8 +BUILD_DEPENDS="fuse-dev gnutls-dev libgnutls pkg-config asciidoc docbook-xml"
     3.9  
    3.10  # Rules to configure and make the package.
    3.11  compile_rules()
    3.12 @@ -22,6 +22,7 @@
    3.13  	sed -i "s/^package = .*/package = $SOURCE/" Makefile
    3.14  	sed -i "s/^version = .*/version = $VERSION/" Makefile
    3.15  	sed -i "s/^revision = .*/revision = 1/" Makefile
    3.16 +#	sed -i "s/a2x -f/echo skip/" Makefile
    3.17  	sed -i "s/MAIN_LDFLAGS := /&-ldl -lpthread -lrt /" Makefile
    3.18  	make -j 1
    3.19  }
    3.20 @@ -29,7 +30,8 @@
    3.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.22  genpkg_rules()
    3.23  {
    3.24 -	mkdir -p $fs/usr/bin $install/usr/share/man
    3.25 +	mkdir -p $fs/usr/bin $install/usr/share/doc $install/usr/share/man
    3.26  	cp -a $src/httpfs2*mt $src/httpfs*[2l] $fs/usr/bin/
    3.27  	cp $src/*.1 $install/usr/share/man
    3.28 +	cp $src/*.txt $install/usr/share/doc
    3.29  }
     4.1 --- a/openssh-pam/receipt	Fri Jul 31 14:26:28 2020 +0000
     4.2 +++ b/openssh-pam/receipt	Sat Aug 01 16:19:51 2020 +0000
     4.3 @@ -10,7 +10,8 @@
     4.4  TARBALL="$SOURCE-$VERSION.tar.gz"
     4.5  WEB_SITE="http://www.openssh.org/"
     4.6  WGET_URL="http://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/$TARBALL"
     4.7 -CONFIG_FILES="/etc/ssh"
     4.8 +CONFIG_FILES="/etc/ssh/*config /etc/ssh/moduli"
     4.9 +SECRET_FILES="/etc/ssh/*key*"
    4.10  TAGS="ssh security"
    4.11  
    4.12  PROVIDE="openssh:pam ssh:pam"
     5.1 --- a/openssh/receipt	Fri Jul 31 14:26:28 2020 +0000
     5.2 +++ b/openssh/receipt	Sat Aug 01 16:19:51 2020 +0000
     5.3 @@ -9,7 +9,8 @@
     5.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     5.5  WEB_SITE="http://www.openssh.org/"
     5.6  WGET_URL="http://ftp.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/$TARBALL"
     5.7 -CONFIG_FILES="/etc/ssh"
     5.8 +CONFIG_FILES="/etc/ssh/*config /etc/ssh/moduli"
     5.9 +SECRET_FILES="/etc/ssh/*key*"
    5.10  TAGS="ssh security"
    5.11  HOST_ARCH="i486 arm"
    5.12  
     6.1 --- a/ppp-pam/receipt	Fri Jul 31 14:26:28 2020 +0000
     6.2 +++ b/ppp-pam/receipt	Sat Aug 01 16:19:51 2020 +0000
     6.3 @@ -10,7 +10,8 @@
     6.4  TARBALL="$SOURCE-$VERSION.tar.gz"
     6.5  WEB_SITE="https://ppp.samba.org/"
     6.6  WGET_URL="https://github.com/paulusmack/ppp/archive/$TARBALL"
     6.7 -CONFIG_FILES="/etc/ppp/options /etc/ppp/*secrets"
     6.8 +CONFIG_FILES="/etc/ppp/options"
     6.9 +SECRET_FILES="/etc/ppp/*secrets"
    6.10  
    6.11  DEPENDS="pam"
    6.12  BUILD_DEPENDS="wget pam pam-dev"
     7.1 --- a/ppp/receipt	Fri Jul 31 14:26:28 2020 +0000
     7.2 +++ b/ppp/receipt	Sat Aug 01 16:19:51 2020 +0000
     7.3 @@ -9,7 +9,8 @@
     7.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     7.5  WEB_SITE="https://ppp.samba.org/"
     7.6  WGET_URL="https://github.com/paulusmack/ppp/archive/$TARBALL"
     7.7 -CONFIG_FILES="/etc/ppp/options /etc/ppp/*secrets"
     7.8 +CONFIG_FILES="/etc/ppp/options"
     7.9 +SECRET_FILES="/etc/ppp/*secrets"
    7.10  HOST_ARCH="i486 arm"
    7.11  
    7.12  BUILD_DEPENDS="wget"
     8.1 --- a/rsync/receipt	Fri Jul 31 14:26:28 2020 +0000
     8.2 +++ b/rsync/receipt	Sat Aug 01 16:19:51 2020 +0000
     8.3 @@ -9,7 +9,8 @@
     8.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     8.5  WEB_SITE="https://rsync.samba.org/"
     8.6  WGET_URL="${WEB_SITE}ftp/rsync/$TARBALL"
     8.7 -CONFIG_FILES="/etc/rsyncd.conf /etc/rsyncd.secrets"
     8.8 +CONFIG_FILES="/etc/rsyncd.conf"
     8.9 +SECRET_FILES="/etc/rsyncd.secrets"
    8.10  TAGS="sync copy secure"
    8.11  HOST_ARCH="i486 arm"
    8.12  
     9.1 --- a/slitaz-base-files/receipt	Fri Jul 31 14:26:28 2020 +0000
     9.2 +++ b/slitaz-base-files/receipt	Sat Aug 01 16:19:51 2020 +0000
     9.3 @@ -22,8 +22,6 @@
     9.4  /etc/host.conf \
     9.5  /etc/hostname \
     9.6  /etc/group \
     9.7 -/etc/gshadow \
     9.8 -/etc/shadow \
     9.9  /etc/daemons.conf \
    9.10  /etc/nsswitch.conf \
    9.11  /etc/networks \
    9.12 @@ -36,6 +34,10 @@
    9.13  /etc/slitaz/slitaz.conf \
    9.14  /etc/sysctl.conf"
    9.15  
    9.16 +SECRET_FILES="\
    9.17 +/etc/gshadow \
    9.18 +/etc/shadow"
    9.19 +
    9.20  # Rules to configure and make the package.
    9.21  compile_rules()
    9.22  {
    10.1 --- a/tinyssh/receipt	Fri Jul 31 14:26:28 2020 +0000
    10.2 +++ b/tinyssh/receipt	Sat Aug 01 16:19:51 2020 +0000
    10.3 @@ -12,7 +12,7 @@
    10.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
    10.5  WGET_URL="https://github.com/janmojzis/tinyssh/archive/$VERSION.tar.gz"
    10.6  
    10.7 -CONFIG_FILES="/etc/tinyssh"
    10.8 +SECRET_FILES="/etc/tinyssh/sshkeydir"
    10.9  
   10.10  # Rules to configure and make the package.
   10.11  compile_rules()