mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/nessus: Updated for version 10.7.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ffbb36b528
commit
b2f7b66ed9
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
Nessus Vulnerability Scanner
|
||||
|
||||
Nessus Professional, the industry's most widely deployed vulnerability
|
||||
Nessus Professional, the industry's most widely deployed vulnerability
|
||||
assessment solution helps you reduce your organization's attack surface
|
||||
and ensure compliance. Nessus features high-speed asset discovery,
|
||||
configuration auditing, target profiling, malware detection, sensitive
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=nessus
|
||||
VERSION=${VERSION:-10.7.0}
|
||||
VERSION=${VERSION:-10.7.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="nessus"
|
||||
VERSION="10.7.0"
|
||||
VERSION="10.7.2"
|
||||
HOMEPAGE="https://www.tenable.com/products/nessus"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.7.0-el7.x86_64.rpm"
|
||||
MD5SUM_x86_64="618234819d2fc39c49890abb595c87e8"
|
||||
DOWNLOAD_x86_64="https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.7.2-el7.x86_64.rpm"
|
||||
MD5SUM_x86_64="7d3da436fd0759df20b6b20e56ff397e"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Giuseppe Di Terlizzi"
|
||||
EMAIL="giuseppe.diterlizzi@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue