diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-08-12 22:46:43 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-08-12 22:46:43 +0000 |
commit | 7f03ca6a583e6fb8aa032e830122e62c98b2451b (patch) | |
tree | 8a3810701d3228d2201f701f24686cfcf1730080 /net-analyzer/nessus-plugins | |
parent | Marking stable on x86. See bug #59948. (diff) | |
download | historical-7f03ca6a583e6fb8aa032e830122e62c98b2451b.tar.gz historical-7f03ca6a583e6fb8aa032e830122e62c98b2451b.tar.bz2 historical-7f03ca6a583e6fb8aa032e830122e62c98b2451b.zip |
Stable on alpha, bug 58014.
Diffstat (limited to 'net-analyzer/nessus-plugins')
-rw-r--r-- | net-analyzer/nessus-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nessus-plugins/nessus-plugins-2.0.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/nessus-plugins/ChangeLog b/net-analyzer/nessus-plugins/ChangeLog index 45028252fb4b..6d7c1e5ad346 100644 --- a/net-analyzer/nessus-plugins/ChangeLog +++ b/net-analyzer/nessus-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nessus-plugins # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-plugins/ChangeLog,v 1.33 2004/08/12 20:24:16 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-plugins/ChangeLog,v 1.34 2004/08/12 22:45:51 kloeri Exp $ + + 13 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> + nessus-plugins-2.0.12.ebuild: + Stable on alpha, bug 58014. 12 Aug 2004; Eldad Zack <eldad@gentoo.org> nessus-plugins-2.0.10a.ebuild: GLSA 200408-11: masking 2.0.10a for all archs besides alpha until 2.0.12 will diff --git a/net-analyzer/nessus-plugins/nessus-plugins-2.0.12.ebuild b/net-analyzer/nessus-plugins/nessus-plugins-2.0.12.ebuild index 94fb84c73bd7..336e327eece7 100644 --- a/net-analyzer/nessus-plugins/nessus-plugins-2.0.12.ebuild +++ b/net-analyzer/nessus-plugins/nessus-plugins-2.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-plugins/nessus-plugins-2.0.12.ebuild,v 1.4 2004/08/12 20:05:44 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-plugins/nessus-plugins-2.0.12.ebuild,v 1.5 2004/08/12 22:45:51 kloeri Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A remote security scanner for Linux (nessus-plugins)" @@ -11,7 +11,7 @@ DEPEND=">=net-analyzer/nessus-core-${PV}" SLOT="0" IUSE="" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc ~alpha ~amd64 ~ppc64" +KEYWORDS="x86 ppc sparc alpha ~amd64 ~ppc64" src_compile() { econf || die "configure failed" |