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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
Source: gvm-libs
Section: libs
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Sophie Brun <sophie@kali.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
cmake,
libcgreen1-dev [!ppc64el !s390x],
libcjson-dev,
libcrypt-dev,
libcurl4-gnutls-dev,
libgcrypt-dev,
libglib2.0-dev,
libgpgme-dev,
libgnutls28-dev,
libldap2-dev,
libnet1-dev,
libpaho-mqtt-dev,
libpcap-dev,
libssh-dev,
libhiredis-dev,
libradcli-dev,
libxml2-dev,
pkgconf,
uuid-dev
Build-Depends-Indep: doxygen
Homepage: https://www.greenbone.net/
Vcs-Browser: https://salsa.debian.org/pkg-security-team/gvm-libs
Vcs-Git: https://salsa.debian.org/pkg-security-team/gvm-libs.git
Standards-Version: 4.7.2
Rules-Requires-Root: no
Package: libgvm-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libgcrypt-dev,
libglib2.0-dev,
libgnutls28-dev,
libgpgme-dev,
libhiredis-dev,
libksba-dev,
libgvm22t64 (= ${binary:Version}),
libpcap-dev,
libssh-dev,
uuid-dev,
libsnmp-dev
Suggests: libgvm-doc
Description: remote network security auditor - static libraries and headers
The Open Vulnerability Assessment System is a modular security auditing
tool, used for testing remote systems for vulnerabilities that should be
fixed.
.
It is made up of two parts: a server, and a client. The server/daemon,
gvmd, is in charge of the attacks, whereas the client,
gvm-tools, provides an X11/GTK+ user interface.
.
This package contains the required static libraries and headers.
Package: libgvm-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: remote network security auditor - libraries documentation
The Open Vulnerability Assessment System is a modular security auditing
tool, used for testing remote systems for vulnerabilities that should be
fixed.
.
It is made up of two parts: a server, and a client. The server/daemon,
gvmd, is in charge of the attacks, whereas the client,
gvm-tools, provides an X11/GTK+ user interface.
.
This package contains the doxygen generated HTML documentation for the
libraries.
Package: libgvm22t64
Provides: ${t64:Provides}
Breaks: libgvm22 (<< ${source:Version})
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Replaces: libgvm22, libopenvas9
Conflicts: libopenvas9
Description: remote network security auditor - shared libraries
The Open Vulnerability Assessment System is a modular security auditing
tool, used for testing remote systems for vulnerabilities that should be
fixed.
.
It is made up of two parts: a server, and a client. The server/daemon,
gvmd, is in charge of the attacks, whereas the client,
gvm-tools, provides an X11/GTK+ user interface.
.
This package contains the required shared libraries.
|