blob: 66eff2592823f7987035147de52fe35bfb912c99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require openssh.inc
PR = "${INC_PR}.1"
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 \
"
SRC_URI[md5sum] = "ada79c7328a8551bdf55c95e631e7dad"
SRC_URI[sha256sum] = "4023710c37d0b3d79e6299cb79b6de2a31db7d581fe59e775a5351784034ecae"
|