# HG changeset patch # User Pascal Bellard # Date 1452794604 -3600 # Node ID 02ef2d50d1a586f25a49f143383060c9e9feca3b # Parent f9d32919a26fd9cf2716059b9c8c79f6a34a1ec2 Up openssh (7.1p2) diff -r f9d32919a26f -r 02ef2d50d1a5 openssh-pam/receipt --- a/openssh-pam/receipt Thu Jan 14 18:33:14 2016 +0100 +++ b/openssh-pam/receipt Thu Jan 14 19:03:24 2016 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="openssh-pam" -VERSION="7.1p1" +VERSION="7.1p2" CATEGORY="security" SHORT_DESC="Openbsd Secure Shell using PAM." MAINTAINER="pascal.bellard@slitaz.org" @@ -50,7 +50,7 @@ $fs/etc/ssh/sshd_config # client bug CVE-2016-0777 and CVE-2016-0778 - echo -e '\nHost *\nUseRoaming no' >> $fs/etc/ssh/ssh_config + echo -e '\nHost *\n UseRoaming no' >> $fs/etc/ssh/ssh_config } post_install() diff -r f9d32919a26f -r 02ef2d50d1a5 openssh/receipt --- a/openssh/receipt Thu Jan 14 18:33:14 2016 +0100 +++ b/openssh/receipt Thu Jan 14 19:03:24 2016 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="openssh" -VERSION="7.1p1" +VERSION="7.1p2" CATEGORY="security" SHORT_DESC="Openbsd Secure Shell." MAINTAINER="pascal.bellard@slitaz.org" @@ -49,7 +49,7 @@ $fs/etc/ssh/sshd_config # client bug CVE-2016-0777 and CVE-2016-0778 - echo -e '\nHost *\nUseRoaming no' >> $fs/etc/ssh/ssh_config + echo -e '\nHost *\n UseRoaming no' >> $fs/etc/ssh/ssh_config } post_install() diff -r f9d32919a26f -r 02ef2d50d1a5 sftp-server/receipt --- a/sftp-server/receipt Thu Jan 14 18:33:14 2016 +0100 +++ b/sftp-server/receipt Thu Jan 14 19:03:24 2016 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sftp-server" -VERSION="7.1p1" +VERSION="7.1p2" CATEGORY="security" SHORT_DESC="Openbsd Secure FTP server." MAINTAINER="pascal.bellard@slitaz.org"