wok rev 20171

Add linux-debug (again); up openssh (7.6p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 16 15:24:34 2018 +0100 (2018-01-16)
parents e564e12169b9
children caed28d90319
files linux64-debug/receipt openssh-pam/receipt openssh/receipt
line diff
     1.1 --- a/linux64-debug/receipt	Tue Jan 16 13:05:30 2018 +0100
     1.2 +++ b/linux64-debug/receipt	Tue Jan 16 15:24:34 2018 +0100
     1.3 @@ -16,7 +16,7 @@
     1.4  	mkdir -p $fs/boot   
     1.5  	cp $src/System.map-modules64 $fs/boot/System.map-$VERSION-slitaz64
     1.6  	cp $src/vmlinux-modules64 $fs/boot/vmlinux-$VERSION-slitaz64
     1.7 -	cp $install/linux64/boot/vmlinuz-$VERSION $fs/boot/vmlinuz-$VERSION-slitaz64
     1.8 +	cp $install/linux64/boot/vmlinuz-$VERSION-slitaz64 $fs/boot/
     1.9  	cp $src/Module.symvers-modules64 $fs/boot/Module.symvers-$VERSION-slitaz64
    1.10  	cp $src/config-modules64 $fs/boot/config-$VERSION-slitaz64
    1.11  }
     2.1 --- a/openssh-pam/receipt	Tue Jan 16 13:05:30 2018 +0100
     2.2 +++ b/openssh-pam/receipt	Tue Jan 16 15:24:34 2018 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="openssh-pam"
     2.7 -VERSION="7.5p1"
     2.8 +VERSION="7.6p1"
     2.9  CATEGORY="security"
    2.10  SHORT_DESC="Openbsd Secure Shell using PAM."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -29,12 +29,13 @@
    2.13  		--with-privsep-user=nobody \
    2.14  		--with-xauth=/usr/bin/xauth \
    2.15  		--with-privsep-path=/var/run/sshd \
    2.16 -		--without-ssh1 \
    2.17  		--with-pam \
    2.18  		--disable-strip \
    2.19  		$CONFIGURE_ARGS &&
    2.20  	make STRIP_OPT="" &&
    2.21  	make DESTDIR=$DESTDIR install
    2.22 +	install -d -m 755 $DESTDIR/usr/share/doc &&
    2.23 +	install -m 644 $src/[A-Z][A-Z]* $DESTDIR/usr/share/doc
    2.24  }
    2.25  
    2.26  # Rules to gen a SliTaz package suitable for Tazpkg.
     3.1 --- a/openssh/receipt	Tue Jan 16 13:05:30 2018 +0100
     3.2 +++ b/openssh/receipt	Tue Jan 16 15:24:34 2018 +0100
     3.3 @@ -29,7 +29,6 @@
     3.4  		--with-privsep-user=nobody \
     3.5  		--with-xauth=/usr/bin/xauth \
     3.6  		--with-privsep-path=/var/run/sshd \
     3.7 -		--without-ssh1 \
     3.8  		--without-pam \
     3.9  		--disable-strip \
    3.10  		$CONFIGURE_ARGS &&