diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-07-26 20:03:47 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-07-26 20:03:47 +0000 |
commit | 49e8b9de2a18331fef17af838c7441d4740b710d (patch) | |
tree | 3eea85d10a24293b81f855fb8762b614d2e181cc /net-analyzer | |
parent | Adding missing initscript (diff) | |
download | gentoo-2-49e8b9de2a18331fef17af838c7441d4740b710d.tar.gz gentoo-2-49e8b9de2a18331fef17af838c7441d4740b710d.tar.bz2 gentoo-2-49e8b9de2a18331fef17af838c7441d4740b710d.zip |
updated nessus to version 1.2.3 and split package up into separate ebuilds to allow a clean installation of all 4 nessus components.
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nessus/ChangeLog | 10 | ||||
-rw-r--r-- | net-analyzer/nessus/files/digest-nessus-1.2.3 | 4 | ||||
-rw-r--r-- | net-analyzer/nessus/nessus-1.2.3.ebuild | 16 |
3 files changed, 29 insertions, 1 deletions
diff --git a/net-analyzer/nessus/ChangeLog b/net-analyzer/nessus/ChangeLog index 8fe4a8b1f66e..0706735eef58 100644 --- a/net-analyzer/nessus/ChangeLog +++ b/net-analyzer/nessus/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-analyzer/nessus # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/ChangeLog,v 1.5 2002/07/17 10:41:02 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/ChangeLog,v 1.6 2002/07/26 20:03:47 raker Exp $ + +*nessus-1.2.3 (26 Jul 2002) + + 26 Jul 2002; Nick Hadaway <raker@gentoo.org> + nessus-1.2.3.ebuild, files/digest-nessus-1.2.3.ebuild : + + Split out the package to allow a clean installation of all components. + Kept the "nessus" package for easy install of all components. *nessus-1.2.2-r1 (17 Jul 2002) diff --git a/net-analyzer/nessus/files/digest-nessus-1.2.3 b/net-analyzer/nessus/files/digest-nessus-1.2.3 new file mode 100644 index 000000000000..78f036a14265 --- /dev/null +++ b/net-analyzer/nessus/files/digest-nessus-1.2.3 @@ -0,0 +1,4 @@ +MD5 5330ad95523390c843615611a6aea9b9 nessus-libraries-1.2.3.tar.gz 411328 +MD5 fa1187cc27b8d116f6a2fa575e5dda29 nessus-core-1.2.3.tar.gz 590074 +MD5 0303341cf3721ff897faa219f021af9c nessus-plugins-1.2.3.tar.gz 826738 +MD5 ae16346e215ff752a28de252bfeb6800 libnasl-1.2.3.tar.gz 293239 diff --git a/net-analyzer/nessus/nessus-1.2.3.ebuild b/net-analyzer/nessus/nessus-1.2.3.ebuild new file mode 100644 index 000000000000..f5ea5a1e664b --- /dev/null +++ b/net-analyzer/nessus/nessus-1.2.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 2000-2002 Achim Gottinger +# Distributed under the GPL by Gentoo Technologies, Inc. +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/nessus-1.2.3.ebuild,v 1.1 2002/07/26 20:03:47 raker Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="A remote security scanner for Linux" +HOMEPAGE="http://www.nessus.org/" + +DEPEND="=net-analyzer/nessus-libraries-1.2.3 + =net-analyzer/libnasl-1.2.3 + =net-analyzer/nessus-core-1.2.3 + =net-analyzer/nessus-plugins-1.2.3" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc -sparc -sparc64" |