summaryrefslogtreecommitdiffstats
path: root/network/openvas-libraries
diff options
context:
space:
mode:
author Marco Bonetti2010-05-13 00:37:45 +0200
committer David Somero2010-05-13 00:37:45 +0200
commiteb2b39ea84ef9e866535a8743ada3f4251186638 (patch)
tree39ccab55cb0b6652fd86848756b06bd50cb176c3 /network/openvas-libraries
parent25e3bc68239f87e8387edb506cff056cf3a2a257 (diff)
downloadslackbuilds-eb2b39ea84ef9e866535a8743ada3f4251186638.tar.gz
network/openvas-libraries: Updated for version 3.0.3
Diffstat (limited to 'network/openvas-libraries')
-rw-r--r--network/openvas-libraries/README24
-rw-r--r--network/openvas-libraries/openvas-libraries.SlackBuild6
-rw-r--r--network/openvas-libraries/openvas-libraries.info10
3 files changed, 28 insertions, 12 deletions
diff --git a/network/openvas-libraries/README b/network/openvas-libraries/README
index fabba907ba..a41815ec35 100644
--- a/network/openvas-libraries/README
+++ b/network/openvas-libraries/README
@@ -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.
diff --git a/network/openvas-libraries/openvas-libraries.SlackBuild b/network/openvas-libraries/openvas-libraries.SlackBuild
index 3ad60834ca..2582767612 100644
--- a/network/openvas-libraries/openvas-libraries.SlackBuild
+++ b/network/openvas-libraries/openvas-libraries.SlackBuild
@@ -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}
diff --git a/network/openvas-libraries/openvas-libraries.info b/network/openvas-libraries/openvas-libraries.info
index 589298cff9..c310896e95 100644
--- a/network/openvas-libraries/openvas-libraries.info
+++ b/network/openvas-libraries/openvas-libraries.info
@@ -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"