diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-08-25 15:53:59 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-08-25 22:41:08 +0200 |
commit | 0916daeff1056f930736bd4b644aff986b8eb88a (patch) | |
tree | ba43a105b998b5aa9d002d7357687355c8921119 /package/openssh/openssh.mk | |
parent | 627a1044bf363d3a633c5926e97113f5fe79c7f6 (diff) | |
download | buildroot-0916daeff1056f930736bd4b644aff986b8eb88a.tar.gz buildroot-0916daeff1056f930736bd4b644aff986b8eb88a.zip |
openssh: security bump to version 7.1p1
Fixes:
CVE-2015-6563 - Fixed a privilege separation weakness related to PAM
support.
CVE-2015-6564 - Fixed a use-after-free bug related to PAM support that
was reachable by attackers who could compromise the pre-authentication
process for remote code exectuion.
CVE-2015-6565 - incorrectly set TTYs to be world-writable.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/openssh/openssh.mk')
-rw-r--r-- | package/openssh/openssh.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk index 5a7162ffda..b95914b62d 100644 --- a/package/openssh/openssh.mk +++ b/package/openssh/openssh.mk @@ -4,7 +4,7 @@ # ################################################################################ -OPENSSH_VERSION = 6.9p1 +OPENSSH_VERSION = 7.1p1 OPENSSH_SITE = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable OPENSSH_LICENSE = BSD-3c BSD-2c Public Domain OPENSSH_LICENSE_FILES = LICENCE |