]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
openssh: security bump to version 5.8p1
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 11 Feb 2011 13:27:18 +0000 (10:27 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 14 Feb 2011 21:22:05 +0000 (22:22 +0100)
http://www.openssh.com/txt/legacy-cert.adv
CVE-2011-0539

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/openssh/S50sshd
package/openssh/openssh.mk

index 3821449fbffb4650b9bacd13022200207cdb9707..f0d2aef5abae2387fea40f5939e99c73907df9e1 100644 (file)
@@ -25,6 +25,14 @@ if [ ! -f /etc/ssh_host_dsa_key ] ; then
        echo
         /usr/bin/ssh-keygen -t dsa -f /etc/ssh_host_dsa_key -C '' -N ''
 fi
+
+# Check for the SSH2 ECDSA key
+if [ ! -f /etc/ssh_host_ecdsa_key ]; then
+       echo Generating ECDSA Key...
+       echo THIS CAN TAKE A MINUTE OR TWO DEPENDING ON YOUR PROCESSOR!
+       echo
+       /usr/bin/ssh-keygen -t ecdsa -f /etc/ssh_host_ecdsa_key -C '' -N ''
+fi
                 
 umask 077
 
index 3db7156cb684f47ba659f5ef0fd4001d231171e5..104977e48bcdc8ee87373d6cf70217cfb04da338 100644 (file)
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-OPENSSH_VERSION = 5.6p1
+OPENSSH_VERSION = 5.8p1
 OPENSSH_SITE = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
 OPENSSH_CONF_ENV = LD="$(TARGET_CC)" LDFLAGS="$(TARGET_CFLAGS)"
 OPENSSH_CONF_OPT = --libexecdir=/usr/lib --disable-lastlog --disable-utmp \