summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2009-07-24 19:39:10 +0000
committerHanno Boeck <hanno@gentoo.org>2009-07-24 19:39:10 +0000
commitabd783d2be2e6da0af75d545654445bdb04728d2 (patch)
treef5c4093d3f4e0f8ba70ee5978934f10ce43b475d /net-analyzer/openvas-plugins
parentopenvas-client bump (diff)
downloadhistorical-abd783d2be2e6da0af75d545654445bdb04728d2.tar.gz
historical-abd783d2be2e6da0af75d545654445bdb04728d2.tar.bz2
historical-abd783d2be2e6da0af75d545654445bdb04728d2.zip
openvas-plugins bump
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/openvas-plugins')
-rw-r--r--net-analyzer/openvas-plugins/ChangeLog9
-rw-r--r--net-analyzer/openvas-plugins/files/openvas-plugins-1.0.4-respect-ldflags.diff120
-rw-r--r--net-analyzer/openvas-plugins/openvas-plugins-1.0.7.ebuild (renamed from net-analyzer/openvas-plugins/openvas-plugins-1.0.4.ebuild)14
3 files changed, 11 insertions, 132 deletions
diff --git a/net-analyzer/openvas-plugins/ChangeLog b/net-analyzer/openvas-plugins/ChangeLog
index d046d1f83434..fe80c558f503 100644
--- a/net-analyzer/openvas-plugins/ChangeLog
+++ b/net-analyzer/openvas-plugins/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/openvas-plugins
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-plugins/ChangeLog,v 1.8 2008/12/20 23:53:22 hanno Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-plugins/ChangeLog,v 1.9 2009/07/24 19:39:10 hanno Exp $
+
+*openvas-plugins-1.0.7 (24 Jul 2009)
+
+ 24 Jul 2009; Hanno Boeck <hanno@gentoo.org> +openvas-plugins-1.0.7.ebuild:
+ Version bump.
*openvas-plugins-1.0.5 (20 Dec 2008)
diff --git a/net-analyzer/openvas-plugins/files/openvas-plugins-1.0.4-respect-ldflags.diff b/net-analyzer/openvas-plugins/files/openvas-plugins-1.0.4-respect-ldflags.diff
deleted file mode 100644
index 2867402665d1..000000000000
--- a/net-analyzer/openvas-plugins/files/openvas-plugins-1.0.4-respect-ldflags.diff
+++ /dev/null
@@ -1,120 +0,0 @@
-diff -Naur openvas-plugins-1.0.3/plugins/3com_hub/Makefile openvas-plugins-1.0.3-1/plugins/3com_hub/Makefile
---- openvas-plugins-1.0.3/plugins/3com_hub/Makefile 2008-05-15 09:38:03.000000000 +0200
-+++ openvas-plugins-1.0.3-1/plugins/3com_hub/Makefile 2008-09-17 20:37:30.000000000 +0200
-@@ -6,7 +6,7 @@
-
- $(PLUGNAME).nes : $(PLUGNAME).c
- $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -I/usr/local/include `libnet-config --defines --cflags` -c $(PLUGNAME).c
-- $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo `libnet-config --defines --libs` -L/usr/local/lib $(LIBS) \
-+ $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo `libnet-config --defines --libs` -L/usr/local/lib $(LIBS) \
- -rpath $(rootdir)/bin/plugins
- ../install_plug $(PLUGNAME) $(rootdir)
- clean :
-diff -Naur openvas-plugins-1.0.3/plugins/find_service/Makefile openvas-plugins-1.0.3-1/plugins/find_service/Makefile
---- openvas-plugins-1.0.3/plugins/find_service/Makefile 2008-05-15 09:38:04.000000000 +0200
-+++ openvas-plugins-1.0.3-1/plugins/find_service/Makefile 2008-09-17 20:37:29.000000000 +0200
-@@ -5,7 +5,7 @@
- all : $(PLUGNAME).nes
- $(PLUGNAME).nes : $(PLUGNAME).c
- $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
-- $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
-+ $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
- -rpath $(rootdir)/bin/plugins
- ../install_plug $(PLUGNAME) $(rootdir)
- clean :
-diff -Naur openvas-plugins-1.0.3/plugins/ftp_write_dirs/Makefile openvas-plugins-1.0.3-1/plugins/ftp_write_dirs/Makefile
---- openvas-plugins-1.0.3/plugins/ftp_write_dirs/Makefile 2008-05-15 09:38:03.000000000 +0200
-+++ openvas-plugins-1.0.3-1/plugins/ftp_write_dirs/Makefile 2008-09-17 20:37:29.000000000 +0200
-@@ -5,7 +5,7 @@
- all : $(PLUGNAME).nes
- $(PLUGNAME).nes : $(PLUGNAME).c
- $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
-- $(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
-+ $(LIBTOOL) --mode=link --tag CC $(CC) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
- -rpath $(rootdir)/bin/plugins
- ../install_plug $(PLUGNAME) $(rootdir)
- clean :
-diff -Naur openvas-plugins-1.0.3/plugins/linux_tftp/Makefile openvas-plugins-1.0.3-1/plugins/linux_tftp/Makefile
---- openvas-plugins-1.0.3/plugins/linux_tftp/Makefile 2008-05-15 09:38:03.000000000 +0200
-+++ openvas-plugins-1.0.3-1/plugins/linux_tftp/Makefile 2008-09-17 20:37:28.000000000 +0200
-@@ -5,7 +5,7 @@
- all : $(PLUGNAME).nes
- $(PLUGNAME).nes : $(PLUGNAME).c
- $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
-- $(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
-+ $(LIBTOOL) --mode=link --tag CC $(CC) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
- -rpath $(rootdir)/bin/plugins
- ../install_plug $(PLUGNAME) $(rootdir)
- clean :
-diff -Naur openvas-plugins-1.0.3/plugins/nmap_wrapper/Makefile openvas-plugins-1.0.3-1/plugins/nmap_wrapper/Makefile
---- openvas-plugins-1.0.3/plugins/nmap_wrapper/Makefile 2008-05-15 09:38:03.000000000 +0200
-+++ openvas-plugins-1.0.3-1/plugins/nmap_wrapper/Makefile 2008-09-17 20:37:27.000000000 +0200
-@@ -5,7 +5,7 @@
- all : $(PLUGNAME).nes
- $(PLUGNAME).nes : $(PLUGNAME).c
- $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
-- $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) $(LIBUTIL) \
-+ $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) $(LIBUTIL) \
- -rpath $(rootdir)/bin/plugins
- ../install_plug $(PLUGNAME) $(rootdir)
- clean :
-diff -Naur openvas-plugins-1.0.3/plugins/objectserver/Makefile openvas-plugins-1.0.3-1/plugins/objectserver/Makefile
---- openvas-plugins-1.0.3/plugins/objectserver/Makefile 2008-05-15 09:38:03.000000000 +0200
-+++ openvas-plugins-1.0.3-1/plugins/objectserver/Makefile 2008-09-17 20:37:27.000000000 +0200
-@@ -5,7 +5,7 @@
- all : $(PLUGNAME).nes
- $(PLUGNAME).nes : $(PLUGNAME).c
- $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
-- $(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
-+ $(LIBTOOL) --mode=link --tag CC $(CC) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
- -rpath $(rootdir)/bin/plugins
- ../install_plug $(PLUGNAME) $(rootdir)
- clean :
-diff -Naur openvas-plugins-1.0.3/plugins/openvas_tcp_scanner/Makefile openvas-plugins-1.0.3-1/plugins/openvas_tcp_scanner/Makefile
---- openvas-plugins-1.0.3/plugins/openvas_tcp_scanner/Makefile 2008-05-15 09:38:03.000000000 +0200
-+++ openvas-plugins-1.0.3-1/plugins/openvas_tcp_scanner/Makefile 2008-09-17 20:37:25.000000000 +0200
-@@ -8,7 +8,7 @@
- all : $(PLUGNAME).nes
- $(PLUGNAME).nes : $(PLUGNAME).c
- $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
-- $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) -lm $(LIBUTIL) \
-+ $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) -lm $(LIBUTIL) \
- -rpath $(rootdir)/bin/plugins
- ../install_plug $(PLUGNAME) $(rootdir)
- clean :
-diff -Naur openvas-plugins-1.0.3/plugins/smad/Makefile openvas-plugins-1.0.3-1/plugins/smad/Makefile
---- openvas-plugins-1.0.3/plugins/smad/Makefile 2008-05-15 09:38:03.000000000 +0200
-+++ openvas-plugins-1.0.3-1/plugins/smad/Makefile 2008-09-17 20:43:07.000000000 +0200
-@@ -5,7 +5,7 @@
- all : $(PLUGNAME).nes
- $(PLUGNAME).nes : $(PLUGNAME).c
- $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
-- $(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
-+ $(LIBTOOL) --mode=link --tag CC $(CC) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
- -rpath $(rootdir)/bin/plugins
- ../install_plug $(PLUGNAME) $(rootdir)
- clean :
-diff -Naur openvas-plugins-1.0.3/plugins/ssl_ciphers/Makefile openvas-plugins-1.0.3-1/plugins/ssl_ciphers/Makefile
---- openvas-plugins-1.0.3/plugins/ssl_ciphers/Makefile 2008-05-15 09:38:04.000000000 +0200
-+++ openvas-plugins-1.0.3-1/plugins/ssl_ciphers/Makefile 2008-09-17 20:32:07.000000000 +0200
-@@ -5,7 +5,7 @@
- all : $(PLUGNAME).nes
- $(PLUGNAME).nes : $(PLUGNAME).c
- $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
-- $(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
-+ $(LIBTOOL) --mode=link --tag CC $(CC) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
- -rpath $(rootdir)/bin/plugins
- ../install_plug $(PLUGNAME) $(rootdir)
- clean :
-diff -Naur openvas-plugins-1.0.3/plugins/synscan/Makefile openvas-plugins-1.0.3-1/plugins/synscan/Makefile
---- openvas-plugins-1.0.3/plugins/synscan/Makefile 2008-05-15 09:38:04.000000000 +0200
-+++ openvas-plugins-1.0.3-1/plugins/synscan/Makefile 2008-09-17 20:42:56.000000000 +0200
-@@ -5,7 +5,7 @@
- all : $(PLUGNAME).nes
- $(PLUGNAME).nes : $(PLUGNAME).c
- $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
-- $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
-+ $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
- -rpath $(rootdir)/bin/plugins
- ../install_plug $(PLUGNAME) $(rootdir)
- clean :
diff --git a/net-analyzer/openvas-plugins/openvas-plugins-1.0.4.ebuild b/net-analyzer/openvas-plugins/openvas-plugins-1.0.7.ebuild
index 1133ab67ab32..cf07bc43d9d9 100644
--- a/net-analyzer/openvas-plugins/openvas-plugins-1.0.4.ebuild
+++ b/net-analyzer/openvas-plugins/openvas-plugins-1.0.7.ebuild
@@ -1,22 +1,16 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-plugins/openvas-plugins-1.0.4.ebuild,v 1.1 2008/11/02 06:48:24 hanno Exp $
-
-inherit eutils
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-plugins/openvas-plugins-1.0.7.ebuild,v 1.1 2009/07/24 19:39:10 hanno Exp $
DESCRIPTION="A remote security scanner for Linux (openvas-plugins)"
HOMEPAGE="http://www.openvas.org/"
-SRC_URI="http://wald.intevation.org/frs/download.php/523/${P}.tar.gz"
+SRC_URI="http://wald.intevation.org/frs/download.php/588/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="net-analyzer/openvas-server"
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-respect-ldflags.diff" || die "epatch failed"
-}
+RDEPEND="${DEPEND}"
src_install() {
make DESTDIR="${D}" install || die "make install failed"