wok-stable rev 12454

openssh: CVE-2016-0777 and CVE-2016-0778
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 14 18:37:13 2016 +0100 (2016-01-14)
parents e461ba20971c
children 28fb754f302c
files openssh-pam/receipt openssh/receipt
line diff
     1.1 --- a/openssh-pam/receipt	Sat Dec 19 17:11:12 2015 +0100
     1.2 +++ b/openssh-pam/receipt	Thu Jan 14 18:37:13 2016 +0100
     1.3 @@ -34,6 +34,9 @@
     1.4  	cp -a $_pkg/etc $fs
     1.5  	cp ../$SOURCE/stuff/openssh $fs/etc/init.d
     1.6  	sed -i 's/.*UsePAM.*/UsePAM yes/' $fs/etc/ssh/sshd_config
     1.7 +
     1.8 +	# client bug CVE-2016-0777 and CVE-2016-0778
     1.9 +	echo -e '\nHost *\nUseRoaming no' >> $fs/etc/ssh/ssh_config
    1.10  }
    1.11  
    1.12  # Pre and post install commands for Tazpkg.
     2.1 --- a/openssh/receipt	Sat Dec 19 17:11:12 2015 +0100
     2.2 +++ b/openssh/receipt	Thu Jan 14 18:37:13 2016 +0100
     2.3 @@ -35,6 +35,9 @@
     2.4  	cp $stuff/openssh $fs/etc/init.d
     2.5  	sed -i 's|/usr/libexec/sftp-server|/usr/sbin/sftp-server|' \
     2.6  		$fs/etc/ssh/sshd_config
     2.7 +
     2.8 +	# client bug CVE-2016-0777 and CVE-2016-0778
     2.9 +	echo -e '\nHost *\nUseRoaming no' >> $fs/etc/ssh/ssh_config
    2.10  }
    2.11  
    2.12  # Pre and post install commands for Tazpkg.