summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2008-11-02 06:48:24 +0000
committerHanno Böck <hanno@gentoo.org>2008-11-02 06:48:24 +0000
commit4b2c4cbfb0bcd2918cd692156ece4f41a7974e29 (patch)
tree900a542592498a1bbccad23eae1d7cc5014bc6a9 /net-analyzer/openvas-plugins
parentRemoving eradicator as a maintainer since he was retired. (diff)
downloadgentoo-2-4b2c4cbfb0bcd2918cd692156ece4f41a7974e29.tar.gz
gentoo-2-4b2c4cbfb0bcd2918cd692156ece4f41a7974e29.tar.bz2
gentoo-2-4b2c4cbfb0bcd2918cd692156ece4f41a7974e29.zip
openvas-plugins bump
(Portage version: 2.2_rc13/cvs/Linux 2.6.28-rc2 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.4.ebuild24
3 files changed, 152 insertions, 1 deletions
diff --git a/net-analyzer/openvas-plugins/ChangeLog b/net-analyzer/openvas-plugins/ChangeLog
index c2452f2a47a2..4cea6c64015c 100644
--- a/net-analyzer/openvas-plugins/ChangeLog
+++ b/net-analyzer/openvas-plugins/ChangeLog
@@ -1,6 +1,13 @@
# 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.6 2008/09/18 07:34:11 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-plugins/ChangeLog,v 1.7 2008/11/02 06:48:24 hanno Exp $
+
+*openvas-plugins-1.0.4 (02 Nov 2008)
+
+ 02 Nov 2008; Hanno Boeck <hanno@gentoo.org>
+ +files/openvas-plugins-1.0.4-respect-ldflags.diff,
+ +openvas-plugins-1.0.4.ebuild:
+ Version bump.
*openvas-plugins-1.0.3 (18 Sep 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
new file mode 100644
index 000000000000..2867402665d1
--- /dev/null
+++ b/net-analyzer/openvas-plugins/files/openvas-plugins-1.0.4-respect-ldflags.diff
@@ -0,0 +1,120 @@
+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.4.ebuild
new file mode 100644
index 000000000000..1133ab67ab32
--- /dev/null
+++ b/net-analyzer/openvas-plugins/openvas-plugins-1.0.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2008 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
+
+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"
+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"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc docs/*.txt || die "dodoc failed"
+}