diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-24 04:18:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-24 04:18:41 +0000 |
commit | 2386668e1e93d97d4d14d16e2f54bbc634f9ce8c (patch) | |
tree | 528c32564a31e3a344957ca1f0e1f7f6680a9157 /app-shells | |
parent | Stable on alpha wrt security bug #115851. (diff) | |
download | historical-2386668e1e93d97d4d14d16e2f54bbc634f9ce8c.tar.gz historical-2386668e1e93d97d4d14d16e2f54bbc634f9ce8c.tar.bz2 historical-2386668e1e93d97d4d14d16e2f54bbc634f9ce8c.zip |
Version bump #115082.
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/rssh/ChangeLog | 9 | ||||
-rw-r--r-- | app-shells/rssh/Manifest | 16 | ||||
-rw-r--r-- | app-shells/rssh/files/digest-rssh-2.3.0 | 1 | ||||
-rw-r--r-- | app-shells/rssh/rssh-2.3.0.ebuild | 35 |
4 files changed, 52 insertions, 9 deletions
diff --git a/app-shells/rssh/ChangeLog b/app-shells/rssh/ChangeLog index 1b867b70cf69..d92254f63ce1 100644 --- a/app-shells/rssh/ChangeLog +++ b/app-shells/rssh/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-shells/rssh -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/ChangeLog,v 1.10 2005/09/23 19:17:25 cryos Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/ChangeLog,v 1.11 2005/12/24 04:18:40 vapier Exp $ + +*rssh-2.3.0 (24 Dec 2005) + + 24 Dec 2005; Mike Frysinger <vapier@gentoo.org> +rssh-2.3.0.ebuild: + Version bump #115082. 23 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> rssh-2.2.3.ebuild: Marked ~amd64. diff --git a/app-shells/rssh/Manifest b/app-shells/rssh/Manifest index 4e6493e4d52e..aafaad128a5c 100644 --- a/app-shells/rssh/Manifest +++ b/app-shells/rssh/Manifest @@ -1,14 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 7de2c370bb347ca049dca537568659ae rssh-2.2.3.ebuild 844 -MD5 fc4c77dcc9ecf4d55db84d2c59e7b629 ChangeLog 1238 -MD5 7b93999626c2904945bb487fe7f4b377 metadata.xml 273 +MD5 0e0ad39b1ee2c9570943d556a850c6a1 ChangeLog 1361 MD5 3867f15cbcd6dbd7f3b1817143ffaa45 files/digest-rssh-2.2.3 62 +MD5 bb79e6164afaae65decd8428e316346f files/digest-rssh-2.3.0 62 +MD5 7b93999626c2904945bb487fe7f4b377 metadata.xml 273 +MD5 7de2c370bb347ca049dca537568659ae rssh-2.2.3.ebuild 844 +MD5 bb62a590fd409169b7738429a65163d7 rssh-2.3.0.ebuild 845 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDNFTkntT9W3vfTuoRAuhsAKCUm3tHwzWCaCBxdDEzYYgrgyshsQCeKDlq -8Wn9yQCprHYMc2StSyWer5I= -=Ujub +iD8DBQFDrMww2+ySkm8kpY0RAsGlAJ9nXgJutcuRg33KpqxHCOdHnQBlKwCfXDnr +OdHsGPGeZTw69StkVbGQsJI= +=V2s0 -----END PGP SIGNATURE----- diff --git a/app-shells/rssh/files/digest-rssh-2.3.0 b/app-shells/rssh/files/digest-rssh-2.3.0 new file mode 100644 index 000000000000..a9ec27f9e7d8 --- /dev/null +++ b/app-shells/rssh/files/digest-rssh-2.3.0 @@ -0,0 +1 @@ +MD5 4badd1c95bf9b9507e6642598e809dd5 rssh-2.3.0.tar.gz 113701 diff --git a/app-shells/rssh/rssh-2.3.0.ebuild b/app-shells/rssh/rssh-2.3.0.ebuild new file mode 100644 index 000000000000..6c3987acece2 --- /dev/null +++ b/app-shells/rssh/rssh-2.3.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.0.ebuild,v 1.1 2005/12/24 04:18:41 vapier Exp $ + +DESCRIPTION="Restricted shell for SSHd" +HOMEPAGE="http://rssh.sourceforge.net/" +SRC_URI="mirror://sourceforge/rssh/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ppc sparc x86" +IUSE="static" + +RDEPEND="virtual/ssh" + +src_unpack() { + unpack ${A} + cd ${S} + sed -i 's:chmod u+s $(:chmod u+s $(DESTDIR)$(:' Makefile.in +} + +src_compile() { + econf \ + --libexecdir=/usr/lib/misc \ + --with-scp=/usr/bin/scp \ + --with-sftp-server=/usr/lib/misc/sftp-server \ + $(use_enable static) \ + || die "econf failed" + emake || die +} + +src_install() { + make install DESTDIR="${D}" || die + dodoc AUTHORS ChangeLog CHROOT INSTALL README TODO +} |