summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-05-01 12:22:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-15 23:24:43 +0100
commit944e261839bc342f19f8ced58bd7bc73e6f33e11 (patch)
tree1fe2927d1f6fd3e2930058c2a6aaac1237b65745
parent5c89748f5a1fce4e529a410b3c0a612274b5d9cd (diff)
downloadpoky-944e261839bc342f19f8ced58bd7bc73e6f33e11.tar.gz
openssh: update to 6.6p1
(From OE-Core rev: f091dbd6324a89682d29cac0bd0ba40899c8bdd5) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-connectivity/openssh/openssh_6.6p1.bb (renamed from meta/recipes-connectivity/openssh/openssh_6.5p1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_6.5p1.bb b/meta/recipes-connectivity/openssh/openssh_6.6p1.bb
index 795e085202..d3bab3eea1 100644
--- a/meta/recipes-connectivity/openssh/openssh_6.5p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_6.6p1.bb
@@ -35,8 +35,8 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.
35 35
36PAM_SRC_URI = "file://sshd" 36PAM_SRC_URI = "file://sshd"
37 37
38SRC_URI[md5sum] = "a084e7272b8cbd25afe0f5dce4802fef" 38SRC_URI[md5sum] = "3e9800e6bca1fbac0eea4d41baa7f239"
39SRC_URI[sha256sum] = "a1195ed55db945252d5a1730d4a2a2a5c1c9a6aa01ef2e5af750a962623d9027" 39SRC_URI[sha256sum] = "48c1f0664b4534875038004cc4f3555b8329c2a81c1df48db5c517800de203bb"
40 40
41inherit useradd update-rc.d update-alternatives systemd 41inherit useradd update-rc.d update-alternatives systemd
42 42