diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-08-18 09:33:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-19 18:05:37 +0100 |
commit | c8b8749073dfc7c65fc0885601dbf7e40922d74d (patch) | |
tree | be5ffb1c9668225e4d6c4282e70b908e8ead4036 | |
parent | 050629cd64f71e85b90392a857824544e8a8926a (diff) | |
download | poky-c8b8749073dfc7c65fc0885601dbf7e40922d74d.tar.gz |
openssh: Upgrade 6.9p1 -> 7.0p1
7.0p1 includes the fix for CVE-2015-5600, and release note is in:
http://www.openssh.com/txt/release-7.0
(From OE-Core rev: a98f4aedb241aa4352e644b5ef7c275f467c0c48)
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_7.0p1.bb (renamed from meta/recipes-connectivity/openssh/openssh_6.9p1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_6.9p1.bb b/meta/recipes-connectivity/openssh/openssh_7.0p1.bb index 3529c86e85..105875a60d 100644 --- a/meta/recipes-connectivity/openssh/openssh_6.9p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_7.0p1.bb | |||
@@ -24,8 +24,8 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. | |||
24 | 24 | ||
25 | PAM_SRC_URI = "file://sshd" | 25 | PAM_SRC_URI = "file://sshd" |
26 | 26 | ||
27 | SRC_URI[md5sum] = "0b161c44fc31fbc6b76a6f8ae639f16f" | 27 | SRC_URI[md5sum] = "831883f251ac34f0ab9c812acc24ee69" |
28 | SRC_URI[sha256sum] = "6e074df538f357d440be6cf93dc581a21f22d39e236f217fcd8eacbb6c896cfe" | 28 | SRC_URI[sha256sum] = "fd5932493a19f4c81153d812ee4e042b49bbd3b759ab3d9344abecc2bc1485e5" |
29 | 29 | ||
30 | inherit useradd update-rc.d update-alternatives systemd | 30 | inherit useradd update-rc.d update-alternatives systemd |
31 | 31 | ||