diff options
author | 2000-11-22 09:08:47 +0000 | |
---|---|---|
committer | 2000-11-22 09:08:47 +0000 | |
commit | a54ee817506e250895d9dbda598ac913cb66276a (patch) | |
tree | bb1d1f6511b9f4f465e7fe9b22f54e1d3d498764 /net-misc | |
parent | Added entries for OpenSSH. (diff) | |
download | gentoo-2-a54ee817506e250895d9dbda598ac913cb66276a.tar.gz gentoo-2-a54ee817506e250895d9dbda598ac913cb66276a.tar.bz2 gentoo-2-a54ee817506e250895d9dbda598ac913cb66276a.zip |
Upgrade OpenSSH to v2.3.0p1.
Remove older versions of OpenSSH since it has some security issues.
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openssh/files/digest-openssh-2.2.0_p1 | 1 | ||||
-rw-r--r-- | net-misc/openssh/files/digest-openssh-2.2.0_p1-r1 | 1 | ||||
-rw-r--r-- | net-misc/openssh/files/digest-openssh-2.3.0_p1 | 1 | ||||
-rw-r--r-- | net-misc/openssh/openssh-2.2.0_p1.ebuild | 50 | ||||
-rw-r--r-- | net-misc/openssh/openssh-2.3.0_p1.ebuild (renamed from net-misc/openssh/openssh-2.2.0_p1-r1.ebuild) | 4 |
5 files changed, 3 insertions, 54 deletions
diff --git a/net-misc/openssh/files/digest-openssh-2.2.0_p1 b/net-misc/openssh/files/digest-openssh-2.2.0_p1 deleted file mode 100644 index 843fa62a813d..000000000000 --- a/net-misc/openssh/files/digest-openssh-2.2.0_p1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8da6e2ad58be86e195cbdf82f7803feb openssh-2.2.0p1.tar.gz diff --git a/net-misc/openssh/files/digest-openssh-2.2.0_p1-r1 b/net-misc/openssh/files/digest-openssh-2.2.0_p1-r1 deleted file mode 100644 index 843fa62a813d..000000000000 --- a/net-misc/openssh/files/digest-openssh-2.2.0_p1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8da6e2ad58be86e195cbdf82f7803feb openssh-2.2.0p1.tar.gz diff --git a/net-misc/openssh/files/digest-openssh-2.3.0_p1 b/net-misc/openssh/files/digest-openssh-2.3.0_p1 new file mode 100644 index 000000000000..894bbf191bc9 --- /dev/null +++ b/net-misc/openssh/files/digest-openssh-2.3.0_p1 @@ -0,0 +1 @@ +MD5 b3d53dfb45da6e7bf88aaaf65b528aac openssh-2.3.0p1.tar.gz diff --git a/net-misc/openssh/openssh-2.2.0_p1.ebuild b/net-misc/openssh/openssh-2.2.0_p1.ebuild deleted file mode 100644 index 928021339c8e..000000000000 --- a/net-misc/openssh/openssh-2.2.0_p1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-2.2.0_p1.ebuild,v 1.3 2000/11/02 08:31:53 achim Exp $ - -P=openssh-2.2.0p1 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Port of OpenBSD's free SSH release" -SRC_URI="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/"${A} -HOMEPAGE="http://www.openssh.com/" - -DEPEND=">=sys-apps/bash-2.04 - >=sys-apps/tcp-wrappers-7.6 - >=sys-libs/glibc-2.1.3 - >=sys-libs/pam-0.72 - >=dev-libs/openssl-0.9.6" - -src_compile() { - try ./configure --prefix=/usr --sysconfdir=/etc/ssh \ - --libexecdir=/usr/libexec --mandir=/usr/man \ - --enable-gnome-askpass \ - --with-tcp-wrappers --with-ipv4-default --host=${CHOST} - try make -} - -src_unpack() { - unpack ${A} - cd ${S} -# patch -p0 < contrib/chroot.diff -} - -src_install() { - try make manpages install-files DESTDIR=${D} - prepman - dodoc ChangeLog COPYING.* CREDITS OVERVIEW README* TODO UPGRADING - dodir /etc/rc.d/init.d/ - cp ${O}/files/sshd ${D}/etc/rc.d/init.d/sshd -} - -pkg_config() { - - # Make ssh start at boot - echo "Generating symlinks" - ${ROOT}/usr/sbin/rc-update add sshd - -} - - - diff --git a/net-misc/openssh/openssh-2.2.0_p1-r1.ebuild b/net-misc/openssh/openssh-2.3.0_p1.ebuild index 2b5041e49462..50052c644022 100644 --- a/net-misc/openssh/openssh-2.2.0_p1-r1.ebuild +++ b/net-misc/openssh/openssh-2.3.0_p1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-2.2.0_p1-r1.ebuild,v 1.1 2000/11/20 22:16:46 jerry Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-2.3.0_p1.ebuild,v 1.1 2000/11/22 09:08:46 jerry Exp $ -P=openssh-2.2.0p1 +P=openssh-2.3.0p1 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Port of OpenBSD's free SSH release" |