summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/openvas-client/ChangeLog7
-rw-r--r--net-analyzer/openvas-client/openvas-client-1.0.2.ebuild24
-rw-r--r--net-analyzer/openvas-client/openvas-client-1.0.3.ebuild24
-rw-r--r--net-analyzer/openvas-client/openvas-client-1.0.4.ebuild29
-rw-r--r--net-analyzer/openvas-client/openvas-client-2.0.0.ebuild28
-rw-r--r--net-analyzer/openvas-client/openvas-client-2.0.4.ebuild (renamed from net-analyzer/openvas-client/openvas-client-2.0.1.ebuild)9
-rw-r--r--net-analyzer/openvas-plugins/Manifest15
7 files changed, 20 insertions, 116 deletions
diff --git a/net-analyzer/openvas-client/ChangeLog b/net-analyzer/openvas-client/ChangeLog
index 72bb7e5b13da..f4b42d93f2b7 100644
--- a/net-analyzer/openvas-client/ChangeLog
+++ b/net-analyzer/openvas-client/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/openvas-client
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-client/ChangeLog,v 1.9 2009/03/08 19:36:56 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-client/ChangeLog,v 1.10 2009/07/24 19:35:44 hanno Exp $
+
+*openvas-client-2.0.4 (24 Jul 2009)
+
+ 24 Jul 2009; Hanno Boeck <hanno@gentoo.org> +openvas-client-2.0.4.ebuild:
+ Version bump and avoid parallel make.
*openvas-client-2.0.2 (08 Mar 2009)
diff --git a/net-analyzer/openvas-client/openvas-client-1.0.2.ebuild b/net-analyzer/openvas-client/openvas-client-1.0.2.ebuild
deleted file mode 100644
index 2cc2a1716027..000000000000
--- a/net-analyzer/openvas-client/openvas-client-1.0.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-client/openvas-client-1.0.2.ebuild,v 1.1 2008/02/08 13:16:11 hanno Exp $
-
-inherit eutils
-
-DESCRIPTION="A client for the openvas vulnerability scanner"
-HOMEPAGE="http://www.openvas.org/"
-SRC_URI="http://wald.intevation.org/frs/download.php/405/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="net-libs/gnutls
- >=x11-libs/gtk+-2.8.8"
-MAKEOPTS="${MAKEOPTS} -j1"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake failed"
- dodoc AUTHORS CHANGES README TODO || die "dodoc failed"
-
- make_desktop_entry OpenVASClient "OpenVAS Client" /usr/share/pixmaps/openvas-client.png "Application;Network;"
-}
diff --git a/net-analyzer/openvas-client/openvas-client-1.0.3.ebuild b/net-analyzer/openvas-client/openvas-client-1.0.3.ebuild
deleted file mode 100644
index 08dbebd53e54..000000000000
--- a/net-analyzer/openvas-client/openvas-client-1.0.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-client/openvas-client-1.0.3.ebuild,v 1.1 2008/04/19 22:54:51 hanno Exp $
-
-inherit eutils
-
-DESCRIPTION="A client for the openvas vulnerability scanner"
-HOMEPAGE="http://www.openvas.org/"
-SRC_URI="http://wald.intevation.org/frs/download.php/420/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="net-libs/gnutls
- >=x11-libs/gtk+-2.8.8"
-MAKEOPTS="${MAKEOPTS} -j1"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake failed"
- dodoc AUTHORS CHANGES README TODO || die "dodoc failed"
-
- make_desktop_entry OpenVASClient "OpenVAS Client" /usr/share/pixmaps/openvas-client.png "Application;Network;"
-}
diff --git a/net-analyzer/openvas-client/openvas-client-1.0.4.ebuild b/net-analyzer/openvas-client/openvas-client-1.0.4.ebuild
deleted file mode 100644
index fd26d93f9790..000000000000
--- a/net-analyzer/openvas-client/openvas-client-1.0.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-client/openvas-client-1.0.4.ebuild,v 1.3 2008/11/21 02:31:02 hanno Exp $
-
-inherit eutils
-
-DESCRIPTION="A client for the openvas vulnerability scanner"
-HOMEPAGE="http://www.openvas.org/"
-SRC_URI="http://wald.intevation.org/frs/download.php/466/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gtk"
-
-DEPEND="net-libs/gnutls
- gtk? ( >=x11-libs/gtk+-2.8.8 )"
-MAKEOPTS="${MAKEOPTS} -j1"
-
-src_compile() {
- econf $(use_enable gtk) || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS CHANGES README TODO || die "dodoc failed"
-
- make_desktop_entry OpenVASClient "OpenVAS Client" /usr/share/pixmaps/openvas-client.png "Application;Network;"
-}
diff --git a/net-analyzer/openvas-client/openvas-client-2.0.0.ebuild b/net-analyzer/openvas-client/openvas-client-2.0.0.ebuild
deleted file mode 100644
index d1965a6f37fe..000000000000
--- a/net-analyzer/openvas-client/openvas-client-2.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-client/openvas-client-2.0.0.ebuild,v 1.1 2008/12/20 23:48:34 hanno Exp $
-
-inherit eutils
-
-DESCRIPTION="A client for the openvas vulnerability scanner"
-HOMEPAGE="http://www.openvas.org/"
-SRC_URI="http://wald.intevation.org/frs/download.php/551/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gtk"
-
-DEPEND="net-libs/gnutls
- gtk? ( >=x11-libs/gtk+-2.8.8 )"
-
-src_compile() {
- econf $(use_enable gtk) || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS CHANGES README TODO || die "dodoc failed"
-
- make_desktop_entry OpenVASClient "OpenVAS Client" /usr/share/pixmaps/openvas-client.png "Application;Network;"
-}
diff --git a/net-analyzer/openvas-client/openvas-client-2.0.1.ebuild b/net-analyzer/openvas-client/openvas-client-2.0.4.ebuild
index 118268f9ec30..024f9f007878 100644
--- a/net-analyzer/openvas-client/openvas-client-2.0.1.ebuild
+++ b/net-analyzer/openvas-client/openvas-client-2.0.4.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-client/openvas-client-2.0.1.ebuild,v 1.2 2009/01/08 14:52:05 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-client/openvas-client-2.0.4.ebuild,v 1.1 2009/07/24 19:35:44 hanno Exp $
inherit eutils
DESCRIPTION="A client for the openvas vulnerability scanner"
HOMEPAGE="http://www.openvas.org/"
-SRC_URI="http://wald.intevation.org/frs/download.php/552/${P}.tar.gz"
+SRC_URI="http://wald.intevation.org/frs/download.php/595/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -14,6 +14,11 @@ IUSE="gtk"
DEPEND="net-libs/gnutls
gtk? ( >=x11-libs/gtk+-2.8.8 )"
+RDEPEND="${DEPEND}"
+
+# Upstream bug:
+# http://wald.intevation.org/tracker/index.php?func=detail&aid=941&group_id=29&atid=220
+MAKEOPTS="-j1"
src_compile() {
econf $(use_enable gtk) || die "econf failed"
diff --git a/net-analyzer/openvas-plugins/Manifest b/net-analyzer/openvas-plugins/Manifest
index 32230d5db729..df9c49174a88 100644
--- a/net-analyzer/openvas-plugins/Manifest
+++ b/net-analyzer/openvas-plugins/Manifest
@@ -1,17 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-AUX openvas-plugins-1.0.4-respect-ldflags.diff 7427 RMD160 a55f967d27486a9619a8ee2b5f495960417029d2 SHA1 3ab44c0448b1f0ef93bc1510e7c512fba9757e83 SHA256 ec5c1cc907197c35efd9e98529ab6de7b2a4a183ebd5e7d18edd7d5724e07fe7
-DIST openvas-plugins-1.0.4.tar.gz 2655965 RMD160 d604b11677e08d4486fb11b0fce48a1e9c5eda88 SHA1 8f147bd121714cc96a8e11cef18e6e62755e3108 SHA256 34f77fbfeb8f685a3a374e69be65769e40518f6a469702cc5da9a309e92d2c89
DIST openvas-plugins-1.0.5.tar.gz 2727952 RMD160 711ea3f9db0fef2f6b1d8c5fb07c51c7d4d2218e SHA1 1e71b3d00fb7ec160f2a73ea6fc7e8d69bbe2288 SHA256 9e5c1ff08791ff454e564fbc16330a5201dff993204cc88583ce88035f02397e
-EBUILD openvas-plugins-1.0.4.ebuild 750 RMD160 cbba5aa7adb6b97e13db3fd8e74069cae7d879b6 SHA1 171c9c41e050214731273ad893645dafc4dc5bc9 SHA256 bd5da6c662b799ad2529c46b9baf094718bb82bf1a52f8e3bb903fa4024aba87
+DIST openvas-plugins-1.0.7.tar.gz 5059984 RMD160 b7b2cb3b7a702ed437ebf449912b33f1d7f61439 SHA1 eb8b6344a7023f84316a909702922764bbc18cbd SHA256 7bfe9ffde971e8a55f735741460c64587c998886dde4a3523668a4df380a0ef3
EBUILD openvas-plugins-1.0.5.ebuild 622 RMD160 8d39a6652e73ffbf97db985d88c273f16cb90075 SHA1 38db7a1cb729ff4e149acdcbd52045c82e7ddb70 SHA256 c6af8e9240f6944f7b849a7e2a4afc25e7329243128bbf321940cccf7dcd62fa
-MISC ChangeLog 1442 RMD160 60b524b39b25384d941e8fa13c8e2b8559fbb45a SHA1 5e93fa066bfdf5a2f16af400be13f2fcbdf85359 SHA256 1e05456da2a5d45de67197d2bd8c1ce5abbfb0a346f8050d82c7e1b5ff3dc9fd
+EBUILD openvas-plugins-1.0.7.ebuild 642 RMD160 67cdb6dc5fa397e4407511cecab53db876332b4c SHA1 4e6dccee085c2e95ff0ac25a39ecfe8b0f44f92a SHA256 196a5a22b4eb95d296cfe3075430887593d4a9c9ab77a79265546396b81b23e1
+MISC ChangeLog 1574 RMD160 f7f2608d69a855f3d72a72699e1f89278ea8ca99 SHA1 aa7b282415f61c202c6eea2477c0b88ef65c98c6 SHA256 541549173a03b2a2cf14e1006673c1091537779b278e2ba892f2ededc236979a
MISC metadata.xml 217 RMD160 3b01d5dab901ee93217f72b711954d3cccbb1717 SHA1 e304788b60dd2cf214d360a21d267e8635474d98 SHA256 2f5dfc1eb79d2d9ee02663da6e1449f499c3a37b7f4cc2391e18d7789a314669
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.9 (GNU/Linux)
+Version: GnuPG v2.0.11 (GNU/Linux)
-iEYEARECAAYFAklNhXIACgkQr2QksT29OyBkGACfb1/WInyTF7hBSIx2u/BIAQtd
-NDgAniBLv5PD82o1e8uKzNc2jJ/t2Zt7
-=s1gr
+iEYEARECAAYFAkpqDdgACgkQr2QksT29OyC98QCfWgia7hA6Tipoi0SbxpS2tYXW
+CcUAn2O43mJ0MElkWKKfBBsXBG2YOhn7
+=AiDG
-----END PGP SIGNATURE-----