wok diff openssh/receipt @ rev 18815

lxpanel: fix post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 15 16:27:43 2016 +0100 (2016-01-15)
parents f9d32919a26f
children 56ac50099f16
line diff
     1.1 --- a/openssh/receipt	Thu Jan 14 18:33:14 2016 +0100
     1.2 +++ b/openssh/receipt	Fri Jan 15 16:27:43 2016 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="openssh"
     1.7 -VERSION="7.1p1"
     1.8 +VERSION="7.1p2"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Openbsd Secure Shell."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -49,7 +49,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()