wok 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 | d92c5c599d84 |
files | openssh-pam/receipt openssh/receipt sftp-server/receipt |
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()
2.1 --- a/openssh/receipt Thu Jan 14 18:33:14 2016 +0100 2.2 +++ b/openssh/receipt Thu Jan 14 19:03:24 2016 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="openssh" 2.7 -VERSION="7.1p1" 2.8 +VERSION="7.1p2" 2.9 CATEGORY="security" 2.10 SHORT_DESC="Openbsd Secure Shell." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -49,7 +49,7 @@ 2.13 $fs/etc/ssh/sshd_config 2.14 2.15 # client bug CVE-2016-0777 and CVE-2016-0778 2.16 - echo -e '\nHost *\nUseRoaming no' >> $fs/etc/ssh/ssh_config 2.17 + echo -e '\nHost *\n UseRoaming no' >> $fs/etc/ssh/ssh_config 2.18 } 2.19 2.20 post_install()
3.1 --- a/sftp-server/receipt Thu Jan 14 18:33:14 2016 +0100 3.2 +++ b/sftp-server/receipt Thu Jan 14 19:03:24 2016 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="sftp-server" 3.7 -VERSION="7.1p1" 3.8 +VERSION="7.1p2" 3.9 CATEGORY="security" 3.10 SHORT_DESC="Openbsd Secure FTP server." 3.11 MAINTAINER="pascal.bellard@slitaz.org"