summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-16 19:10:46 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-16 19:10:46 +0000
commit5ec9028254c0c9e986c8ae8ddb12463ad841708b (patch)
treeefd1b27bdaee9bfee8e41de8f0287044aa89c039 /app-shells/rssh
parentadd patch, rev bump, mark 0.14-r1 x86 (Manifest recommit) (diff)
downloadgentoo-2-5ec9028254c0c9e986c8ae8ddb12463ad841708b.tar.gz
gentoo-2-5ec9028254c0c9e986c8ae8ddb12463ad841708b.tar.bz2
gentoo-2-5ec9028254c0c9e986c8ae8ddb12463ad841708b.zip
Version bump for security #72816.
(Portage version: 2.0.51-r13)
Diffstat (limited to 'app-shells/rssh')
-rw-r--r--app-shells/rssh/ChangeLog8
-rw-r--r--app-shells/rssh/files/digest-rssh-2.2.11
-rw-r--r--app-shells/rssh/files/digest-rssh-2.2.21
-rw-r--r--app-shells/rssh/files/digest-rssh-2.2.31
-rw-r--r--app-shells/rssh/rssh-2.2.1.ebuild34
-rw-r--r--app-shells/rssh/rssh-2.2.3.ebuild (renamed from app-shells/rssh/rssh-2.2.2.ebuild)4
6 files changed, 10 insertions, 39 deletions
diff --git a/app-shells/rssh/ChangeLog b/app-shells/rssh/ChangeLog
index 58bf6ea04ac5..c89ca5ccb6a4 100644
--- a/app-shells/rssh/ChangeLog
+++ b/app-shells/rssh/ChangeLog
@@ -1,6 +1,12 @@
# 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.8 2005/01/01 15:59:31 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/ChangeLog,v 1.9 2005/01/16 19:10:46 vapier Exp $
+
+*rssh-2.2.3 (16 Jan 2005)
+
+ 16 Jan 2005; Mike Frysinger <vapier@gentoo.org> -rssh-2.2.1.ebuild,
+ -rssh-2.2.2.ebuild, +rssh-2.2.3.ebuild:
+ Version bump for security #72816.
*rssh-2.2.2 (25 Oct 2004)
diff --git a/app-shells/rssh/files/digest-rssh-2.2.1 b/app-shells/rssh/files/digest-rssh-2.2.1
deleted file mode 100644
index 93082c77421c..000000000000
--- a/app-shells/rssh/files/digest-rssh-2.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2d427ee7f4ea46b075fa0ab3f39b4089 rssh-2.2.1.tar.gz 95552
diff --git a/app-shells/rssh/files/digest-rssh-2.2.2 b/app-shells/rssh/files/digest-rssh-2.2.2
deleted file mode 100644
index ed4da92ca825..000000000000
--- a/app-shells/rssh/files/digest-rssh-2.2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 351440cc3909214bae6f2ad2d57a4419 rssh-2.2.2.tar.gz 105255
diff --git a/app-shells/rssh/files/digest-rssh-2.2.3 b/app-shells/rssh/files/digest-rssh-2.2.3
new file mode 100644
index 000000000000..738bcb04aaf2
--- /dev/null
+++ b/app-shells/rssh/files/digest-rssh-2.2.3
@@ -0,0 +1 @@
+MD5 74f40a4fd5d2b097af34a817e21a33cf rssh-2.2.3.tar.gz 107216
diff --git a/app-shells/rssh/rssh-2.2.1.ebuild b/app-shells/rssh/rssh-2.2.1.ebuild
deleted file mode 100644
index c5aa158a6e9e..000000000000
--- a/app-shells/rssh/rssh-2.2.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.2.1.ebuild,v 1.4 2005/01/01 15:59:31 eradicator Exp $
-
-DESCRIPTION="Restricted shell for SSHd"
-HOMEPAGE="http://rssh.sourceforge.net/"
-SRC_URI="mirror://sourceforge/rssh/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 ppc sparc"
-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
-}
diff --git a/app-shells/rssh/rssh-2.2.2.ebuild b/app-shells/rssh/rssh-2.2.3.ebuild
index 92cb02c0fb22..459de2456e96 100644
--- a/app-shells/rssh/rssh-2.2.2.ebuild
+++ b/app-shells/rssh/rssh-2.2.3.ebuild
@@ -1,6 +1,6 @@
# 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.2.2.ebuild,v 1.2 2005/01/01 15:59:31 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.2.3.ebuild,v 1.1 2005/01/16 19:10:46 vapier Exp $
DESCRIPTION="Restricted shell for SSHd"
HOMEPAGE="http://rssh.sourceforge.net/"
@@ -30,6 +30,6 @@ src_compile() {
}
src_install() {
- make install DESTDIR=${D} || die
+ make install DESTDIR="${D}" || die
dodoc AUTHORS ChangeLog CHROOT INSTALL README TODO
}