summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2015-08-10 17:45:39 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-16 22:40:52 +0100
commit0183d7c4067fdf171a4420477e965dca58f6d7d3 (patch)
tree0c2f719225fc356c81f370556b269a0a7761ff84 /meta/recipes-connectivity
parent00b7ea65463af32d610ebdff6fcdd2d7a0877666 (diff)
downloadpoky-0183d7c4067fdf171a4420477e965dca58f6d7d3.tar.gz
openssh: Upgrade 6.8p1 -> 6.9p1
6.9p1 is primarily a bugfix release. (From OE-Core rev: b971bdb52ab709b60b42be56b5175f43c96304b1) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.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')
-rw-r--r--meta/recipes-connectivity/openssh/openssh_6.9p1.bb (renamed from meta/recipes-connectivity/openssh/openssh_6.8p1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_6.8p1.bb b/meta/recipes-connectivity/openssh/openssh_6.9p1.bb
index b00ef6f835..3529c86e85 100644
--- a/meta/recipes-connectivity/openssh/openssh_6.8p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_6.9p1.bb
@@ -24,8 +24,8 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.
24 24
25PAM_SRC_URI = "file://sshd" 25PAM_SRC_URI = "file://sshd"
26 26
27SRC_URI[md5sum] = "08f72de6751acfbd0892b5f003922701" 27SRC_URI[md5sum] = "0b161c44fc31fbc6b76a6f8ae639f16f"
28SRC_URI[sha256sum] = "3ff64ce73ee124480b5bf767b9830d7d3c03bbcb6abe716b78f0192c37ce160e" 28SRC_URI[sha256sum] = "6e074df538f357d440be6cf93dc581a21f22d39e236f217fcd8eacbb6c896cfe"
29 29
30inherit useradd update-rc.d update-alternatives systemd 30inherit useradd update-rc.d update-alternatives systemd
31 31