diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-08-28 14:12:07 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-01 11:44:04 +0100 |
commit | 0491a7e7659ba12e8c3c1b249ef381591c4012b0 (patch) | |
tree | df07d6f943dc3ababa84633ace952e7f74aa653f /meta/recipes-connectivity/openssh | |
parent | e444e84935f5a25799e1a7c88e886fa6e8a9b9d4 (diff) | |
download | poky-0491a7e7659ba12e8c3c1b249ef381591c4012b0.tar.gz |
openssh: Upgrade 7.0p1 -> 7.1p1
This is a bugfix release.
(From OE-Core rev: 6089c32738dc0979968bebda03c80450afe74be2)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssh')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_7.1p1.bb (renamed from meta/recipes-connectivity/openssh/openssh_7.0p1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_7.0p1.bb b/meta/recipes-connectivity/openssh/openssh_7.1p1.bb index 67abe577b5..eeeb4b4c73 100644 --- a/meta/recipes-connectivity/openssh/openssh_7.0p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_7.1p1.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] = "831883f251ac34f0ab9c812acc24ee69" | 27 | SRC_URI[md5sum] = "8709736bc8a8c253bc4eeb4829888ca5" |
28 | SRC_URI[sha256sum] = "fd5932493a19f4c81153d812ee4e042b49bbd3b759ab3d9344abecc2bc1485e5" | 28 | SRC_URI[sha256sum] = "fc0a6d2d1d063d5c66dffd952493d0cda256cad204f681de0f84ef85b2ad8428" |
29 | 29 | ||
30 | inherit useradd update-rc.d update-alternatives systemd | 30 | inherit useradd update-rc.d update-alternatives systemd |
31 | 31 | ||