wok diff openssh-pam/receipt @ rev 18808

Up openssh (7.1p2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 14 19:03:24 2016 +0100 (2016-01-14)
parents f9d32919a26f
children 4ebd023252ac
line diff
     1.1 --- a/openssh-pam/receipt	Thu Jan 14 18:33:14 2016 +0100
     1.2 +++ b/openssh-pam/receipt	Thu Jan 14 19:03:24 2016 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="openssh-pam"
     1.7 -VERSION="7.1p1"
     1.8 +VERSION="7.1p2"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Openbsd Secure Shell using PAM."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -50,7 +50,7 @@
    1.13  		$fs/etc/ssh/sshd_config
    1.14  
    1.15  	# client bug CVE-2016-0777 and CVE-2016-0778
    1.16 -	echo -e '\nHost *\nUseRoaming no' >> $fs/etc/ssh/ssh_config
    1.17 +	echo -e '\nHost *\n  UseRoaming no' >> $fs/etc/ssh/ssh_config
    1.18  }
    1.19  
    1.20  post_install()