diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-05-01 12:22:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-15 23:24:05 +0100 |
commit | f091dbd6324a89682d29cac0bd0ba40899c8bdd5 (patch) | |
tree | 877ce241687fe077124207c5fb2d5c134932febf /meta | |
parent | 2eb434ec298c279846ddd535a7122986558eb2c8 (diff) | |
download | openembedded-core-f091dbd6324a89682d29cac0bd0ba40899c8bdd5.tar.gz openembedded-core-f091dbd6324a89682d29cac0bd0ba40899c8bdd5.tar.bz2 openembedded-core-f091dbd6324a89682d29cac0bd0ba40899c8bdd5.zip |
openssh: update to 6.6p1
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-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. PAM_SRC_URI = "file://sshd" -SRC_URI[md5sum] = "a084e7272b8cbd25afe0f5dce4802fef" -SRC_URI[sha256sum] = "a1195ed55db945252d5a1730d4a2a2a5c1c9a6aa01ef2e5af750a962623d9027" +SRC_URI[md5sum] = "3e9800e6bca1fbac0eea4d41baa7f239" +SRC_URI[sha256sum] = "48c1f0664b4534875038004cc4f3555b8329c2a81c1df48db5c517800de203bb" inherit useradd update-rc.d update-alternatives systemd |