diff --git a/server/openssh/actions.py b/server/openssh/actions.py index 2c2cffee79..c255829546 100644 --- a/server/openssh/actions.py +++ b/server/openssh/actions.py @@ -31,7 +31,6 @@ def setup(): --datadir=/usr/share/openssh \ --disable-strip \ --with-pam \ - --with-skey \ --with-libedit \ --with-kerberos5 \ --with-tcp-wrappers \ @@ -51,7 +50,10 @@ def install(): # fixes #10992 pisitools.dobin("contrib/ssh-copy-id") pisitools.doman("contrib/ssh-copy-id.1") - + + # an script in contrib + pisitools.dobin("contrib/findssl.sh") + shelltools.chmod("%s/etc/ssh/sshd_config" % get.installDIR(), 0600) # special request by merensan shelltools.echo("%s/etc/ssh/ssh_config" % get.installDIR(), "ServerAliveInterval 5") diff --git a/server/openssh/pspec.xml b/server/openssh/pspec.xml index cb37aa3c38..947b04f5df 100644 --- a/server/openssh/pspec.xml +++ b/server/openssh/pspec.xml @@ -14,13 +14,13 @@ service Port of OpenBSD's free SSH release OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks. - http://ftp.icm.edu.pl/pub/OpenBSD/OpenSSH/portable/openssh-6.8p1.tar.gz + http://ftp.icm.edu.pl/pub/OpenBSD/OpenSSH/portable/openssh-7.2p2.tar.gz libedit-devel zlib-devel openssl-devel mit-kerberos - skey-devel + pam-devel e2fsprogs-devel @@ -36,7 +36,7 @@ zlib openssl mit-kerberos - skey + pam @@ -60,8 +60,8 @@ - 2015-04-23 - 6.8_p1 + 2016-03-30 + 7.2_p2 First release Ertuğrul Erata ertugrulerata@gmail.com