mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Updated openssh 6.0p1 bep to use the final released version of the source code
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
DESCRIPTION="OpenSSH"
|
||||
HOMEPAGE="http://www.openssh.com/"
|
||||
SRC_URI="http://www.mindrot.org/openssh_snap/openssh-SNAP-20120215.tar.gz"
|
||||
# http://obsd.cec.mtu.edu/pub/OpenBSD/OpenSSH/portable/openssh-5.9p1.tar.gz"
|
||||
SRC_URI="http://openbsd.mirrorcatalogs.com/pub/OpenBSD/OpenSSH/portable/openssh-6.0p1.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-libs/openssl >= 1.0.0
|
||||
dev-libs/libedit >= 20090923"
|
||||
CHECKSUM_MD5="f0d487ef3c92337761415dee0ddbbd6e"
|
||||
CHECKSUM_MD5="3c9347aa67862881c5da3f3b1c08da7b"
|
||||
BUILD {
|
||||
cd openssh
|
||||
cd openssh-6.0p1
|
||||
autoconf
|
||||
mkdir -p m4
|
||||
aclocal --install -I m4
|
||||
@@ -37,7 +36,7 @@ BUILD {
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd openssh
|
||||
cd openssh-6.0p1
|
||||
make install DESTDIR="${DESTDIR}"
|
||||
mkdir -p ${DESTDIR}/boot/common/boot/post_install
|
||||
cp -f $(haikuporter -t)/net-misc/openssh/sshd_keymaker.sh ${DESTDIR}/boot/common/boot/post_install
|
||||
|
||||
Reference in New Issue
Block a user