summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssh/openssh_6.7p1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/openssh/openssh_6.7p1.bb')
-rw-r--r--meta/recipes-connectivity/openssh/openssh_6.7p1.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_6.7p1.bb b/meta/recipes-connectivity/openssh/openssh_6.7p1.bb
index a2726291fe..aa71cc1ef4 100644
--- a/meta/recipes-connectivity/openssh/openssh_6.7p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_6.7p1.bb
@@ -21,7 +21,11 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.
21 file://volatiles.99_sshd \ 21 file://volatiles.99_sshd \
22 file://add-test-support-for-busybox.patch \ 22 file://add-test-support-for-busybox.patch \
23 file://run-ptest \ 23 file://run-ptest \
24 file://auth2-none.c-avoid-authenticate-empty-passwords-to-m.patch" 24 file://auth2-none.c-avoid-authenticate-empty-passwords-to-m.patch \
25 file://CVE-2015-6563.patch \
26 file://CVE-2015-6564.patch \
27 file://CVE-2015-6565.patch \
28 "
25 29
26PAM_SRC_URI = "file://sshd" 30PAM_SRC_URI = "file://sshd"
27 31