summaryrefslogtreecommitdiffstats
path: root/package/openssh
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2013-11-10 22:17:29 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-11-10 22:17:29 +0100
commit5a0e1258f369d9fcf75e977c3a76727a9a3096a3 (patch)
tree25df25ab0c049cc41a5c2f87da3cc34aa3faafee /package/openssh
parent69635dbe2ff6d300a31f99b34dc9e6ff9221f583 (diff)
downloadbuildroot-5a0e1258f369d9fcf75e977c3a76727a9a3096a3.tar.gz
buildroot-5a0e1258f369d9fcf75e977c3a76727a9a3096a3.zip
openssh: bump version
From the announcement: This release fixes a security bug: * sshd(8): fix a memory corruption problem triggered during rekeying when an AES-GCM cipher is selected. Full details of the vulnerability are available at: http://www.openssh.com/txt/gcmrekey.adv Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/openssh')
-rw-r--r--package/openssh/openssh.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk
index f0652e5805..8ab2b476ed 100644
--- a/package/openssh/openssh.mk
+++ b/package/openssh/openssh.mk
@@ -4,7 +4,7 @@
#
################################################################################
-OPENSSH_VERSION = 6.3p1
+OPENSSH_VERSION = 6.4p1
OPENSSH_SITE = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
OPENSSH_CONF_ENV = LD="$(TARGET_CC)" LDFLAGS="$(TARGET_CFLAGS)"
OPENSSH_CONF_OPT = --disable-lastlog --disable-utmp \
OpenPOWER on IntegriCloud