aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openssh/openssh_5.2p1.bb
diff options
context:
space:
mode:
authorDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>2009-06-09 22:29:18 +0200
committerDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>2009-06-09 22:29:18 +0200
commit0ef672c65da8e48917733547b257d3b44c73ada4 (patch)
treeaaf9230ebfaa095d21e6df6336940a4771abe87c /recipes/openssh/openssh_5.2p1.bb
parent5ca9a3db31926c5b4e9b02ff36d9fa20cd37217d (diff)
downloadopenembedded-0ef672c65da8e48917733547b257d3b44c73ada4.tar.gz
openssh: *add openssh 5.2p1
*as openssh 5.2p is similar(they worked with the same recipe) to openssh-4.6p1 they now(for openssh-4.6p1) depend on a common openssh.inc checksums will be commited soon
Diffstat (limited to 'recipes/openssh/openssh_5.2p1.bb')
-rw-r--r--recipes/openssh/openssh_5.2p1.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/openssh/openssh_5.2p1.bb b/recipes/openssh/openssh_5.2p1.bb
new file mode 100644
index 0000000000..55227ca8ee
--- /dev/null
+++ b/recipes/openssh/openssh_5.2p1.bb
@@ -0,0 +1,9 @@
+require openssh.inc
+DEFAULT_PREFERENCE = "-1"
+#not tested extensively(I tested only ssh) and it's an important recipe I'm afraid to broke
+SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.gz \
+ file://sshd_config \
+ file://ssh_config \
+ file://init \
+ file://openssh-5.2-sftp-server-nolibcrypto.patch;patch=1 \
+ "