1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: gvm
Section: net
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.1
Homepage: https://www.greenbone.net/
Vcs-Git: https://salsa.debian.org/pkg-security-team/gvm.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/gvm
Package: gvm
Architecture: all
Depends: ${misc:Depends},
gvmd (>= 20.8.0),
openvas-scanner (>= 20.8.0),
ospd-openvas (>= 20.8.0),
xsltproc,
psmisc,
rsync
Recommends: greenbone-security-assistant (>= 20.8.0), gvm-tools
Breaks: greenbone-security-assistant (<< 9.0.0),
openvas-cli,
openvas (<< 9.0.4)
Provides: openvas
Replaces: openvas (<< 9.0.4)
Description: remote network security auditor - metapackage and useful scripts
The Greenbone Vulnerability Manager is a modular security auditing tool,
used for testing remote systems for vulnerabilities that should be fixed.
.
This package installs all the required packages. It provides scripts to setup,
start and stop the GVM services.
.
The tool was previously named OpenVAS.
Package: openvas
Architecture: all
Section: oldlibs
Depends: ${misc:Depends}, gvm
Description: remote network security auditor - transitional package
The tool OpenVAS has been renamed Greenbone Vulnerability Manager (GVM).
.
This is a transitional package that pulls the new gvm, it can be safely
removed once gvm has been installed.
|