diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-05-18 19:13:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-29 21:07:14 +0100 |
commit | 1f9bb6c96a24062be7e9d01abbd391f68a3cc39e (patch) | |
tree | 386982be6771d11dd2a348586b735685993fc276 /meta/recipes-connectivity/openssh | |
parent | 293e0a313d4cc4ca0b0071aaf0b5d7f1dd9f02d7 (diff) | |
download | poky-1f9bb6c96a24062be7e9d01abbd391f68a3cc39e.tar.gz |
openssh: upgrade 7.6p1 -> 7.7p1
(From OE-Core rev: abc729786a6381e0b2c5f13b5dea6afdaada3dc0)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@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.7p1.bb (renamed from meta/recipes-connectivity/openssh/openssh_7.6p1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_7.6p1.bb b/meta/recipes-connectivity/openssh/openssh_7.7p1.bb index e11e8d7749..691dec6140 100644 --- a/meta/recipes-connectivity/openssh/openssh_7.6p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_7.7p1.bb | |||
@@ -30,8 +30,8 @@ SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar | |||
30 | 30 | ||
31 | PAM_SRC_URI = "file://sshd" | 31 | PAM_SRC_URI = "file://sshd" |
32 | 32 | ||
33 | SRC_URI[md5sum] = "06a88699018e5fef13d4655abfed1f63" | 33 | SRC_URI[md5sum] = "68ba883aff6958297432e5877e9a0fe2" |
34 | SRC_URI[sha256sum] = "a323caeeddfe145baaa0db16e98d784b1fbc7dd436a6bf1f479dfd5cd1d21723" | 34 | SRC_URI[sha256sum] = "d73be7e684e99efcd024be15a30bffcbe41b012b2f7b3c9084aed621775e6b8f" |
35 | 35 | ||
36 | inherit useradd update-rc.d update-alternatives systemd | 36 | inherit useradd update-rc.d update-alternatives systemd |
37 | 37 | ||