network/openvas-libraries: Updated for version 3.0.3

This commit is contained in:
Marco Bonetti 2010-05-13 00:37:45 +02:00 committed by David Somero
parent 25e3bc6823
commit eb2b39ea84
3 changed files with 28 additions and 12 deletions

View File

@ -5,9 +5,23 @@ to detect security problems in remote systems and applications.
OpenVAS products are Free Software under GNU GPL and a fork of Nessus.
This package provides the OpenVAS core libraries. To build OpenVAS server,
you have to compile and install the packages in the the following sequence:
This package provides the OpenVAS core libraries. To build a complete OpenVAS
scanner installation, however, you have to compile and install the packages in
the following sequence:
1. openvas-libraries
2. openvas-libnasl
3. openvas-server
4. openvas-plugins
2. openvas-scanner
3. openvas-client
The openvas-client GUI is needed to interact with the OpenVAS scanner, however
there are some new optional modules:
1. openvas-scanner for storing and organizing scans on a central server in a
SQL database
2. openvas-administrator for User-, Feed- and Settings-Management
3. greenbone-security-assistant for a web-based Vulnerability Management
As a last note, keep in mind that this is a major version transition: the
older openvas-libnasl and openvas-plugins packages no longer exists,
openvas-server has been replaced by the openvas-scanner package and there are
the new optional modules. A straight upgradepkg (with removal of deprecated
packages) *SHOULD* work but also consider to backup your old configuration and
starting over from a fresh OpenVAS installation.

View File

@ -2,7 +2,7 @@
# Slackware build script for OpenVAS libraries.
#
# Copyright 2009-2010 Marco Bonetti <sid77@slackware.it>
# Copyright 2010-2011 Marco Bonetti <sid77@slackware.it>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openvas-libraries
VERSION=${VERSION:-2.0.2}
VERSION=${VERSION:-3.0.3}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -95,4 +95,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -1,8 +1,10 @@
PRGNAM="openvas-libraries"
VERSION="2.0.2"
VERSION="3.0.3"
HOMEPAGE="http://www.openvas.org/"
DOWNLOAD="http://wald.intevation.org/frs/download.php/572/openvas-libraries-2.0.2.tar.gz"
MD5SUM="1323cf02bf11806929042c3e7fb056b0"
DOWNLOAD="http://wald.intevation.org/frs/download.php/706/openvas-libraries-3.0.3.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="6052b12b60584cea106d19f70ac93da7"
MD5SUM_x86_64=""
MAINTAINER="Marco Bonetti"
EMAIL="sid77@slackware.it"
APPROVED="dsomero,rworkman"
APPROVED="dsomero"