Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 532896 - net-analyzer/openvas should optionally depend on net-analyzer/greenbone-security-assistant
Summary: net-analyzer/openvas should optionally depend on net-analyzer/greenbone-secur...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-17 22:15 UTC by Jesse Adelman
Modified: 2014-12-18 08:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Adelman 2014-12-17 22:15:34 UTC
From the ebuild for net-analyzer/greenbone-security-assistant-5.0.4, which is required by net-analyzer/openvas-7.0.6:

DEPEND="
        ~net-analyzer/openvas-libraries-7.0.6
        ~net-analyzer/openvas-scanner-4.0.5
        ~net-analyzer/openvas-manager-5.0.7
        ~net-analyzer/openvas-cli-1.3.1
        net-analyzer/openvas-tools
        ~net-analyzer/greenbone-security-assistant-5.0.4
        pdf? (
                app-text/htmldoc
                dev-texlive/texlive-latexextra
                virtual/latex-base
        )"

Is this really needed? Why do I ask? Because I'm trying to unmask the non-beta packages for OpenVAS, but this package appears to require an older version of openvas-libraries (7.0.5) than is available (7.0.6).

RDEPEND="
        ~net-analyzer/openvas-libraries-7.0.5
        dev-libs/libxslt
        net-libs/libmicrohttpd[messages]"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

Cluebats appreciated, as well as fixes. :) Thanks.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2014-12-18 08:52:46 UTC
+  18 Dec 2014; Justin Lecher <jlec@gentoo.org>
+  greenbone-security-assistant-5.0.4.ebuild,
+  greenbone-security-assistant-6.0_beta4.ebuild:
+  Fix version number if depndencies, #532896
+