diff options
author | Donny Davies <woodchip@gentoo.org> | 2001-11-20 21:03:17 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2001-11-20 21:03:17 +0000 |
commit | b1a5418a63cd02a065e5138375ac909112deab79 (patch) | |
tree | 584a8cd8ed76e500e483d75f9fd7fe046891075f /net-misc/openssh | |
parent | Updated for rc6: added need-based init scripts note and updated package (diff) | |
download | gentoo-2-b1a5418a63cd02a065e5138375ac909112deab79.tar.gz gentoo-2-b1a5418a63cd02a065e5138375ac909112deab79.tar.bz2 gentoo-2-b1a5418a63cd02a065e5138375ac909112deab79.zip |
Newest openssh release. See changelog in the docs for detailed notes.
Ive not provided separate ebuild for rc5 system. The rc6 init system
is the only supported one starting now. :) This lets us totally
focus on rc6, and frees us from making two versions of every single
ebuild that provides an initscript. The rc5 initscript is still in
the files directory should you want it for now.
So you'll start to see all the -r6 version kludge stuff dissappear as
that was really only to allow a small buffer zone so everybody could
be supported at the same time.
I've deleted the old openssh-3.0_p1 ebuilds as they're causing portage
to barf when comparing them to this ebuild. I guess it should have
been originally added as openssh-3.0.0_p1 ;) Might wanna keep this
in mind till the version parse bugs in portage are gone.
Diffstat (limited to 'net-misc/openssh')
-rw-r--r-- | net-misc/openssh/files/digest-openssh-3.0.1_p1 | 1 | ||||
-rw-r--r-- | net-misc/openssh/files/digest-openssh-3.0_p1 | 1 | ||||
-rw-r--r-- | net-misc/openssh/files/digest-openssh-3.0_p1-r6 | 1 | ||||
-rw-r--r-- | net-misc/openssh/openssh-3.0.1_p1.ebuild (renamed from net-misc/openssh/openssh-3.0_p1-r6.ebuild) | 4 | ||||
-rw-r--r-- | net-misc/openssh/openssh-3.0_p1.ebuild | 48 |
5 files changed, 3 insertions, 52 deletions
diff --git a/net-misc/openssh/files/digest-openssh-3.0.1_p1 b/net-misc/openssh/files/digest-openssh-3.0.1_p1 new file mode 100644 index 000000000000..f2bed39008e5 --- /dev/null +++ b/net-misc/openssh/files/digest-openssh-3.0.1_p1 @@ -0,0 +1 @@ +MD5 ded31e3ca433790bab7584b4521ddd52 openssh-3.0.1p1.tar.gz 782336 diff --git a/net-misc/openssh/files/digest-openssh-3.0_p1 b/net-misc/openssh/files/digest-openssh-3.0_p1 deleted file mode 100644 index 07cff7df414a..000000000000 --- a/net-misc/openssh/files/digest-openssh-3.0_p1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8f60ea3933b405a697e09c0eec46ab82 openssh-3.0p1.tar.gz 782336 diff --git a/net-misc/openssh/files/digest-openssh-3.0_p1-r6 b/net-misc/openssh/files/digest-openssh-3.0_p1-r6 deleted file mode 100644 index 07cff7df414a..000000000000 --- a/net-misc/openssh/files/digest-openssh-3.0_p1-r6 +++ /dev/null @@ -1 +0,0 @@ -MD5 8f60ea3933b405a697e09c0eec46ab82 openssh-3.0p1.tar.gz 782336 diff --git a/net-misc/openssh/openssh-3.0_p1-r6.ebuild b/net-misc/openssh/openssh-3.0.1_p1.ebuild index a034cf5e1e69..4db30a4460cc 100644 --- a/net-misc/openssh/openssh-3.0_p1-r6.ebuild +++ b/net-misc/openssh/openssh-3.0.1_p1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team <system@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.0_p1-r6.ebuild,v 1.2 2001/11/17 07:35:22 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.0.1_p1.ebuild,v 1.1 2001/11/20 21:03:17 woodchip Exp $ -P=openssh-3.0p1 +P=openssh-3.0.1p1 S=${WORKDIR}/${P} DESCRIPTION="Port of OpenBSD's free SSH release" SRC_URI="ftp://ftp.openbsd.org/pub/unix/OpenBSD/OpenSSH/portable/${P}.tar.gz" diff --git a/net-misc/openssh/openssh-3.0_p1.ebuild b/net-misc/openssh/openssh-3.0_p1.ebuild deleted file mode 100644 index da3b3da79e56..000000000000 --- a/net-misc/openssh/openssh-3.0_p1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: System Team <system@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.0_p1.ebuild,v 1.1 2001/11/09 04:10:42 woodchip Exp $ - -P=openssh-3.0p1 -S=${WORKDIR}/${P} -DESCRIPTION="Port of OpenBSD's free SSH release" -SRC_URI="ftp://ftp.openbsd.org/pub/unix/OpenBSD/OpenSSH/portable/${P}.tar.gz" -HOMEPAGE="http://www.openssh.com/" - -RDEPEND="virtual/glibc - pam? ( >=sys-libs/pam-0.73 ) - >=dev-libs/openssl-0.9.6 - sys-libs/zlib" - -DEPEND="${RDEPEND} sys-devel/perl sys-apps/groff - tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" - -src_compile() { - - local myconf - use tcpd || myconf="${myconf} --without-tcp-wrappers" - use tcpd && myconf="${myconf} --with-tcp-wrappers" - use pam || myconf="${myconf} --without-pam" - use pam && myconf="${myconf} --with-pam" - - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc/ssh \ - --mandir=/usr/share/man \ - --libexecdir=/usr/lib/misc \ - --datadir=/usr/share/openssh \ - --disable-suid-ssh \ - --with-ipv4-default \ - --host=${CHOST} ${myconf} || die "bad configure" - - make || die " compile problem" -} - -src_install() { - - make install-files DESTDIR=${D} || die - dodoc ChangeLog CREDITS OVERVIEW README* TODO sshd_config - - insinto /etc/pam.d ; newins ${FILESDIR}/sshd.pam.rc6 sshd - exeinto /etc/rc.d/init.d ; newexe ${FILESDIR}/sshd.rc5 sshd -} |