From dafbc21c74db9e76d11472c8ae4bec4aa96c7627 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sun, 17 Jun 2012 15:57:37 +0000 Subject: [PATCH] Updated openssh 6.0p1 bep to use the final released version of the source code --- net-misc/openssh/openssh-6.0p1.bep | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/net-misc/openssh/openssh-6.0p1.bep b/net-misc/openssh/openssh-6.0p1.bep index f7163c00d..dfc6c758d 100644 --- a/net-misc/openssh/openssh-6.0p1.bep +++ b/net-misc/openssh/openssh-6.0p1.bep @@ -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