# HG changeset patch # User Pascal Bellard # Date 1452793033 -3600 # Node ID 94d0a4f8ec9a7ccb4d23f475c056c982f6dbc30b # Parent e461ba20971c3dc9bd1e99efe3ec079e353c7adc openssh: CVE-2016-0777 and CVE-2016-0778 diff -r e461ba20971c -r 94d0a4f8ec9a openssh-pam/receipt --- a/openssh-pam/receipt Sat Dec 19 17:11:12 2015 +0100 +++ b/openssh-pam/receipt Thu Jan 14 18:37:13 2016 +0100 @@ -34,6 +34,9 @@ cp -a $_pkg/etc $fs cp ../$SOURCE/stuff/openssh $fs/etc/init.d sed -i 's/.*UsePAM.*/UsePAM yes/' $fs/etc/ssh/sshd_config + + # client bug CVE-2016-0777 and CVE-2016-0778 + echo -e '\nHost *\nUseRoaming no' >> $fs/etc/ssh/ssh_config } # Pre and post install commands for Tazpkg. diff -r e461ba20971c -r 94d0a4f8ec9a openssh/receipt --- a/openssh/receipt Sat Dec 19 17:11:12 2015 +0100 +++ b/openssh/receipt Thu Jan 14 18:37:13 2016 +0100 @@ -35,6 +35,9 @@ cp $stuff/openssh $fs/etc/init.d sed -i 's|/usr/libexec/sftp-server|/usr/sbin/sftp-server|' \ $fs/etc/ssh/sshd_config + + # client bug CVE-2016-0777 and CVE-2016-0778 + echo -e '\nHost *\nUseRoaming no' >> $fs/etc/ssh/ssh_config } # Pre and post install commands for Tazpkg.