summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2008-12-20 23:19:39 +0000
committerHanno Boeck <hanno@gentoo.org>2008-12-20 23:19:39 +0000
commitac1011ffa4298f6367532b66cde439edd6bf80aa (patch)
treed6cc7d914303cebaeecc635f07c779dc347c7a27 /net-analyzer/openvas-plugins
parentSparc stable, Bug #245524. (diff)
downloadhistorical-ac1011ffa4298f6367532b66cde439edd6bf80aa.tar.gz
historical-ac1011ffa4298f6367532b66cde439edd6bf80aa.tar.bz2
historical-ac1011ffa4298f6367532b66cde439edd6bf80aa.zip
remove old openvas-plugins ebuild
Package-Manager: portage-2.2_rc17/cvs/Linux 2.6.28-rc9 x86_64
Diffstat (limited to 'net-analyzer/openvas-plugins')
-rw-r--r--net-analyzer/openvas-plugins/Manifest9
-rw-r--r--net-analyzer/openvas-plugins/files/openvas-plugins-respect-ldflags.diff167
-rw-r--r--net-analyzer/openvas-plugins/openvas-plugins-1.0.3.ebuild25
3 files changed, 3 insertions, 198 deletions
diff --git a/net-analyzer/openvas-plugins/Manifest b/net-analyzer/openvas-plugins/Manifest
index 15b0555fbf07..e1ffb81705d4 100644
--- a/net-analyzer/openvas-plugins/Manifest
+++ b/net-analyzer/openvas-plugins/Manifest
@@ -2,17 +2,14 @@
Hash: SHA1
AUX openvas-plugins-1.0.4-respect-ldflags.diff 7427 RMD160 a55f967d27486a9619a8ee2b5f495960417029d2 SHA1 3ab44c0448b1f0ef93bc1510e7c512fba9757e83 SHA256 ec5c1cc907197c35efd9e98529ab6de7b2a4a183ebd5e7d18edd7d5724e07fe7
-AUX openvas-plugins-respect-ldflags.diff 9987 RMD160 c306a60cd030e6163e3e87ce6b9cb8d11ea02485 SHA1 f7b5f1a0e0451c258111cebe230b4b9c90582723 SHA256 c03780454dffe9f82fea2ef37bf1f2ac3b910bf28882ba2e47c06aa068b92269
-DIST openvas-plugins-1.0.3.tar.gz 2468766 RMD160 e04b907785901f78bcf52d7d2eebb96358c84cf2 SHA1 83e88527229887686c993e6572724ecdc2f5b9ce SHA256 6e4ee0d38ffeed8c6d254680dc87a9bac2c7e3126dac844b11103ef27039326c
DIST openvas-plugins-1.0.4.tar.gz 2655965 RMD160 d604b11677e08d4486fb11b0fce48a1e9c5eda88 SHA1 8f147bd121714cc96a8e11cef18e6e62755e3108 SHA256 34f77fbfeb8f685a3a374e69be65769e40518f6a469702cc5da9a309e92d2c89
-EBUILD openvas-plugins-1.0.3.ebuild 752 RMD160 ef7b084b85e7836d622520170f53444e5c5fcb27 SHA1 00d3e921fca4ee63cb5baa480340ee6c08fca58a SHA256 5668c1de5781aee73981eb3839a590246e9ef39af50243c147dddc853329e906
EBUILD openvas-plugins-1.0.4.ebuild 750 RMD160 cbba5aa7adb6b97e13db3fd8e74069cae7d879b6 SHA1 171c9c41e050214731273ad893645dafc4dc5bc9 SHA256 bd5da6c662b799ad2529c46b9baf094718bb82bf1a52f8e3bb903fa4024aba87
MISC ChangeLog 1310 RMD160 49d2302e2635745dda8e9e6269cf6c30456ebd68 SHA1 d2d069c6d7b5f55558971af1710384360cd63951 SHA256 6a8838bfe1b998e2f5ad828cc9656eb42c013f2e8ada9ba65b3b0931e67fd2e7
MISC metadata.xml 217 RMD160 3b01d5dab901ee93217f72b711954d3cccbb1717 SHA1 e304788b60dd2cf214d360a21d267e8635474d98 SHA256 2f5dfc1eb79d2d9ee02663da6e1449f499c3a37b7f4cc2391e18d7789a314669
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
-iEYEARECAAYFAkkNTTMACgkQr2QksT29OyCybwCcConrhaN5WUySNrAfl8RWIQp4
-KbYAn3B5/1LeP0BGxRvKbbZWZjcPoYCb
-=heEf
+iEYEARECAAYFAklNfYsACgkQr2QksT29OyBJFwCdG1YyOlnl5bNQyrWRUG3QogXb
+6W0An24ODi+DhtnFVUfhXUu9ayI4yhHb
+=dSym
-----END PGP SIGNATURE-----
diff --git a/net-analyzer/openvas-plugins/files/openvas-plugins-respect-ldflags.diff b/net-analyzer/openvas-plugins/files/openvas-plugins-respect-ldflags.diff
deleted file mode 100644
index d87c6fe613a7..000000000000
--- a/net-analyzer/openvas-plugins/files/openvas-plugins-respect-ldflags.diff
+++ /dev/null
@@ -1,167 +0,0 @@
-diff -Naur openvas-plugins-1.0.3/openvas.tmpl.in openvas-plugins-1.0.3-1/openvas.tmpl.in
---- openvas-plugins-1.0.3/openvas.tmpl.in 2008-05-15 09:39:35.000000000 +0200
-+++ openvas-plugins-1.0.3-1/openvas.tmpl.in 2008-09-17 20:33:35.000000000 +0200
-@@ -21,6 +21,7 @@
- mandir=@mandir@
- CC=@CC@
- CFLAGS=@CFLAGS@ $(CWARN)
-+LDFLAGS=@LDFLAGS@
- LIBS=@LIBS@
- LIBUTIL=@LIBUTIL@
- DEFS=$(CFLAGS)
-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/hydra/Makefile openvas-plugins-1.0.3-1/plugins/hydra/Makefile
---- openvas-plugins-1.0.3/plugins/hydra/Makefile 2008-05-15 09:38:04.000000000 +0200
-+++ openvas-plugins-1.0.3-1/plugins/hydra/Makefile 2008-09-17 20:37:28.000000000 +0200
-@@ -5,7 +5,7 @@
- all : hydra.nes
- hydra.nes : $(PLUGNAME).c
- $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
-- $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o libhydra.la $(PLUGNAME).lo $(LIBS) \
-+ $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) $(LDFLAGS) -o libhydra.la $(PLUGNAME).lo $(LIBS) \
- -rpath $(rootdir)/bin/plugins
- ../install_plug hydra $(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_tcp_connect/Makefile openvas-plugins-1.0.3-1/plugins/nmap_tcp_connect/Makefile
---- openvas-plugins-1.0.3/plugins/nmap_tcp_connect/Makefile 2008-05-15 09:38:04.000000000 +0200
-+++ openvas-plugins-1.0.3-1/plugins/nmap_tcp_connect/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) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
-+ $(LIBTOOL) --mode=link --tag CC $(CC) $(LDFLAGS) $(DEFS) -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/snmp_portscan/Makefile openvas-plugins-1.0.3-1/plugins/snmp_portscan/Makefile
---- openvas-plugins-1.0.3/plugins/snmp_portscan/Makefile 2008-05-15 09:38:03.000000000 +0200
-+++ openvas-plugins-1.0.3-1/plugins/snmp_portscan/Makefile 2008-09-17 20:43:20.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) \
- $(LIBUTIL) \
- -rpath $(rootdir)/bin/plugins
- ../install_plug $(PLUGNAME) $(rootdir)
-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.3.ebuild b/net-analyzer/openvas-plugins/openvas-plugins-1.0.3.ebuild
deleted file mode 100644
index f84b4c1af075..000000000000
--- a/net-analyzer/openvas-plugins/openvas-plugins-1.0.3.ebuild
+++ /dev/null
@@ -1,25 +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-plugins/openvas-plugins-1.0.3.ebuild,v 1.1 2008/09/18 07:34:11 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/496/${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}/${PN}-respect-ldflags.diff" || die "epatch failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc docs/*.txt || die "dodoc failed"
-}