diff options
author | Marco Bonetti <sid77@slackware.it> | 2011-02-05 11:43:14 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-02-05 11:43:14 -0600 |
commit | 9ff19b47059b12ea3bc26812f98b76112bd4cba2 (patch) | |
tree | dd4f768d9fe7380b562465535ef2ec3ae5950c4d /network/gsd | |
parent | 81ba726e111109f4af4ad769c0fa719d36b2aead (diff) | |
download | slackbuilds-9ff19b47059b12ea3bc26812f98b76112bd4cba2.tar.gz |
network/gsd: Added (Greenbone Security Desktop)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/gsd')
-rw-r--r-- | network/gsd/README | 4 | ||||
-rw-r--r-- | network/gsd/doinst.sh | 14 | ||||
-rw-r--r-- | network/gsd/gsd.SlackBuild | 87 | ||||
-rw-r--r-- | network/gsd/gsd.info | 10 | ||||
-rw-r--r-- | network/gsd/slack-desc | 19 |
5 files changed, 134 insertions, 0 deletions
diff --git a/network/gsd/README b/network/gsd/README new file mode 100644 index 0000000000..5448baa7ce --- /dev/null +++ b/network/gsd/README @@ -0,0 +1,4 @@ +The Greenbone Security Desktop is a desktop client that +connects to the OpenVAS Manager using the OMP protocol. + +This requires openvas-libraries. diff --git a/network/gsd/doinst.sh b/network/gsd/doinst.sh new file mode 100644 index 0000000000..3b2a3e3a0f --- /dev/null +++ b/network/gsd/doinst.sh @@ -0,0 +1,14 @@ +config() { + NEW="$1" + OLD="$(dirname $NEW)/$(basename $NEW .new)" + # If there's no config file by that name, mv it over: + if [ ! -r $OLD ]; then + mv $NEW $OLD + elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then # toss the redundant copy + rm $NEW + fi + # Otherwise, we leave the .new copy for the admin to consider... +} + +config etc/openvas/gsd_log.conf.new + diff --git a/network/gsd/gsd.SlackBuild b/network/gsd/gsd.SlackBuild new file mode 100644 index 0000000000..d7f815c942 --- /dev/null +++ b/network/gsd/gsd.SlackBuild @@ -0,0 +1,87 @@ +#!/bin/sh + +# Slackware build script for Greenbone Security Desktop. + +# Copyright 2011-2012 Marco Bonetti <sid77@slackware.it> +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +PRGNAM=gsd +VERSION=${VERSION:-1.0.1} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +# Automatically determine the architecture we're building on: +if [ -z "$ARCH" ]; then + case "$( uname -m )" in + i?86) ARCH=i486 ;; + arm*) ARCH=arm ;; + # Unless $ARCH is already set, use uname -m for all other archs: + *) ARCH=$( uname -m ) ;; + esac +fi + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +DOCS="COPYING README" + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION +chown -R root:root . +find . \ + \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ + -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ + -exec chmod 644 {} \; + +cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DLIBDIR=/usr/lib \ + -DSYSCONFDIR=/etc \ + -DLOCALSTATEDIR=/var \ + -DMANDIR=/usr/man \ + -DDOCDIR=/usr/doc/gsd-$VERSION +make +make install DESTDIR=$PKG + +find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + +# config file +mv $PKG/etc/openvas/gsd_log.conf $PKG/etc/openvas/gsd_log.conf.new + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/network/gsd/gsd.info b/network/gsd/gsd.info new file mode 100644 index 0000000000..1c4d3826eb --- /dev/null +++ b/network/gsd/gsd.info @@ -0,0 +1,10 @@ +PRGNAM="gsd" +VERSION="1.0.1" +HOMEPAGE="http://www.openvas.org/" +DOWNLOAD="http://wald.intevation.org/frs/download.php/819/gsd-1.0.1.tar.gz" +MD5SUM="aa794e2be1ffeaf144931707dcef8545" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +MAINTAINER="Marco Bonetti" +EMAIL="sid77@slackware.it" +APPROVED="rworkman" diff --git a/network/gsd/slack-desc b/network/gsd/slack-desc new file mode 100644 index 0000000000..e6abf72cad --- /dev/null +++ b/network/gsd/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +gsd: gsd (Greenbone Security Desktop) +gsd: +gsd: The GSD is a desktop client that connects to the OpenVAS Manager +gsd: using the OMP protocol. +gsd: +gsd: This package provides the Greenbone Security Assistant. +gsd: +gsd: +gsd: +gsd: +gsd: |