summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Maes <sejo@gentoo.org>2005-05-12 07:06:49 +0000
committerJochen Maes <sejo@gentoo.org>2005-05-12 07:06:49 +0000
commit07624f83086576e9766cb074b81dd339791b9c5e (patch)
tree15f263fe77b2a2b28d683fd883c45894884ba03d /net-p2p/azureus
parentsecurity fixes bug #91859 (diff)
downloadhistorical-07624f83086576e9766cb074b81dd339791b9c5e.tar.gz
historical-07624f83086576e9766cb074b81dd339791b9c5e.tar.bz2
historical-07624f83086576e9766cb074b81dd339791b9c5e.zip
added an ewarn about not using it as root
Diffstat (limited to 'net-p2p/azureus')
-rw-r--r--net-p2p/azureus/ChangeLog5
-rw-r--r--net-p2p/azureus/Manifest18
-rw-r--r--net-p2p/azureus/azureus-2.2.0.0-r1.ebuild5
3 files changed, 12 insertions, 16 deletions
diff --git a/net-p2p/azureus/ChangeLog b/net-p2p/azureus/ChangeLog
index b90c16dd9d81..cc0ca97a6b40 100644
--- a/net-p2p/azureus/ChangeLog
+++ b/net-p2p/azureus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/azureus
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/ChangeLog,v 1.3 2005/04/03 12:01:25 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/ChangeLog,v 1.4 2005/05/12 07:06:49 sejo Exp $
+
+ 12 May 2005; Jochen Maes <sejo@gentoo.org> azureus-2.2.0.0-r1.ebuild:
+ added an ewarn about not using it as root
03 Apr 2005; Thomas Matthijs <axxo@gentoo.org> azureus-2.2.0.0-r1.ebuild:
block azureus-bin
diff --git a/net-p2p/azureus/Manifest b/net-p2p/azureus/Manifest
index dfaa9c77015e..c0407199ce72 100644
--- a/net-p2p/azureus/Manifest
+++ b/net-p2p/azureus/Manifest
@@ -1,19 +1,9 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 898fd123530ccffff858621800694ac7 azureus-2.2.0.0-r1.ebuild 2196
MD5 504af830414395d446b2ef43b9fa8ed9 ChangeLog 728
MD5 a63336d02253ae5fe2ad69f813bdd7d8 metadata.xml 329
-MD5 67821fe5d66efda508803dfa3a87b967 files/digest-azureus-2.2.0.0-r1 134
+MD5 73406190662d626d5ae1a34e8d1780bb azureus-2.2.0.0-r1.ebuild 2314
+MD5 21218e1a7c134f02c8e42bcb63375e74 files/SWTThread.java 2549
MD5 77d299aef0633c501b998f3ec0c1f0c9 files/azureus-gentoo.sh 1010
MD5 70c17db47c9a596929112714f82ac010 files/azureus.desktop 153
-MD5 3ae1e81c8450fa93040e4e97a1311d88 files/build.xml 661
-MD5 21218e1a7c134f02c8e42bcb63375e74 files/SWTThread.java 2549
MD5 2d3136c60488dd51bef012cbcb59201b files/azureus.png 743
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCT9uj/rLF9B432nYRAhJ8AKCtNoghF4OrzjQc3w/pnFR7Lug+/ACfQqSe
-uKXWmopEhuRXcPjZWgDCfpM=
-=LV7/
------END PGP SIGNATURE-----
+MD5 3ae1e81c8450fa93040e4e97a1311d88 files/build.xml 661
+MD5 67821fe5d66efda508803dfa3a87b967 files/digest-azureus-2.2.0.0-r1 134
diff --git a/net-p2p/azureus/azureus-2.2.0.0-r1.ebuild b/net-p2p/azureus/azureus-2.2.0.0-r1.ebuild
index a4b1b4326439..886972819e7a 100644
--- a/net-p2p/azureus/azureus-2.2.0.0-r1.ebuild
+++ b/net-p2p/azureus/azureus-2.2.0.0-r1.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/net-p2p/azureus/azureus-2.2.0.0-r1.ebuild,v 1.2 2005/04/03 12:01:25 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus/azureus-2.2.0.0-r1.ebuild,v 1.3 2005/05/12 07:06:49 sejo Exp $
DESCRIPTION="Azureus - Java BitTorrent Client"
HOMEPAGE="http://azureus.sourceforge.net/"
@@ -68,4 +68,7 @@ src_install() {
insinto /usr/share/applications
doins "${FILESDIR}/azureus.desktop"
dodoc seda-README.txt
+
+ ewarn "Please do not run azureus as root!"
+ ewarn "Azureus has not been developed for multi-user environments!!!!!"
}