Hi.
Thanks to Hanno Boeck who writes the ebuilds for gentoo. The ebuilds are
in the gentoo portage. To get the actual packages simple run:
#emerge --sync
After that the following packages are available:
#esearch openvas
*  net-analyzer/openvas [ Masked ]
      Latest version available: 1.0.0
      Latest version installed: 1.0.0
      Size of downloaded files: [no/bad digest]
      Homepage:    http://www.openvas.org/
      Description: A remote security scanner
      License:     GPL-2

*  net-analyzer/openvas-client [ Masked ]
      Latest version available: 1.0.2
      Latest version installed: 1.0.2
      Size of downloaded files: 2,111 kB
      Homepage:    http://www.openvas.org/
      Description: A client for the openvas vulnerability scanner
      License:     GPL-2

*  net-analyzer/openvas-libnasl [ Masked ]
      Latest version available: 1.0.0
      Latest version installed: 1.0.0
      Size of downloaded files: 1,219 kB
      Homepage:    http://www.openvas.org/
      Description: A remote security scanner for Linux (openvas-libnasl)
      License:     GPL-2

*  net-analyzer/openvas-libraries [ Masked ]
      Latest version available: 1.0.0
      Latest version installed: 1.0.0
      Size of downloaded files: 929 kB
      Homepage:    http://www.openvas.org/
      Description: A remote security scanner for Linux
(openvas-libraries)
      License:     GPL-2

*  net-analyzer/openvas-plugins [ Masked ]
      Latest version available: 1.0.0
      Latest version installed: 1.0.0
      Size of downloaded files: [no/bad digest]
      Homepage:    http://www.openvas.org/
      Description: A remote security scanner for Linux (openvas-plugins)
      License:     GPL-2

*  net-analyzer/openvas-server [ Masked ]
      Latest version available: 1.0.0
      Latest version installed: 1.0.0
      Size of downloaded files: 848 kB
      Homepage:    http://www.openvas.org/
      Description: A remote security scanner for Linux (openvas-server)
      License:     GPL-2

Because all packages are mask the packages can be unmasked by keyword in
the following ways:
1.) edit /etc/portage/package.keywords and put the packages in:
net-analyzer/openvas ~x86
net-analyzer/openvas-client ~x86
net-analyzer/openvas-libnasl ~x86
net-analyzer/openvas-libraries ~x86
net-analyzer/openvas-plugins ~x86
net-analyzer/openvas-server ~x86
after that you can simple run:
#emerge net-analyzer/openvas # this will install the server and the
client
#emerge net-analyzer/openvas-server #will only install the server with
dependencies
#emerge net-analyzer/openvas-client #will only install the client with
dependencies
2.) to emerge masked packages one time you can do it in the following
way:
ACCEPT_KEYWORDS="~x86" emerge openvas


For the server package there are the following "USE-Flags":
gtk tcpd debug prelude

Set them in the /etc/make.conf to enable the support e.g. for prelude:
USE="prelude"
or run it via the command line:
ACCEPT_KEYWORDS="~x86" USE="prelude -debug" emerge openvas

Hope this is enough information. Thank you for your work!


greetings mario


Am Dienstag, den 19.02.2008, 08:57 +0100 schrieb Jan-Oliver Wagner:
> Hello Gentoo people,
> 
> I've seen the announcement on the Gentoo OpenVAS builds.
> 
> I'd like to add a short installation guide to
> http://www.openvas.org/openvas-client.html
> and
> http://www.openvas.org/openvas-server.html
> like it is there for Debian.
> 
> Could someone send me such a rough guide (I am not
> a Gentoo user, sorry).
> 
> Best
> 
>       Jan
> _______________________________________________
> Openvas-devel mailing list
> [email protected]
> http://lists.wald.intevation.org/mailman/listinfo/openvas-devel

_______________________________________________
Openvas-devel mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-devel

Reply via email to