network/openvas-cli: Updated for version 1.4.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Kent Fritz 2015-04-17 08:02:52 +07:00 committed by Willy Sudiarto Raharjo
parent e9d8ce821a
commit 32bee7bf0b
2 changed files with 5 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openvas-cli
VERSION=${VERSION:-1.3.1}
VERSION=${VERSION:-1.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -85,6 +85,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mv $PKG/usr/share/man $PKG/usr
rmdir $PKG/usr/share
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done

View file

@ -1,8 +1,8 @@
PRGNAM="openvas-cli"
VERSION="1.3.1"
VERSION="1.4.0"
HOMEPAGE="http://www.openvas.org"
DOWNLOAD="http://wald.intevation.org/frs/download.php/1803/openvas-cli-1.3.1.tar.gz"
MD5SUM="70ac828c04995fdef997ea9e6ba29daf"
DOWNLOAD="http://wald.intevation.org/frs/download.php/1987/openvas-cli-1.4.0.tar.gz"
MD5SUM="421cc8ef112feeabbfeeb6ff64d93a53"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="openvas-libraries"